Skip to content

Commit

Permalink
chore(deps): update confluentinc/cp-schema-registry docker tag to v7.6.1
Browse files Browse the repository at this point in the history
| datasource | package                         | from  | to    |
| ---------- | ------------------------------- | ----- | ----- |
| docker     | confluentinc/cp-schema-registry | 7.6.0 | 7.6.1 |
  • Loading branch information
renovate-bot authored and Fameing committed May 22, 2024
1 parent 101a918 commit 26ae90c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion embedded-kafka/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ToxiProxy is a great tool for simulating network conditions, meaning that you ca
* `embedded.kafka.topicsToCreate` `(comma separated list of topic names, default is empty)`
* `embedded.kafka.secureTopics` (subset of `embedded.kafka.topicsToCreate` that should be secured with ACLs)
* `embedded.kafka.dockerImageVersion` `(default '7.6.0' provides Kafka 3.2.0)`
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-schema-registry:7.6.0')`
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-schema-registry:7.6.1')`
** Image versions on https://hub.docker.com/r/confluentinc/cp-kafka/tags[dockerhub]
** https://docs.confluent.io/current/installation/versions-interoperability.html#cp-and-apache-kafka-compatibility[Confluent Platform and Apache Kafka Compatibility]
* `embedded.kafka.dockerUser` `(default 'appuser' since Confluent Platform 6.0.0)`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public boolean isBasicAuthenticationEnabled() {
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "confluentinc/cp-schema-registry:7.6.0";
return "confluentinc/cp-schema-registry:7.6.1";
}

public enum AvroCompatibilityLevel {
Expand Down

0 comments on commit 26ae90c

Please sign in to comment.