Skip to content

Commit 626c199

Browse files
committed
Fix legacy version lists with 9.0+ entries
1 parent ed9aeb1 commit 626c199

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/legacy-url-mappings.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Upon creation of version selection dropdowns, this data is combined with the current version of its product.
55
#############################################
66

7-
stack: &stack [ '9.0+', '8.19', '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12', '8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '7.17' ]
7+
stack: &stack [ '8.19', '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12', '8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '7.17' ]
88

99
mappings:
1010
en/apm/agent/android/:
@@ -129,7 +129,7 @@ mappings:
129129
legacy_versions: []
130130
en/ecs/:
131131
product: ecs
132-
legacy_versions: [ '9.0+', '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12', '8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2', '1.1', '1.0' ]
132+
legacy_versions: [ '8.18', '8.17', '8.16', '8.15', '8.14', '8.13', '8.12', '8.11', '8.10', '8.9', '8.8', '8.7', '8.6', '8.5', '8.4', '8.3', '8.2', '8.1', '8.0', '1.12', '1.11', '1.10', '1.9', '1.8', '1.7', '1.6', '1.5', '1.4', '1.3', '1.2', '1.1', '1.0' ]
133133
en/elastic-stack-glossary/:
134134
product: elastic-stack
135135
legacy_versions: []

0 commit comments

Comments
 (0)