Skip to content

Commit 620a938

Browse files
bump 2.x version to 2.19.3 (#689)
* bump 2.x version to 2.19.3 Signed-off-by: Rishabh Singh <[email protected]> * Update charts/opensearch/CHANGELOG.md Co-authored-by: Sayali Gaikawad <[email protected]> Signed-off-by: Rishabh Singh <[email protected]> --------- Signed-off-by: Rishabh Singh <[email protected]> Signed-off-by: Rishabh Singh <[email protected]> Co-authored-by: Sayali Gaikawad <[email protected]>
1 parent 65d4ca7 commit 620a938

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

charts/opensearch-dashboards/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515
### Security
1616
---
17+
## [2.31.0]
18+
### Added
19+
- Updated OpenSearch Dashboards appVersion to 2.19.3
20+
### Changed
21+
### Deprecated
22+
### Removed
23+
### Fixed
24+
### Security
25+
---
1726
## [2.30.0]
1827
### Added
1928
- Switch 2.x.x to be released from 2.x branch
@@ -484,7 +493,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
484493
### Fixed
485494
### Security
486495

487-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.30.0...HEAD
496+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.31.0...HEAD
497+
[2.31.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.30.0...opensearch-dashboards-2.31.0
488498
[2.30.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.29.0...opensearch-dashboards-2.30.0
489499
[2.29.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.28.0...opensearch-dashboards-2.29.0
490500
[2.28.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.27.1...opensearch-dashboards-2.28.0

charts/opensearch-dashboards/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 2.30.0
18+
version: 2.31.0
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: "2.19.2"
24+
appVersion: "2.19.3"
2525

2626
maintainers:
2727
- name: DandyDeveloper

charts/opensearch/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
### Fixed
1515
### Security
1616
---
17+
## [2.35.0]
18+
### Added
19+
- Updated OpenSearch appVersion to 2.19.3
20+
### Changed
21+
### Deprecated
22+
### Removed
23+
### Fixed
24+
### Security
25+
---
1726
## [2.34.0]
1827
### Added
1928
- Switch 2.x.x to be released from 2.x branch
@@ -602,7 +611,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
602611
### Fixed
603612
### Security
604613

605-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.34.0...HEAD
614+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.35.0...HEAD
615+
[2.35.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.34.0...opensearch-2.35.0
606616
[2.34.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.33.0...opensearch-2.34.0
607617
[2.33.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.32.0...opensearch-2.33.0
608618
[2.32.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.31.0...opensearch-2.32.0

charts/opensearch/Chart.yaml

Lines changed: 2 additions & 2 deletions
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: 2.34.0
18+
version: 2.35.0
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: "2.19.2"
24+
appVersion: "2.19.3"
2525

2626
maintainers:
2727
- name: DandyDeveloper

0 commit comments

Comments
 (0)