Skip to content

Commit 6a52224

Browse files
chore(deps): update confluentinc/cp-kafka docker tag to v8
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | confluentinc/cp-kafka | 7.9.6 | 8.2.0 |
1 parent bf8275d commit 6a52224

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.9.6' provides Kafka 3.2.0)`
23-
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-kafka:7.9.6')`
23+
* `embedded.kafka.dockerImage` `(default is set to 'confluentinc/cp-kafka:8.2.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/KafkaConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public KafkaConfigurationProperties() {
7373
public String getDefaultDockerImage() {
7474
// Please don`t remove this comment.
7575
// renovate: datasource=docker
76-
return "confluentinc/cp-kafka:7.9.6";
76+
return "confluentinc/cp-kafka:8.2.0";
7777
}
7878

7979
@AllArgsConstructor

0 commit comments

Comments
 (0)