mirror of
https://github.com/status-im/consul.git
synced 2025-02-08 03:43:34 +00:00
* Update active version list in .release/versions.hcl * Remove nightly tests for 1.17.x * Add nightly tests for 1.20.x * Gate nightly tests for 1.19.x to Enterprise only * Update CHANGELOG.md
20 lines
436 B
HCL
20 lines
436 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.20" {
|
|
ce_active = true
|
|
}
|
|
version "1.19" {}
|
|
version "1.18" {
|
|
lts = true
|
|
}
|
|
version "1.15" {
|
|
lts = true
|
|
}
|
|
}
|