vault/.release/versions.hcl
Vault Automation 0c6c13dd38
license: update headers to IBM Corp. (#10229) (#10233)
* 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>
2025-10-21 15:20:20 -06:00

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
}
}