mirror of https://github.com/hashicorp/consul
Browse Source
* 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>pull/21071/head
Jeanne Angeles Franco
7 months ago
committed by
GitHub
2 changed files with 34 additions and 2 deletions
@ -0,0 +1,17 @@
|
||||
# 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 |
||||
} |
||||
} |
Loading…
Reference in new issue