2024-05-08 17:55:28 +00:00
|
|
|
# Copyright (c) HashiCorp, Inc.
|
|
|
|
# SPDX-License-Identifier: BUSL-1.1
|
|
|
|
|
|
|
|
# This manifest file describes active releases and is consumed by the backport tooling.
|
2024-05-09 18:29:18 +00:00
|
|
|
# It is only consumed from the default branch, so backporting changes to this file is not necessary.
|
2024-05-08 17:55:28 +00:00
|
|
|
|
|
|
|
schema = 1
|
|
|
|
active_versions {
|
2024-05-25 02:00:14 +00:00
|
|
|
version "1.19" {
|
2024-05-08 17:55:28 +00:00
|
|
|
ce_active = true
|
2024-05-25 02:00:14 +00:00
|
|
|
}
|
|
|
|
version "1.18" {
|
2024-05-08 17:55:28 +00:00
|
|
|
lts = true
|
|
|
|
}
|
|
|
|
version "1.17" {}
|
|
|
|
version "1.15" {
|
|
|
|
lts = true
|
|
|
|
}
|
|
|
|
}
|