Skip to content

Commit 3cae904

Browse files
authored
Increment version for 1.3.19 (#582)
Signed-off-by: Brandon Shien <bshien@amazon.com>
1 parent 55841ee commit 3cae904

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.22.0]
16+
### Added
17+
### Changed
18+
- Updated OpenSearch Dashboards appVersion to 1.3.19
19+
### Deprecated
20+
### Removed
21+
### Fixed
22+
### Security
23+
---
1524
## [1.21.0]
1625
### Added
1726
### Changed
@@ -466,7 +475,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
466475
### Fixed
467476
### Security
468477

469-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.21.0...HEAD
478+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.22.0...HEAD
479+
[1.22.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.21.0...opensearch-1.22.0
470480
[1.21.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.20.0...opensearch-1.21.0
471481
[1.20.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.19.0...opensearch-1.20.0
472482
[1.19.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.18.0...opensearch-1.19.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.21.0
18+
version: 1.22.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.18"
24+
appVersion: "1.3.19"
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.29.0]
16+
### Added
17+
### Changed
18+
- Updated OpenSearch appVersion to 1.3.19
19+
### Deprecated
20+
### Removed
21+
### Fixed
22+
### Security
23+
---
1524
## [1.28.1]
1625
### Added
1726
### Changed
@@ -708,7 +717,8 @@ config:
708717
### Fixed
709718
### Security
710719

711-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.28.1...HEAD
720+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.29.0...HEAD
721+
[1.29.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.28.1...opensearch-1.29.0
712722
[1.28.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.28.0...opensearch-1.28.1
713723
[1.28.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.27.0...opensearch-1.28.0
714724
[1.27.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.26.0...opensearch-1.27.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.28.1
18+
version: 1.29.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.18"
24+
appVersion: "1.3.19"
2525

2626
maintainers:
2727
- name: DandyDeveloper

0 commit comments

Comments
 (0)