Files
nomad/.release/versions.hcl
Tim Gross c653f52b8d release: update backport versions for 1.10.0 (#25595)
With the release of Nomad 1.10.0-rc.1, we'll start backporting to the 1.10.x
release series. Add this to the supported versions and remove 1.7.x.
2025-04-03 15:29:35 -04:00

21 lines
504 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.10.x" {
ce_active = true
lts = true
}
version "1.9.x" {
ce_active = true # needed for docs
}
version "1.8.x" {
ce_active = true # needed for docs
lts = true
}
}