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 21.0.1 #29370

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

## 21.0.1 (2024-09-12)

* [bitnami/schema-registry] Release 21.0.1 ([#29370](https://github.com/bitnami/charts/pull/29370))

## 21.0.0 (2024-08-05)

* [bitnami/schema-registry] Update chart dependency (kafka) ([#28672](https://github.com/bitnami/charts/pull/28672))
* [bitnami/schema-registry] Update chart dependency (kafka) (#28672) ([ff628f6](https://github.com/bitnami/charts/commit/ff628f683cd67d664d6bcea2d4c8c90daf353087)), closes [#28672](https://github.com/bitnami/charts/issues/28672)

## 20.0.0 (2024-08-02)

Expand Down
8 changes: 4 additions & 4 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: 30.0.0
version: 30.0.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:c944a1927bfab6bd8186c343b8f42ffba172cdcec9191f35253dc22d1fca0d81
generated: "2024-08-05T17:21:26.630459+02:00"
version: 2.22.0
digest: sha256:18ab22b8503986c086a68eb11c4399e299fa210017f1fbaa9c65b424cb438a10
generated: "2024-09-12T07:03:50.358338183Z"
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.7.0-debian-12-r0
image: docker.io/bitnami/schema-registry:7.7.0-debian-12-r2
apiVersion: v2
appVersion: 7.7.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: 21.0.0
version: 21.0.1
2 changes: 1 addition & 1 deletion bitnami/schema-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,4 +539,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.
2 changes: 1 addition & 1 deletion bitnami/schema-registry/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/schema-registry
tag: 7.7.0-debian-12-r0
tag: 7.7.0-debian-12-r2
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading