Skip to content

Commit

Permalink
Merge branch 'main' into fix/kafka-controller-jaas
Browse files Browse the repository at this point in the history
Signed-off-by: Carlos Rodríguez Hernández <carlosrh@vmware.com>
  • Loading branch information
carrodher authored Jul 1, 2024
2 parents 334c6e5 + 1ef0ca8 commit d8b3f3a
Show file tree
Hide file tree
Showing 18 changed files with 75 additions and 53 deletions.
8 changes: 6 additions & 2 deletions bitnami/clickhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.2.8 (2024-06-18)
## 6.2.9 (2024-07-01)

* [bitnami/clickhouse] Release 6.2.8 ([#27331](https://github.com/bitnami/charts/pull/27331))
* [bitnami/clickhouse] Release 6.2.9 ([#27612](https://github.com/bitnami/charts/pull/27612))

## <small>6.2.8 (2024-06-18)</small>

* [bitnami/clickhouse] Release 6.2.8 (#27331) ([7739cc3](https://github.com/bitnami/charts/commit/7739cc3bd84d860fe28ecc0980e76bb3bbb8416c)), closes [#27331](https://github.com/bitnami/charts/issues/27331)

## <small>6.2.7 (2024-06-17)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/clickhouse/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.4.4
version: 13.4.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
digest: sha256:aede10f2b1dbd02435897f1acf653cb9232331341226c946aceaaa3a1404465c
generated: "2024-06-18T11:12:06.998661702Z"
digest: sha256:ca9323cb0cc1e1debc924410ac72dd82b15fe2fb02511ff4198583d42dc383de
generated: "2024-07-01T11:53:26.427337535Z"
10 changes: 5 additions & 5 deletions bitnami/clickhouse/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: clickhouse
image: docker.io/bitnami/clickhouse:24.5.3-debian-12-r0
image: docker.io/bitnami/clickhouse:24.6.1-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
image: docker.io/bitnami/os-shell:12-debian-12-r24
- name: zookeeper
image: docker.io/bitnami/zookeeper:3.8.4-debian-12-r7
image: docker.io/bitnami/zookeeper:3.8.4-debian-12-r8
apiVersion: v2
appVersion: 24.5.3
appVersion: 24.6.1
dependencies:
- condition: zookeeper.enabled
name: zookeeper
Expand All @@ -35,4 +35,4 @@ maintainers:
name: clickhouse
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/clickhouse
version: 6.2.8
version: 6.2.9
6 changes: 3 additions & 3 deletions bitnami/clickhouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/clickhouse
tag: 24.5.3-debian-12-r0
tag: 24.6.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -988,7 +988,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1147,7 +1147,7 @@ zookeeper:
image:
registry: docker.io
repository: bitnami/zookeeper
tag: 3.8.4-debian-12-r7
tag: 3.8.4-debian-12-r8
pullPolicy: IfNotPresent
replicaCount: 3
service:
Expand Down
6 changes: 5 additions & 1 deletion bitnami/kafka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Changelog

## 29.3.5 (2024-07-01)
## 29.3.6 (2024-07-01)

* [bitnami/kafka] fix: Mount kafka_jaas.conf in controller statefulset for kraft migration ([#27610](https://github.com/bitnami/charts/pull/27610))

## <small>29.3.5 (2024-07-01)</small>

* [bitnami/kafka] Release 29.3.5 ([#27613](https://github.com/bitnami/charts/pull/27613))

## <small>29.3.4 (2024-06-18)</small>

* [bitnami/kafka] Release 29.3.4 (#27362) ([39074dc](https://github.com/bitnami/charts/commit/39074dcf4c92f7b875f1ddb2bc87443b05e7592d)), closes [#27362](https://github.com/bitnami/charts/issues/27362)
Expand Down
6 changes: 3 additions & 3 deletions bitnami/kafka/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.4.4
version: 13.4.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
digest: sha256:aede10f2b1dbd02435897f1acf653cb9232331341226c946aceaaa3a1404465c
generated: "2024-06-18T11:44:14.962832339Z"
digest: sha256:ca9323cb0cc1e1debc924410ac72dd82b15fe2fb02511ff4198583d42dc383de
generated: "2024-07-01T12:11:38.664544009Z"
10 changes: 5 additions & 5 deletions bitnami/kafka/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ annotations:
licenses: Apache-2.0
images: |
- name: jmx-exporter
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r1
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r2
- name: kafka
image: docker.io/bitnami/kafka:3.7.0-debian-12-r7
image: docker.io/bitnami/kafka:3.7.1-debian-12-r0
- name: kubectl
image: docker.io/bitnami/kubectl:1.30.2-debian-12-r0
image: docker.io/bitnami/kubectl:1.30.2-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
image: docker.io/bitnami/os-shell:12-debian-12-r24
apiVersion: v2
appVersion: 3.7.0
appVersion: 3.7.1
dependencies:
- condition: zookeeper.enabled
name: zookeeper
Expand Down
8 changes: 4 additions & 4 deletions bitnami/kafka/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/kafka
tag: 3.7.0-debian-12-r7
tag: 3.7.1-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1511,7 +1511,7 @@ externalAccess:
image:
registry: docker.io
repository: bitnami/kubectl
tag: 1.30.2-debian-12-r0
tag: 1.30.2-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1821,7 +1821,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -1915,7 +1915,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
tag: 1.0.1-debian-12-r1
tag: 1.0.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
9 changes: 7 additions & 2 deletions bitnami/mongodb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 15.6.11 (2024-06-24)
## 15.6.12 (2024-07-01)

* [bitnami/mongodb] Recover logging to stdout ([#27510](https://github.com/bitnami/charts/pull/27510))
* [bitnami/mongodb] Release 15.6.12 ([#27590](https://github.com/bitnami/charts/pull/27590))

## <small>15.6.11 (2024-06-25)</small>

* [bitnami/mongodb] add space back so script works again (#27183) ([e880657](https://github.com/bitnami/charts/commit/e880657e7744f7871d04c55283f34fad9d04598a)), closes [#27183](https://github.com/bitnami/charts/issues/27183)
* [bitnami/mongodb] Recover logging to stdout (#27510) ([33bbddd](https://github.com/bitnami/charts/commit/33bbddd532d0debbe775a13a1b0c31e59ccd3c35)), closes [#27510](https://github.com/bitnami/charts/issues/27510)

## <small>15.6.9 (2024-06-18)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ annotations:
- name: kubectl
image: docker.io/bitnami/kubectl:1.30.2-debian-12-r0
- name: mongodb
image: docker.io/bitnami/mongodb:7.0.11-debian-12-r1
image: docker.io/bitnami/mongodb:7.0.12-debian-12-r0
- name: mongodb-exporter
image: docker.io/bitnami/mongodb-exporter:0.40.0-debian-12-r30
- name: nginx
image: docker.io/bitnami/nginx:1.27.0-debian-12-r1
image: docker.io/bitnami/nginx:1.27.0-debian-12-r2
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
image: docker.io/bitnami/os-shell:12-debian-12-r23
apiVersion: v2
appVersion: 7.0.11
appVersion: 7.0.12
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -39,4 +39,4 @@ maintainers:
name: mongodb
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/mongodb
version: 15.6.11
version: 15.6.12
8 changes: 4 additions & 4 deletions bitnami/mongodb/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/mongodb
tag: 7.0.11-debian-12-r1
tag: 7.0.12-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -255,7 +255,7 @@ tls:
image:
registry: docker.io
repository: bitnami/nginx
tag: 1.27.0-debian-12-r1
tag: 1.27.0-debian-12-r2
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down Expand Up @@ -893,7 +893,7 @@ externalAccess:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r23
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1465,7 +1465,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r23
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
9 changes: 7 additions & 2 deletions bitnami/postgresql-ha/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# Changelog

## 14.2.8 (2024-06-26)
## 14.2.9 (2024-06-28)

* [bitnami/postgresql-ha] Fix readiness probe when enabling TLS for PostgreSQL ([#27537](https://github.com/bitnami/charts/pull/27537))
* [bitnami/postgresql-ha] Release 14.2.9 ([#27547](https://github.com/bitnami/charts/pull/27547))

## <small>14.2.8 (2024-06-27)</small>

* [bitnami/*] Update README changing TAC wording (#27530) ([52dfed6](https://github.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)), closes [#27530](https://github.com/bitnami/charts/issues/27530)
* [bitnami/postgresql-ha] Fix readiness probe when enabling TLS for PostgreSQL (#27537) ([da66fc5](https://github.com/bitnami/charts/commit/da66fc55cf0c39e90b72d81918d1907e4f25d8fb)), closes [#27537](https://github.com/bitnami/charts/issues/27537)

## <small>14.2.7 (2024-06-18)</small>

Expand Down
4 changes: 2 additions & 2 deletions bitnami/postgresql-ha/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ annotations:
- name: postgres-exporter
image: docker.io/bitnami/postgres-exporter:0.15.0-debian-12-r33
- name: postgresql-repmgr
image: docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r11
image: docker.io/bitnami/postgresql-repmgr:16.3.0-debian-12-r12
apiVersion: v2
appVersion: 16.3.0
dependencies:
Expand Down Expand Up @@ -40,4 +40,4 @@ maintainers:
name: postgresql-ha
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/postgresql-ha
version: 14.2.8
version: 14.2.9
2 changes: 1 addition & 1 deletion bitnami/postgresql-ha/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ postgresql:
image:
registry: docker.io
repository: bitnami/postgresql-repmgr
tag: 16.3.0-debian-12-r11
tag: 16.3.0-debian-12-r12
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
8 changes: 6 additions & 2 deletions bitnami/seaweedfs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 0.4.2 (2024-06-18)
## 0.4.3 (2024-07-01)

* [bitnami/seaweedfs] Release 0.4.2 ([#27415](https://github.com/bitnami/charts/pull/27415))
* [bitnami/seaweedfs] Release 0.4.3 ([#27611](https://github.com/bitnami/charts/pull/27611))

## <small>0.4.2 (2024-06-18)</small>

* [bitnami/seaweedfs] Release 0.4.2 (#27415) ([d78148f](https://github.com/bitnami/charts/commit/d78148f0fa81232fe7cb847b8bfe3d3a500a79e0)), closes [#27415](https://github.com/bitnami/charts/issues/27415)

## <small>0.4.1 (2024-06-17)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/seaweedfs/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: oci://registry-1.docker.io/bitnamicharts
version: 18.2.3
version: 18.2.4
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
digest: sha256:8bd0ba079a9866da5159c633e7a24699ae240da1c9e9a7fa3126c231bfdf6df0
generated: "2024-06-18T12:13:54.766662734Z"
digest: sha256:60c33ac0c06dba394ad091c2fdc1da0a104af13f9b05c5c10aa5dc747cf0551c
generated: "2024-07-01T08:50:22.281770498Z"
8 changes: 4 additions & 4 deletions bitnami/seaweedfs/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: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
image: docker.io/bitnami/os-shell:12-debian-12-r24
- name: seaweedfs
image: docker.io/bitnami/seaweedfs:3.68.0-debian-12-r0
image: docker.io/bitnami/seaweedfs:3.69.0-debian-12-r0
apiVersion: v2
appVersion: 3.68.0
appVersion: 3.69.0
dependencies:
- condition: mariadb.enabled
name: mariadb
Expand Down Expand Up @@ -40,4 +40,4 @@ name: seaweedfs
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/seawwedfs
- https://github.com/bitnami/containers/tree/main/bitnami/seaweedfs
version: 0.4.2
version: 0.4.3
4 changes: 2 additions & 2 deletions bitnami/seaweedfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/seaweedfs
tag: 3.68.0-debian-12-r0
tag: 3.69.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -3213,7 +3213,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r22
tag: 12-debian-12-r24
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit d8b3f3a

Please sign in to comment.