mirror of
https://github.com/hashicorp/vault.git
synced 2025-11-07 11:51:45 +01:00
* license: update headers to IBM Corp. * `make proto` * update offset because source file changed Signed-off-by: Ryan Cragun <me@ryan.ec> Co-authored-by: Ryan Cragun <me@ryan.ec>
34 lines
763 B
HCL
34 lines
763 B
HCL
# Copyright IBM Corp. 2016, 2025
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
# This manifest file describes active branches and is consumed by various
|
|
# pipeline tooling. It ought to be considered the source of truth regarding
|
|
# which branches are currently active, whether the Ent version is considered
|
|
# LTS, and whether or not a branch's CE counterpart is active. Main is always
|
|
# assumed to be active but any version not present will be assumed inactive.
|
|
|
|
schema = 1
|
|
active_versions {
|
|
version "1.21.x" {
|
|
ce_active = true
|
|
}
|
|
|
|
version "1.20.x" {
|
|
ce_active = true
|
|
}
|
|
|
|
version "1.19.x" {
|
|
ce_active = false
|
|
lts = true
|
|
}
|
|
|
|
version "1.18.x" {
|
|
ce_active = false
|
|
}
|
|
|
|
version "1.16.x" {
|
|
ce_active = false
|
|
lts = true
|
|
}
|
|
}
|