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/spring-cloud-dataflow] Release 29.0.7 #27290

Merged
merged 2 commits into from
Jun 17, 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/spring-cloud-dataflow/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 29.0.6 (2024-06-14)
## 29.0.7 (2024-06-17)

* [bitnami/spring-cloud-dataflow] Release 29.0.6 ([#27173](https://github.com/bitnami/charts/pull/27173))
* [bitnami/spring-cloud-dataflow] Release 29.0.7 ([#27290](https://github.com/bitnami/charts/pull/27290))

## <small>29.0.6 (2024-06-14)</small>

* [bitnami/spring-cloud-dataflow] Release 29.0.6 (#27173) ([0edfa5b](https://github.com/bitnami/charts/commit/0edfa5b2ce7bfbbc637fde3c628b121db8539047)), closes [#27173](https://github.com/bitnami/charts/issues/27173)

## <small>29.0.5 (2024-06-06)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/spring-cloud-dataflow/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ dependencies:
version: 18.2.2
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 29.3.1
version: 29.3.2
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.2
digest: sha256:264673df56588796f375d9e19669bc0b11409b06b6dac210c0acf95a1eb2dde3
generated: "2024-06-14T12:56:41.645197506Z"
digest: sha256:0362bc92e765f618606659a17388ff461c37707ee6cc76fe085269b71813098a
generated: "2024-06-17T13:19:12.737722638Z"
4 changes: 2 additions & 2 deletions bitnami/spring-cloud-dataflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotations:
- name: kubectl
image: docker.io/bitnami/kubectl:1.30.2-debian-12-r0
- name: mariadb
image: docker.io/bitnami/mariadb:10.11.8-debian-12-r0
image: docker.io/bitnami/mariadb:10.11.8-debian-12-r1
- name: prometheus-rsocket-proxy
image: docker.io/bitnami/prometheus-rsocket-proxy:1.5.3-debian-12-r23
- name: spring-cloud-dataflow
Expand Down Expand Up @@ -53,4 +53,4 @@ maintainers:
name: spring-cloud-dataflow
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/spring-cloud-dataflow
version: 29.0.6
version: 29.0.7
2 changes: 1 addition & 1 deletion bitnami/spring-cloud-dataflow/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1831,7 +1831,7 @@ mariadb:
image:
registry: docker.io
repository: bitnami/mariadb
tag: 10.11.8-debian-12-r0
tag: 10.11.8-debian-12-r1
digest: ""
## @param mariadb.architecture MariaDB architecture. Allowed values: `standalone` or `replication`
##
Expand Down
Loading