Skip to content

Commit 2f140fe

Browse files
Upgrade default OpenSearch version to 1.2.3 (#179)
* Upgrade default OpenSearch version to 1.2.2 Signed-off-by: TheAlgo <[email protected]> * Bump version to 1.2.3 Signed-off-by: TheAlgo <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
1 parent fc6bda1 commit 2f140fe

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

charts/opensearch/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Fixed
1414
### Security
1515
---
16+
17+
## [1.5.7]
18+
### Added
19+
### Changed
20+
- Updated appVersion to 1.2.3
21+
### Deprecated
22+
### Removed
23+
### Fixed
24+
### Security
25+
---
1626
## [1.5.6]
1727
### Added
1828
**BREAKING CHANGE**

charts/opensearch/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 1.5.6
18+
version: 1.5.7
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "1.2.1"
24+
appVersion: "1.2.3"
2525

2626
maintainers:
2727
- name: DandyDeveloper

0 commit comments

Comments
 (0)