From da4005a8c0c3c3a57565044e99aa2acc7078decd Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Mon, 12 Dec 2022 23:14:57 -0800 Subject: [PATCH] Update appVersion for 1.3.7 release Signed-off-by: Rishabh Singh --- charts/opensearch-dashboards/CHANGELOG.md | 13 +++++++++++-- charts/opensearch-dashboards/Chart.yaml | 4 ++-- charts/opensearch/CHANGELOG.md | 12 +++++++++++- charts/opensearch/Chart.yaml | 4 ++-- 4 files changed, 26 insertions(+), 7 deletions(-) diff --git a/charts/opensearch-dashboards/CHANGELOG.md b/charts/opensearch-dashboards/CHANGELOG.md index aa5c4ec6..74ac7e34 100644 --- a/charts/opensearch-dashboards/CHANGELOG.md +++ b/charts/opensearch-dashboards/CHANGELOG.md @@ -3,7 +3,6 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - --- ## [Unreleased] ### Added @@ -13,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security --- +## [1.10.0] +### Added +### Changed +- Updated OpenSearch Dashboards appVersion to 1.3.7 +### Deprecated +### Removed +### Fixed +### Security +--- ## [1.9.1] ### Added - Added the ability to define plugins on node startup via plugins.enabled option for opensearch-dashboards chart. @@ -332,7 +340,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security -[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.9.1...HEAD +[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-1.10.0...HEAD +[1.10.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.9.1...opensearch-1.10.0 [1.9.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.9.0...opensearch-1.9.1 [1.9.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.8.4...opensearch-1.9.0 [1.8.4]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.8.3...opensearch-1.8.4 diff --git a/charts/opensearch-dashboards/Chart.yaml b/charts/opensearch-dashboards/Chart.yaml index 9ca20b39..9d4863ec 100644 --- a/charts/opensearch-dashboards/Chart.yaml +++ b/charts/opensearch-dashboards/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.9.1 +version: 1.10.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.3.6" +appVersion: "1.3.7" maintainers: - name: DandyDeveloper diff --git a/charts/opensearch/CHANGELOG.md b/charts/opensearch/CHANGELOG.md index 0403ad89..0caea3b2 100644 --- a/charts/opensearch/CHANGELOG.md +++ b/charts/opensearch/CHANGELOG.md @@ -12,6 +12,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security --- +## [1.17.0] +### Added +### Changed +- Updated OpenSearch appVersion to 1.3.7 +### Deprecated +### Removed +### Fixed +### Security +--- ## [1.16.1] ### Added - added "plugins.enabled" and "plugins.installList" to the readme @@ -517,7 +526,8 @@ config: ### Fixed ### Security -[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.16.1...HEAD +[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.17.0...HEAD +[1.17.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.16.1...opensearch-1.17.0 [1.16.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.16.0...opensearch-1.16.1 [1.16.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.15.0...opensearch-1.16.0 [1.15.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-1.14.2...opensearch-1.15.0 diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 667b6a81..b9ecbe78 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -15,13 +15,13 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.16.1 +version: 1.17.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.3.6" +appVersion: "1.3.7" maintainers: - name: DandyDeveloper