From 8e60928332d201716283187687dc129034816e41 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 24 Sep 2024 12:09:36 +0200 Subject: [PATCH] [bitnami/opensearch] Release 1.3.3 (#29582) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/opensearch] Release 1.3.3 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers * Update values.yaml Signed-off-by: Javier J. Salmerón García * Update Chart.yaml Signed-off-by: Javier J. Salmerón García * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers Signed-off-by: Javier J. Salmerón García Co-authored-by: Javier J. Salmerón García --- bitnami/opensearch/CHANGELOG.md | 8 ++++++-- bitnami/opensearch/Chart.lock | 6 +++--- bitnami/opensearch/Chart.yaml | 6 +++--- bitnami/opensearch/README.md | 2 +- bitnami/opensearch/values.yaml | 2 +- 5 files changed, 14 insertions(+), 10 deletions(-) diff --git a/bitnami/opensearch/CHANGELOG.md b/bitnami/opensearch/CHANGELOG.md index 4303342f4412e5..6bc1c6790e2b5a 100644 --- a/bitnami/opensearch/CHANGELOG.md +++ b/bitnami/opensearch/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.3.2 (2024-09-17) +## 1.3.3 (2024-09-24) -* [bitnami/opensearch] test: :white_check_mark: Improve reliability of ginkgo tests ([#29471](https://github.com/bitnami/charts/pull/29471)) +* [bitnami/opensearch] Release 1.3.3 ([#29582](https://github.com/bitnami/charts/pull/29582)) + +## 1.3.2 (2024-09-17) + +* [bitnami/opensearch] test: :white_check_mark: Improve reliability of ginkgo tests (#29471) ([63b5131](https://github.com/bitnami/charts/commit/63b5131ab378847b16be6c621df2b609bcfb83fa)), closes [#29471](https://github.com/bitnami/charts/issues/29471) ## 1.3.1 (2024-09-11) diff --git a/bitnami/opensearch/Chart.lock b/bitnami/opensearch/Chart.lock index 223cb101f829aa..a3e749a7949cdd 100644 --- a/bitnami/opensearch/Chart.lock +++ b/bitnami/opensearch/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.22.0 -digest: sha256:a8fb2fc887ead658a89598a48acde5324196fbc0509503a3eaed50a710fbfe74 -generated: "2024-09-06T14:30:11.715741329Z" + version: 2.23.0 +digest: sha256:fbd6439f12ded949c04553b9c52a4c8153a8f2790147d972b314ddcd46921a14 +generated: "2024-09-23T17:19:15.02922054Z" diff --git a/bitnami/opensearch/Chart.yaml b/bitnami/opensearch/Chart.yaml index 424d1f7e5f491b..48f77f5f00729e 100644 --- a/bitnami/opensearch/Chart.yaml +++ b/bitnami/opensearch/Chart.yaml @@ -6,13 +6,13 @@ annotations: licenses: Apache-2.0 images: | - name: opensearch - image: docker.io/bitnami/opensearch:2.16.0-debian-12-r4 + image: docker.io/bitnami/opensearch:2.17.0-debian-12-r1 - name: opensearch-dashboards image: docker.io/bitnami/opensearch-dashboards:2.16.0-debian-12-r2 - name: os-shell image: docker.io/bitnami/os-shell:12-debian-12-r30 apiVersion: v2 -appVersion: 2.16.0 +appVersion: 2.17.0 dependencies: - name: common repository: oci://registry-1.docker.io/bitnamicharts @@ -30,4 +30,4 @@ maintainers: name: opensearch sources: - https://github.com/bitnami/charts/tree/main/bitnami/opensearch -version: 1.3.2 +version: 1.3.3 diff --git a/bitnami/opensearch/README.md b/bitnami/opensearch/README.md index 18c8e6b2520c8a..2dff0b670952d4 100644 --- a/bitnami/opensearch/README.md +++ b/bitnami/opensearch/README.md @@ -1034,4 +1034,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. +limitations under the License. \ No newline at end of file diff --git a/bitnami/opensearch/values.yaml b/bitnami/opensearch/values.yaml index 96215f144f0fdc..0d47ea4eb379aa 100644 --- a/bitnami/opensearch/values.yaml +++ b/bitnami/opensearch/values.yaml @@ -186,7 +186,7 @@ useIstioLabels: true image: registry: docker.io repository: bitnami/opensearch - tag: 2.16.0-debian-12-r4 + tag: 2.17.0-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'