Skip to content

Commit c653f52

Browse files
authored
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.
1 parent 6383d5f commit c653f52

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.release/versions.hcl

+6-5
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,15 @@
66

77
schema = 1
88
active_versions {
9-
version "1.9.x" {
9+
version "1.10.x" {
1010
ce_active = true
11+
lts = true
12+
}
13+
version "1.9.x" {
14+
ce_active = true # needed for docs
1115
}
1216
version "1.8.x" {
13-
ce_active = true
17+
ce_active = true # needed for docs
1418
lts = true
1519
}
16-
version "1.7.x" {
17-
ce_active = true
18-
}
1920
}

0 commit comments

Comments
 (0)