Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e68f1e4

Browse files
gaiksayashubham-cmyk
authored andcommittedApr 26, 2024
Upgrade to OpenSearch and Dashboards 2.13.0 (opensearch-project#531)
Signed-off-by: Sayali Gaikawad <gaiksaya@amazon.com> Signed-off-by: Shubham Gupta <iamshubhamgupta2001@gmail.com>
1 parent 1d499d0 commit e68f1e4

File tree

4 files changed

+26
-9
lines changed

4 files changed

+26
-9
lines changed
 

‎charts/opensearch-dashboards/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1313
### Fixed
1414
### Security
1515
---
16+
## [2.17.0]
17+
### Added
18+
- Updated OpenSearch Dashboards appVersion to 2.13.0
19+
### Changed
20+
### Deprecated
21+
### Removed
22+
### Fixed
23+
### Security
24+
---
1625
## [2.16.1]
1726
### Added
1827
- Support for newer HorizontalPodAutoscaler api in Dashboards
@@ -313,7 +322,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
313322
### Fixed
314323
### Security
315324

316-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.16.0...HEAD
325+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.17.0...HEAD
326+
[2.17.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.16.0...opensearch-dashboards-2.17.0
317327
[2.16.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.15.1...opensearch-dashboards-2.16.0
318328
[2.15.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.15.0...opensearch-dashboards-2.15.1
319329
[2.15.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.14.0...opensearch-dashboards-2.15.0

‎charts/opensearch-dashboards/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: 2.16.1
18+
version: 2.17.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.12.0"
24+
appVersion: "2.13.0"
2525

2626
maintainers:
2727
- name: DandyDeveloper

‎charts/opensearch/CHANGELOG.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Removed
1313
### Fixed
1414
### Security
15-
1615
---
17-
16+
## [2.19.0]
17+
### Added
18+
- Updated OpenSearch appVersion to 2.13.0
19+
### Changed
20+
### Deprecated
21+
### Removed
22+
### Fixed
23+
### Security
24+
---
1825
## [2.18.0]
1926
### Added
2027
### Breaking
@@ -25,7 +32,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2532
### Removed
2633
### Fixed
2734
### Security
28-
2935
---
3036
## [2.17.3]
3137
### Added
@@ -397,7 +403,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
397403
### Security
398404

399405

400-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.18.0...HEAD
406+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.19.0...HEAD
407+
[2.19.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.18.0...opensearch-2.19.0
401408
[2.18.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.17.3...opensearch-2.18.0
402409
[2.17.3]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.17.2...opensearch-2.17.3
403410
[2.17.2]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.17.1...opensearch-2.17.2

‎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: 2.18.0
18+
version: 2.19.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.12.0"
24+
appVersion: "2.13.0"
2525

2626
maintainers:
2727
- name: DandyDeveloper

0 commit comments

Comments
 (0)
Please sign in to comment.