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/logstash] Release 6.4.1 #31022

Merged
merged 2 commits into from
Dec 12, 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: 7 additions & 1 deletion bitnami/logstash/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 6.4.1 (2024-12-12)

* [bitnami/logstash] Release 6.4.1 ([#31022](https://github.com/bitnami/charts/pull/31022))

## 6.4.0 (2024-12-10)

* [bitnami/logstash] Detect non-standard images ([#30919](https://github.com/bitnami/charts/pull/30919))
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
* [bitnami/*] docs: :memo: Add "Backup & Restore" section (#30711) ([35ab536](https://github.com/bitnami/charts/commit/35ab5363741e7548f4076f04da6e62d10153c60c)), closes [#30711](https://github.com/bitnami/charts/issues/30711)
* [bitnami/logstash] Detect non-standard images (#30919) ([e64e0d5](https://github.com/bitnami/charts/commit/e64e0d53149404ab60997cd038db3f517b47bc0c)), closes [#30919](https://github.com/bitnami/charts/issues/30919)

## <small>6.3.9 (2024-11-22)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/logstash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: logstash
image: docker.io/bitnami/logstash:8.16.1-debian-12-r0
image: docker.io/bitnami/logstash:8.17.0-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r33
image: docker.io/bitnami/os-shell:12-debian-12-r34
apiVersion: v2
appVersion: 8.16.1
appVersion: 8.17.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -30,4 +30,4 @@ maintainers:
name: logstash
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/logstash
version: 6.4.0
version: 6.4.1
4 changes: 2 additions & 2 deletions bitnami/logstash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/logstash
tag: 8.16.1-debian-12-r0
tag: 8.17.0-debian-12-r0
digest: ""
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
Expand Down Expand Up @@ -659,7 +659,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r33
tag: 12-debian-12-r34
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading