mirror of
https://github.com/status-im/consul.git
synced 2025-01-09 21:35:52 +00:00
8d4525ae50
Make it obvious that this file is only consumed from the default branch.
19 lines
433 B
HCL
19 lines
433 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.18" {
|
|
ce_active = true
|
|
lts = true
|
|
}
|
|
version "1.17" {}
|
|
version "1.16" {}
|
|
version "1.15" {
|
|
lts = true
|
|
}
|
|
}
|