Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Updating versions to 2.13.0 and 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jzonthemtn committed Apr 4, 2024
1 parent f2844b9 commit 57e533e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/draft-release-notes-config.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# The overall template of the release notes
template: |
Compatible with OpenSearch 2.12.0.
Compatible with OpenSearch 2.13.0
$CHANGES
# Setting the formatting and sorting for the release notes body
name-template: Version 0.0.12
name-template: Version 1.0.0
change-template: '* $TITLE ([#$NUMBER]($URL))'
sort-by: merged_at
sort-direction: ascending
Expand Down
2 changes: 1 addition & 1 deletion docker-compose-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ services:
hard: 65536

os-dashboards:
image: opensearchproject/opensearch-dashboards:2.12.0
image: opensearchproject/opensearch-dashboards:2.13.0
container_name: opensearch-dashboards
ports:
- 5601:5601
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
- ubi-dev-os-net

ubi-dev-os-dashboards:
image: opensearchproject/opensearch-dashboards:2.12.0
image: opensearchproject/opensearch-dashboards:2.13.0
container_name: ubi-dev-os-dashboards
ports:
- 5601:5601
Expand Down
4 changes: 2 additions & 2 deletions load-test/cloudformation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ Parameters:

OpenSearchVersion:
Type: String
Default: 2.12.0
Default: 2.13.0
Description: The version of OpenSearch to deploy.

UbiPluginVersion:
Type: String
Default: 0.0.9
Default: 1.0.0
Description: The version of the UBI plugin to deploy.

Resources:
Expand Down

0 comments on commit 57e533e

Please sign in to comment.