mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
f51d08052b
* Config changes to use backport-assistant with lts support Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com> --------- Co-authored-by: claire labry <claire@hashicorp.com> Co-authored-by: Michael Zalimeni <michael.zalimeni@hashicorp.com>
18 lines
332 B
HCL
18 lines
332 B
HCL
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
# This manifest file describes active releases and is consumed by the backport tooling.
|
|
|
|
schema = 1
|
|
active_versions {
|
|
version "1.18" {
|
|
ce_active = true
|
|
lts = true
|
|
}
|
|
version "1.17" {}
|
|
version "1.16" {}
|
|
version "1.15" {
|
|
lts = true
|
|
}
|
|
}
|