Skip to content

Commit

Permalink
Merge branch 'main' into update-manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Zhu <[email protected]>
  • Loading branch information
peterzhuamazon authored Oct 25, 2024
2 parents 1043814 + b73e022 commit ae91996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* compatible open source license.
*/

lib = library(identifier: '[email protected].0', retriever: modernSCM([
lib = library(identifier: '[email protected].1', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
]))
Expand Down
2 changes: 1 addition & 1 deletion jenkins/opensearch/distribution-build.jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* compatible open source license.
*/

lib = library(identifier: '[email protected].0', retriever: modernSCM([
lib = library(identifier: '[email protected].1', retriever: modernSCM([
$class: 'GitSCMSource',
remote: 'https://github.com/opensearch-project/opensearch-build-libraries.git',
]))
Expand Down
1 change: 1 addition & 0 deletions manifests/2.18.0/opensearch-2.18.0-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,3 +149,4 @@ components:
additional-cluster-configs:
opensearch.experimental.feature.application_templates.enabled: true
cluster.application_templates.enabled: true

Check failure on line 152 in manifests/2.18.0/opensearch-2.18.0-test.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

152:1 [empty-lines] too many blank lines (1 > 0)

Check failure on line 152 in manifests/2.18.0/opensearch-2.18.0-test.yml

View workflow job for this annotation

GitHub Actions / yaml-lint

152:1 [empty-lines] too many blank lines (1 > 0)

0 comments on commit ae91996

Please sign in to comment.