mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
build: remove inactive CE versions from being backport eligible (#23720)
As of Nomad 1.8.0 LTS we're no longer backporting changes to Nomad CE versions 1.7.x and 1.6.x. We never got around to removing the flags in the file the backport assistant uses to control automated backports.
This commit is contained in:
@@ -11,9 +11,9 @@ active_versions {
|
||||
lts = true
|
||||
}
|
||||
version "1.7.x" {
|
||||
ce_active = true
|
||||
ce_active = false
|
||||
}
|
||||
version "1.6.x" {
|
||||
ce_active = true
|
||||
ce_active = false
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user