Skip to content

Commit 9270215

Browse files
committed
chore(deps): update confluentinc/cp-schema-registry docker tag to v8
| datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | docker | confluentinc/cp-schema-registry | 7.9.2 | 8.0.0 |
1 parent d186322 commit 9270215

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

embedded-kafka/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ ToxiProxy is a great tool for simulating network conditions, meaning that you ca
2020
* `embedded.kafka.topicsToCreate` `(comma separated list of topic names, default is empty)`
2121
* `embedded.kafka.secureTopics` (subset of `embedded.kafka.topicsToCreate` that should be secured with ACLs)
2222
* `embedded.kafka.dockerImageVersion` `(default '7.6.0' provides Kafka 3.2.0)`
23-
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-schema-registry:7.9.2')`
23+
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-schema-registry:8.0.0')`
2424
** Image versions on https://hub.docker.com/r/confluentinc/cp-kafka/tags[dockerhub]
2525
** https://docs.confluent.io/current/installation/versions-interoperability.html#cp-and-apache-kafka-compatibility[Confluent Platform and Apache Kafka Compatibility]
2626
* `embedded.kafka.dockerUser` `(default 'appuser' since Confluent Platform 6.0.0)`

embedded-kafka/src/main/java/com/playtika/testcontainer/kafka/properties/SchemaRegistryConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public boolean isBasicAuthenticationEnabled() {
4141
public String getDefaultDockerImage() {
4242
// Please don`t remove this comment.
4343
// renovate: datasource=docker
44-
return "confluentinc/cp-schema-registry:7.9.2";
44+
return "confluentinc/cp-schema-registry:8.0.0";
4545
}
4646

4747
public enum AvroCompatibilityLevel {

0 commit comments

Comments
 (0)