mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
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.
21 lines
504 B
HCL
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
|
|
}
|
|
}
|