Skip to content

Commit d1e27ff

Browse files
authored
Increment version to release 1.3.15 (#524)
* increment version to release 1.3.15 Signed-off-by: Jeff Lu <chunglu@amazon.com> * update the changelog Signed-off-by: Jeff Lu <chunglu@amazon.com> --------- Signed-off-by: Jeff Lu <chunglu@amazon.com>
1 parent fb9f51e commit d1e27ff

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.18.0]
16+
### Added
17+
### Changed
18+
- Updated OpenSearch Dashboards appVersion to 1.3.15
19+
### Deprecated
20+
### Removed
21+
### Fixed
22+
### Security
23+
---
1524
## [1.17.0]
1625
### Added
1726
### Changed
@@ -430,7 +439,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
430439
### Fixed
431440
### Security
432441

433-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.17.0...HEAD
442+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.18.0...HEAD
443+
[1.18.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.17.0...opensearch-1.18.0
434444
[1.17.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.16.0...opensearch-1.17.0
435445
[1.16.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.15.0...opensearch-1.16.0
436446
[1.15.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.14.0...opensearch-1.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: 1.17.0
18+
version: 1.18.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.14"
24+
appVersion: "1.3.15"
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.25.0]
16+
### Added
17+
### Changed
18+
- Updated OpenSearch appVersion to 1.3.15
19+
### Deprecated
20+
### Removed
21+
### Fixed
22+
### Security
23+
---
1524
## [1.24.0]
1625
### Added
1726
### Changed
@@ -663,7 +672,8 @@ config:
663672
### Fixed
664673
### Security
665674

666-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.24.0...HEAD
675+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.25.0...HEAD
676+
[1.25.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.24.0...opensearch-1.25.0
667677
[1.24.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.23.0...opensearch-1.24.0
668678
[1.23.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.22.0...opensearch-1.23.0
669679
[1.22.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.21.1...opensearch-1.22.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.24.0
18+
version: 1.25.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.14"
24+
appVersion: "1.3.15"
2525

2626
maintainers:
2727
- name: DandyDeveloper

0 commit comments

Comments
 (0)