mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-28 17:22:41 +00:00
23 lines
417 B
HCL
23 lines
417 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.
|
|
|
|
schema = 1
|
|
active_versions {
|
|
version "1.19.x" {
|
|
ce_active = true
|
|
lts = true
|
|
}
|
|
version "1.18.x" {
|
|
ce_active = true
|
|
}
|
|
version "1.17.x" {
|
|
ce_active = false
|
|
}
|
|
version "1.16.x" {
|
|
ce_active = false
|
|
lts = true
|
|
}
|
|
}
|