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/schema-registry] Release 23.1.4 #32264

Merged
merged 2 commits into from
Mar 4, 2025
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
10 changes: 8 additions & 2 deletions bitnami/schema-registry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 23.1.3 (2025-02-21)
## 23.1.4 (2025-03-04)

* [bitnami/schema-registry] Release 23.1.3 ([#32104](https://github.com/bitnami/charts/pull/32104))
* [bitnami/schema-registry] Release 23.1.4 ([#32264](https://github.com/bitnami/charts/pull/32264))

## <small>23.1.3 (2025-02-21)</small>

* [bitnami/*] Use CDN url for the Bitnami Application Icons (#31881) ([d9bb11a](https://github.com/bitnami/charts/commit/d9bb11a9076b9bfdcc70ea022c25ef50e9713657)), closes [#31881](https://github.com/bitnami/charts/issues/31881)
* [bitnami/schema-registry] Release 23.1.3 (#32104) ([bdb8188](https://github.com/bitnami/charts/commit/bdb818815325b07e681d8545df39ec169fe50061)), closes [#32104](https://github.com/bitnami/charts/issues/32104)
* Update copyright year (#31682) ([e9f02f5](https://github.com/bitnami/charts/commit/e9f02f5007068751f7eb2270fece811e685c99b6)), closes [#31682](https://github.com/bitnami/charts/issues/31682)

## <small>23.1.2 (2025-01-28)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/schema-registry/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: kafka
repository: oci://registry-1.docker.io/bitnamicharts
version: 31.4.0
version: 31.4.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:00c6278b437c0f75673a4ded0ab86784f330320eb3ed084663efb262f95db6a1
generated: "2025-02-21T11:15:56.297518727Z"
digest: sha256:502c8b7963c14b92c443be103f7db333b4583512f33f1c6e795441ee4f2d97cb
generated: "2025-03-04T13:04:41.197307563Z"
4 changes: 2 additions & 2 deletions bitnami/schema-registry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: schema-registry
image: docker.io/bitnami/schema-registry:7.8.0-debian-12-r6
image: docker.io/bitnami/schema-registry:7.8.0-debian-12-r9
apiVersion: v2
appVersion: 7.8.0
dependencies:
Expand Down Expand Up @@ -34,4 +34,4 @@ maintainers:
name: schema-registry
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/schema-registry
version: 23.1.3
version: 23.1.4
2 changes: 1 addition & 1 deletion bitnami/schema-registry/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/schema-registry
tag: 7.8.0-debian-12-r6
tag: 7.8.0-debian-12-r9
digest: ""
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
##
Expand Down
Loading