Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/elasticsearch] Release 21.3.7 #28863

Merged
merged 2 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 21.3.6 (2024-07-25)
## 21.3.7 (2024-08-13)

* [bitnami/elasticsearch] Release 21.3.6 ([#28412](https://github.com/bitnami/charts/pull/28412))
* [bitnami/elasticsearch] Release 21.3.7 ([#28863](https://github.com/bitnami/charts/pull/28863))

## <small>21.3.6 (2024-07-25)</small>

* [bitnami/elasticsearch] Release 21.3.6 (#28412) ([6a680b1](https://github.com/bitnami/charts/commit/6a680b10675daddf6fe955a792e3eddabf6698b1)), closes [#28412](https://github.com/bitnami/charts/issues/28412)

## <small>21.3.5 (2024-07-24)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/elasticsearch/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kibana
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.2.14
version: 11.2.16
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:39ca4033f558197ea71d071d32aa289fac5ec318538752d4f7b7437b692a55eb
generated: "2024-07-25T04:13:46.741286717Z"
version: 2.22.0
digest: sha256:f137f073e7f4974947e69c70cf2a0ab8f2476a3e64afc934003a2252c74bb2e5
generated: "2024-08-13T15:58:31.432331133Z"
10 changes: 5 additions & 5 deletions bitnami/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: elasticsearch
image: docker.io/bitnami/elasticsearch:8.14.3-debian-12-r4
image: docker.io/bitnami/elasticsearch:8.15.0-debian-12-r0
- name: elasticsearch-exporter
image: docker.io/bitnami/elasticsearch-exporter:1.7.0-debian-12-r31
image: docker.io/bitnami/elasticsearch-exporter:1.7.0-debian-12-r33
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r26
image: docker.io/bitnami/os-shell:12-debian-12-r27
apiVersion: v2
appVersion: 8.14.3
appVersion: 8.15.0
dependencies:
- condition: global.kibanaEnabled
name: kibana
Expand All @@ -34,4 +34,4 @@ maintainers:
name: elasticsearch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
version: 21.3.6
version: 21.3.7
8 changes: 4 additions & 4 deletions bitnami/elasticsearch/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ useIstioLabels: true
image:
registry: docker.io
repository: bitnami/elasticsearch
tag: 8.14.3-debian-12-r4
tag: 8.15.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -2190,7 +2190,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/elasticsearch-exporter
tag: 1.7.0-debian-12-r31
tag: 1.7.0-debian-12-r33
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -2620,7 +2620,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r26
tag: 12-debian-12-r27
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -2667,7 +2667,7 @@ sysctlImage:
##
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r26
tag: 12-debian-12-r27
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading