Skip to content

Commit 1420ff8

Browse files
authored
Increment version to 3.1 (#684)
Signed-off-by: Divya Madala <[email protected]>
1 parent 4443ee3 commit 1420ff8

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
@@ -22,6 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
### Removed
2323
### Fixed
2424
### Security
25+
---
26+
## [3.1.0]
27+
### Added
28+
- Updated OpenSearch Dashboards appVersion to 3.1.0
29+
### Changed
30+
### Deprecated
31+
### Removed
32+
### Fixed
33+
### Security
2534

26-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-3.0.0...HEAD
35+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-3.1.0...HEAD
36+
[3.1.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-3.0.0...opensearch-dashboards-3.1.0
2737
[3.0.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.29.0...opensearch-dashboards-3.0.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: 3.0.0
18+
version: 3.1.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: "3.0.0"
24+
appVersion: "3.1.0"
2525

2626
maintainers:
2727
- name: DandyDeveloper

charts/opensearch/CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
### Removed
2323
### Fixed
2424
### Security
25+
---
26+
## [3.1.0]
27+
### Added
28+
- Updated OpenSearch appVersion to 3.1.0
29+
### Changed
30+
### Deprecated
31+
### Removed
32+
### Fixed
33+
### Security
2534

26-
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-3.0.0...HEAD
35+
[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-3.1.0...HEAD
36+
[3.0.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-3.0.0...opensearch-3.1.0
2737
[3.0.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.33.0...opensearch-3.0.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: 3.0.0
18+
version: 3.1.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: "3.0.0"
24+
appVersion: "3.1.0"
2525

2626
maintainers:
2727
- name: DandyDeveloper

0 commit comments

Comments
 (0)