consul/.release/versions.hcl
Michael Zalimeni c1a7221406
[NET-9445] Re-enable 1.18 backports during 1.19 RC (#21223)
Re-enable 1.18 backports during 1.19 RC

Follow-up to #21219.
2024-05-28 15:43:36 +00:00

22 lines
511 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.
# It is only consumed from the default branch, so backporting changes to this file is not necessary.
schema = 1
active_versions {
version "1.19" {
ce_active = true
}
version "1.18" {
# This release should remain active until 1.19 GA
ce_active = true
lts = true
}
version "1.17" {}
version "1.15" {
lts = true
}
}