Skip to content

Commit a346017

Browse files
Tweak 2.18/2.19 manifest and move old ones to legacy (opensearch-project#5149)
Signed-off-by: Peter Zhu <zhujiaxi@amazon.com>
1 parent a4effcc commit a346017

19 files changed

+2
-6
lines changed

.github/workflows/os-increment-plugin-versions.yml

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ jobs:
5555
- '1.3'
5656
- 2.x
5757
- main
58-
- '2.15'
59-
- '2.16'
6058
- '2.17'
6159
- '2.18'
6260
- '2.19'

.github/workflows/osd-increment-plugin-versions.yml

-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
4646
- '1.3'
4747
- 2.x
4848
- main
49-
- '2.15'
50-
- '2.16'
5149
- '2.17'
5250
- '2.18'
5351
- '2.19'

manifests/2.18.0/opensearch-2.18.0-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ components:
147147
- with-security
148148
- without-security
149149
additional-cluster-configs:
150-
cluster.application_templates.enabled: true
151150
opensearch.experimental.feature.application_templates.enabled: true
151+
cluster.application_templates.enabled: true

manifests/2.19.0/opensearch-2.19.0-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -147,5 +147,5 @@ components:
147147
- with-security
148148
- without-security
149149
additional-cluster-configs:
150-
cluster.application_templates.enabled: true
151150
opensearch.experimental.feature.application_templates.enabled: true
151+
cluster.application_templates.enabled: true

0 commit comments

Comments
 (0)