Skip to content

Commit

Permalink
Set Confluent to 5.4.6, Kafka to 5.4.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
ConfluentJenkins committed Dec 15, 2021
1 parent 979aa00 commit fe437ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
22 changes: 11 additions & 11 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "2.3"
services:

zookeeper:
image: confluentinc/cp-zookeeper:5.4.x-latest
image: confluentinc/cp-zookeeper:5.4.6
restart: always
hostname: zookeeper
container_name: zookeeper
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
command: "--copy-service --loglevel debug"

kafka1:
image: confluentinc/cp-server:5.4.x-latest
image: confluentinc/cp-server:5.4.6
hostname: kafka1
container_name: kafka1
cpus: 0.7
Expand Down Expand Up @@ -177,7 +177,7 @@ services:
KAFKA_LDAP_USER_OBJECT_CLASS: inetOrgPerson

kafka2:
image: confluentinc/cp-server:5.4.x-latest
image: confluentinc/cp-server:5.4.6
hostname: kafka2
container_name: kafka2
cpus: 0.7
Expand Down Expand Up @@ -308,7 +308,7 @@ services:
KAFKA_LDAP_USER_OBJECT_CLASS: inetOrgPerson

connect:
image: confluentinc/cp-server-connect:5.4.x-latest
image: confluentinc/cp-server-connect:5.4.6
container_name: connect
cpus: 0.6
restart: always
Expand Down Expand Up @@ -505,7 +505,7 @@ services:
xpack.security.enabled: 'false'

control-center:
image: confluentinc/cp-enterprise-control-center:5.4.x-latest
image: confluentinc/cp-enterprise-control-center:5.4.6
hostname: control-center
container_name: control-center
depends_on:
Expand Down Expand Up @@ -589,7 +589,7 @@ services:
metadataServerUrls="http://kafka1:8091,http://kafka2:8092";
schemaregistry:
image: confluentinc/cp-schema-registry:5.4.x-latest
image: confluentinc/cp-schema-registry:5.4.6
container_name: schemaregistry
cpus: 0.4
restart: always
Expand Down Expand Up @@ -647,7 +647,7 @@ services:
SCHEMA_REGISTRY_CONFLUENT_METADATA_BASIC_AUTH_USER_INFO: schemaregistryUser:schemaregistryUser

kafka-client:
image: confluentinc/cp-server:5.4.x-latest
image: confluentinc/cp-server:5.4.6
hostname: kafka-client
container_name: kafka-client
cpus: 0.4
Expand Down Expand Up @@ -699,7 +699,7 @@ services:
KAFKA_OPTS: -Djava.security.auth.login.config=/etc/kafka/secrets/broker_jaas.conf

ksql-server:
image: confluentinc/cp-ksql-server:5.4.x-latest
image: confluentinc/cp-ksql-server:5.4.6
hostname: ksql-server
container_name: ksql-server
cpus: 0.5
Expand Down Expand Up @@ -796,7 +796,7 @@ services:
metadataServerUrls="http://kafka1:8091,http://kafka2:8092";
ksql-cli:
image: confluentinc/cp-ksql-cli:5.4.x-latest
image: confluentinc/cp-ksql-cli:5.4.6
container_name: ksql-cli
cpus: 0.4
depends_on:
Expand All @@ -811,7 +811,7 @@ services:
tty: true

restproxy:
image: confluentinc/cp-kafka-rest:5.4.x-latest
image: confluentinc/cp-kafka-rest:5.4.6
restart: always
cpus: 0.4
depends_on:
Expand Down Expand Up @@ -882,7 +882,7 @@ services:
# This container is just to transfer Replicator jars to the Connect worker
# It is not used as a Connect worker
replicator-for-jar-transfer:
image: confluentinc/cp-enterprise-replicator:5.4.x-latest
image: confluentinc/cp-enterprise-replicator:5.4.6
hostname: replicator-for-jar-transfer
container_name: replicator-for-jar-transfer
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def setup(app):
# The short X.Y version.
version = '5.4'
# The full version, including alpha/beta/rc tags.
release = '5.4.6-SNAPSHOT'
release = '5.4.6'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down

0 comments on commit fe437ae

Please sign in to comment.