Skip to content

Commit 358ef28

Browse files
authored
Increment version for 1.3.16 release (#535)
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
1 parent d1e27ff commit 358ef28

File tree

4 files changed

+26
-6
lines changed

4 files changed

+26
-6
lines changed

charts/opensearch-dashboards/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Fixed
1313
### Security
1414
---
15+
## [1.19.0]
16+
### Added
17+
### Changed
18+
- Updated OpenSearch Dashboards appVersion to 1.3.16
19+
### Deprecated
20+
### Removed
21+
### Fixed
22+
### Security
23+
---
1524
## [1.18.0]
1625
### Added
1726
### Changed
@@ -439,7 +448,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
439448
### Fixed
440449
### Security
441450

442-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.18.0...HEAD
451+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.19.0...HEAD
452+
[1.19.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.18.0...opensearch-1.19.0
443453
[1.18.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.17.0...opensearch-1.18.0
444454
[1.17.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.16.0...opensearch-1.17.0
445455
[1.16.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.15.0...opensearch-1.16.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: 1.18.0
18+
version: 1.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: "1.3.15"
24+
appVersion: "1.3.16"
2525

2626
maintainers:
2727
- name: DandyDeveloper

charts/opensearch/CHANGELOG.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
### Fixed
1313
### Security
1414
---
15+
## [1.26.0]
16+
### Added
17+
### Changed
18+
- Updated OpenSearch appVersion to 1.3.16
19+
### Deprecated
20+
### Removed
21+
### Fixed
22+
### Security
23+
---
1524
## [1.25.0]
1625
### Added
1726
### Changed
@@ -672,7 +681,8 @@ config:
672681
### Fixed
673682
### Security
674683

675-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.25.0...HEAD
684+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.26.0...HEAD
685+
[1.26.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.25.0...opensearch-1.26.0
676686
[1.25.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.24.0...opensearch-1.25.0
677687
[1.24.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.23.0...opensearch-1.24.0
678688
[1.23.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.22.0...opensearch-1.23.0

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.25.0
18+
version: 1.26.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: "1.3.15"
24+
appVersion: "1.3.16"
2525

2626
maintainers:
2727
- name: DandyDeveloper

0 commit comments

Comments
 (0)