mirror of https://github.com/status-im/consul.git
20 lines
436 B
HCL
20 lines
436 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" {
|
|
lts = true
|
|
}
|
|
version "1.17" {}
|
|
version "1.15" {
|
|
lts = true
|
|
}
|
|
}
|