From 210dc907705386a45bda24da6f9f05f3016663d5 Mon Sep 17 00:00:00 2001 From: premkiran Date: Sun, 15 Oct 2023 17:52:07 +0530 Subject: [PATCH 1/4] added description for lifecycle parameter Signed-off-by: premkiran --- charts/opensearch/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/opensearch/README.md b/charts/opensearch/README.md index bccc1eaf..29f994f1 100644 --- a/charts/opensearch/README.md +++ b/charts/opensearch/README.md @@ -119,7 +119,8 @@ helm uninstall my-release | `startupProbe` | Configuration fields for the startup [probe][] | see [exampleStartup][] in `values.yaml` | | `plugins.enabled` | Allow/disallow to add 3rd Party / Custom plugins not offered in the default OpenSearchDashboards image | false | | `plugins.installList` | Array containing the Opensearch Dashboards plugins to be installed in container | \[] | -| `opensearchLifecycle` | Allows you to configure lifecycle hooks for the OpenSearch container in the StatefulSet | {} | +| `opensearchLifecycle` | Allows you to configure lifecycle hooks for the OpenSearch container in the StatefulSet | {} | +| `lifecycle` | Allows you to configure lifecycle hooks for the OpenSearch container in the StatefulSet | {} | | `openSearchAnnotations` | Allows you to configure custom annotation in the StatefullSet of the OpenSearch container | {} | [anti-affinity]: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity From 699c6aa336725a4d916670b1dbac43c212081401 Mon Sep 17 00:00:00 2001 From: premkiran Date: Sun, 15 Oct 2023 18:15:19 +0530 Subject: [PATCH 2/4] CHANGELOG added, version updated, lifecycle added Signed-off-by: premkiran --- charts/opensearch/CHANGELOG.md | 9 +++++++++ charts/opensearch/Chart.yaml | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/charts/opensearch/CHANGELOG.md b/charts/opensearch/CHANGELOG.md index f1900906..21f8db68 100644 --- a/charts/opensearch/CHANGELOG.md +++ b/charts/opensearch/CHANGELOG.md @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security --- +## [2.15.1] +### Added +### Changed +### Deprecated +### Removed +### Fixed +- Fixed missing lifecycle parameter in README for opensearch chart +### Security +--- ## [2.15.0] ### Added - Updated OpenSearch appVersion to 2.10.0 diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 16c7f2ac..0bc32737 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: 2.15.0 +version: 2.15.1 # 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: "2.10.0" +appVersion: "2.11.0" maintainers: - name: DandyDeveloper From 8a1e25ba69305c7b7f91272cfd10bc90671d9cd4 Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Mon, 16 Oct 2023 13:25:26 -0700 Subject: [PATCH 3/4] Upgrade appVersions to 2.11.0 (#484) Signed-off-by: Rishabh Singh --- charts/opensearch-dashboards/CHANGELOG.md | 12 +++++++++++- charts/opensearch-dashboards/Chart.yaml | 4 ++-- charts/opensearch/CHANGELOG.md | 14 ++++++++++++-- charts/opensearch/Chart.yaml | 4 ++-- 4 files changed, 27 insertions(+), 7 deletions(-) diff --git a/charts/opensearch-dashboards/CHANGELOG.md b/charts/opensearch-dashboards/CHANGELOG.md index 9139b660..182ad28d 100644 --- a/charts/opensearch-dashboards/CHANGELOG.md +++ b/charts/opensearch-dashboards/CHANGELOG.md @@ -13,6 +13,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security --- +## [2.14.0] +### Added +- Updated OpenSearch Dashboards appVersion to 2.11.0 +### Changed +### Deprecated +### Removed +### Fixed +### Security +--- ## [2.13.0] ### Added - Updated OpenSearch Dashboards appVersion to 2.10.0 @@ -267,7 +276,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-2.13.0...HEAD +[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.14.0...HEAD +[2.14.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.13.0...opensearch-dashboards-2.14.0 [2.13.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.12.0...opensearch-dashboards-2.13.0 [2.12.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.11.1...opensearch-dashboards-2.12.0 [2.11.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-dashboards-2.11.0...opensearch-dashboards-2.11.1 diff --git a/charts/opensearch-dashboards/Chart.yaml b/charts/opensearch-dashboards/Chart.yaml index f05c8535..3b2f5731 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: 2.13.0 +version: 2.14.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: "2.10.0" +appVersion: "2.11.0" maintainers: - name: DandyDeveloper diff --git a/charts/opensearch/CHANGELOG.md b/charts/opensearch/CHANGELOG.md index 21f8db68..7ef1dac9 100644 --- a/charts/opensearch/CHANGELOG.md +++ b/charts/opensearch/CHANGELOG.md @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed ### Security --- -## [2.15.1] +## [2.16.1] ### Added ### Changed ### Deprecated @@ -22,6 +22,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Fixed missing lifecycle parameter in README for opensearch chart ### Security --- +## [2.16.0] +### Added +- Updated OpenSearch appVersion to 2.11.0 +### Changed +### Deprecated +### Removed +### Fixed +### Security +--- ## [2.15.0] ### Added - Updated OpenSearch appVersion to 2.10.0 @@ -338,7 +347,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Security -[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.15.0...HEAD +[Unreleased]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.16.0...HEAD +[2.16.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.15.0...opensearch-2.16.0 [2.15.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.14.1...opensearch-2.15.0 [2.14.1]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.14.0...opensearch-2.14.1 [2.14.0]: https://github.com/opensearch-project/helm-charts/compare/opensearch-2.13.3...opensearch-2.14.0 diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 0bc32737..2d7824ac 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: 2.15.1 +version: 2.16.1 # 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: "2.11.0" +appVersion: "2.12.0" maintainers: - name: DandyDeveloper From cf33cae787bbd3bb212133da1edff7f47bb7811f Mon Sep 17 00:00:00 2001 From: premkiran Date: Sun, 22 Oct 2023 15:24:43 +0530 Subject: [PATCH 4/4] app version reverted to 2.11.0 for opensearch Signed-off-by: premkiran --- charts/opensearch/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/opensearch/Chart.yaml b/charts/opensearch/Chart.yaml index 2d7824ac..28dadfe7 100644 --- a/charts/opensearch/Chart.yaml +++ b/charts/opensearch/Chart.yaml @@ -21,7 +21,7 @@ version: 2.16.1 # 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: "2.12.0" +appVersion: "2.11.0" maintainers: - name: DandyDeveloper