Skip to content
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
6 changes: 5 additions & 1 deletion bitnami/elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 22.0.1 (2025-04-30)

* [bitnami/elasticsearch] Update kibana subchart ([#33256](https://github.com/bitnami/charts/pull/33256))

## 22.0.0 (2025-04-29)

* [bitnami/elasticsearch] Release 22.0.0 ([#33246](https://github.com/bitnami/charts/pull/33246))
* [bitnami/elasticsearch] Release 22.0.0 (#33246) ([5ff40ae](https://github.com/bitnami/charts/commit/5ff40ae91813f230cdf1e8b11e9ab5a3a1892417)), closes [#33246](https://github.com/bitnami/charts/issues/33246)

## <small>21.6.3 (2025-04-28)</small>

Expand Down
6 changes: 3 additions & 3 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.6.0
version: 12.0.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:f46a99f770fd0c742bc5ea0bd71da3a51c8840139909af23629c342560b6f186
generated: "2025-04-15T13:55:44.055663876Z"
digest: sha256:8b1895a821594f85102b856599021da7608c88ef72dcda0ee5fc8a8f34bff31c
generated: "2025-04-30T08:10:34.441431+02:00"
4 changes: 2 additions & 2 deletions bitnami/elasticsearch/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies:
- condition: global.kibanaEnabled
name: kibana
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.x.x
version: 12.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
Expand All @@ -35,4 +35,4 @@ maintainers:
name: elasticsearch
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/elasticsearch
version: 22.0.0
version: 22.0.1
6 changes: 5 additions & 1 deletion bitnami/elasticsearch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,10 @@ Find more information about how to deal with common errors related to Bitnami's

## Upgrading

### To 22.0.0

This major version updates the Elasticsearch image and Kibana subchart from version 8.x to 9.x. Follow the [official instructions](https://www.elastic.co/docs/deploy-manage/upgrade/deployment-or-cluster) to upgrade to 9.x.

### To 21.4.0

This version introduces image verification for security purposes. To disable it, set `global.security.allowInsecureImages` to `true`. More details at [GitHub issue](https://github.com/bitnami/charts/issues/30850).
Expand Down Expand Up @@ -1175,4 +1179,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.
Loading