Skip to content

Commit

Permalink
chore(cp-schema-registry): bump minor version (#8192)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Jun 9, 2023
1 parent 2b94a10 commit 43d37ff
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 23 deletions.
6 changes: 3 additions & 3 deletions docker/docker-compose-with-cassandra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ services:
schema-registry:
container_name: schema-registry
hostname: schema-registry
image: confluentinc/cp-schema-registry:7.2.2
image: confluentinc/cp-schema-registry:7.2.5
ports:
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
env_file: schema-registry/env/docker.env
Expand All @@ -164,7 +164,7 @@ services:
broker:
container_name: broker
hostname: broker
image: confluentinc/cp-kafka:7.2.2
image: confluentinc/cp-kafka:7.2.5
ports:
- 29092:29092
- 9092:9092
Expand All @@ -183,7 +183,7 @@ services:
zookeeper:
container_name: zookeeper
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.2.2
image: confluentinc/cp-zookeeper:7.2.5
ports:
- 2181:2181
env_file: zookeeper/env/docker.env
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose-without-neo4j.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ services:
schema-registry:
container_name: schema-registry
hostname: schema-registry
image: confluentinc/cp-schema-registry:7.2.2
image: confluentinc/cp-schema-registry:7.2.5
ports:
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
env_file: schema-registry/env/docker.env
Expand All @@ -141,7 +141,7 @@ services:
broker:
container_name: broker
hostname: broker
image: confluentinc/cp-kafka:7.2.2
image: confluentinc/cp-kafka:7.2.5
ports:
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
env_file: broker/env/docker.env
Expand All @@ -159,7 +159,7 @@ services:
zookeeper:
container_name: zookeeper
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.2.2
image: confluentinc/cp-zookeeper:7.2.5
ports:
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
env_file: zookeeper/env/docker.env
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.tools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
version: '3.8'
services:
kafka-rest-proxy:
image: confluentinc/cp-kafka-rest:7.2.2
image: confluentinc/cp-kafka-rest:7.2.5
env_file: kafka-rest-proxy/env/docker.env
hostname: kafka-rest-proxy
container_name: kafka-rest-proxy
Expand Down
6 changes: 3 additions & 3 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ services:
schema-registry:
container_name: schema-registry
hostname: schema-registry
image: confluentinc/cp-schema-registry:7.2.2
image: confluentinc/cp-schema-registry:7.2.5
ports:
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
env_file: schema-registry/env/docker.env
Expand All @@ -160,7 +160,7 @@ services:
broker:
container_name: broker
hostname: broker
image: confluentinc/cp-kafka:7.2.2
image: confluentinc/cp-kafka:7.2.5
ports:
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
env_file: broker/env/docker.env
Expand All @@ -178,7 +178,7 @@ services:
zookeeper:
container_name: zookeeper
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.2.2
image: confluentinc/cp-zookeeper:7.2.5
ports:
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
env_file: zookeeper/env/docker.env
Expand Down
6 changes: 3 additions & 3 deletions docker/quickstart/docker-compose-m1.quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
test: nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
timeout: 5s
hostname: broker
image: confluentinc/cp-kafka:7.2.2
image: confluentinc/cp-kafka:7.2.5
ports:
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
volumes:
Expand Down Expand Up @@ -273,7 +273,7 @@ services:
test: nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
timeout: 5s
hostname: schema-registry
image: confluentinc/cp-schema-registry:7.2.2
image: confluentinc/cp-schema-registry:7.2.5
ports:
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
zookeeper:
Expand All @@ -288,7 +288,7 @@ services:
test: echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
timeout: 5s
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.2.2
image: confluentinc/cp-zookeeper:7.2.5
ports:
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
test: nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
timeout: 5s
hostname: broker
image: confluentinc/cp-kafka:7.2.2
image: confluentinc/cp-kafka:7.2.5
ports:
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
volumes:
Expand Down Expand Up @@ -247,7 +247,7 @@ services:
test: nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
timeout: 5s
hostname: schema-registry
image: confluentinc/cp-schema-registry:7.2.2
image: confluentinc/cp-schema-registry:7.2.5
ports:
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
zookeeper:
Expand All @@ -262,7 +262,7 @@ services:
test: echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
timeout: 5s
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.2.2
image: confluentinc/cp-zookeeper:7.2.5
ports:
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker/quickstart/docker-compose-without-neo4j.quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
test: nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
timeout: 5s
hostname: broker
image: confluentinc/cp-kafka:7.2.2
image: confluentinc/cp-kafka:7.2.5
ports:
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
volumes:
Expand Down Expand Up @@ -247,7 +247,7 @@ services:
test: nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
timeout: 5s
hostname: schema-registry
image: confluentinc/cp-schema-registry:7.2.2
image: confluentinc/cp-schema-registry:7.2.5
ports:
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
zookeeper:
Expand All @@ -262,7 +262,7 @@ services:
test: echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
timeout: 5s
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.2.2
image: confluentinc/cp-zookeeper:7.2.5
ports:
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
volumes:
Expand Down
6 changes: 3 additions & 3 deletions docker/quickstart/docker-compose.quickstart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
test: nc -z broker $${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}
timeout: 5s
hostname: broker
image: confluentinc/cp-kafka:7.2.2
image: confluentinc/cp-kafka:7.2.5
ports:
- ${DATAHUB_MAPPED_KAFKA_BROKER_PORT:-9092}:9092
volumes:
Expand Down Expand Up @@ -273,7 +273,7 @@ services:
test: nc -z schema-registry ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}
timeout: 5s
hostname: schema-registry
image: confluentinc/cp-schema-registry:7.2.2
image: confluentinc/cp-schema-registry:7.2.5
ports:
- ${DATAHUB_MAPPED_SCHEMA_REGISTRY_PORT:-8081}:8081
zookeeper:
Expand All @@ -288,7 +288,7 @@ services:
test: echo srvr | nc zookeeper $${DATAHUB_MAPPED_ZK_PORT:-2181}
timeout: 5s
hostname: zookeeper
image: confluentinc/cp-zookeeper:7.2.2
image: confluentinc/cp-zookeeper:7.2.5
ports:
- ${DATAHUB_MAPPED_ZK_PORT:-2181}:2181
volumes:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import java.net.ServerSocket;

final class Utils {
public static final String CONFLUENT_PLATFORM_VERSION = "7.2.2";
public static final String CONFLUENT_PLATFORM_VERSION = "7.2.5";

private Utils() {
}
Expand Down

0 comments on commit 43d37ff

Please sign in to comment.