diff --git a/build-all-multiplatform.sh b/build-all-multiplatform.sh index 9f235790..0811040b 100755 --- a/build-all-multiplatform.sh +++ b/build-all-multiplatform.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.5" +DEBEZIUM_VERSION="2.4" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/build-all.sh b/build-all.sh index e688c210..1de217da 100755 --- a/build-all.sh +++ b/build-all.sh @@ -2,7 +2,7 @@ set -eo pipefail -DEBEZIUM_VERSION="2.5" +DEBEZIUM_VERSION="2.4" if [ -z "$DEBEZIUM_VERSIONS" ]; then DEBEZIUM_VERSIONS="$DEBEZIUM_VERSION" fi diff --git a/connect/2.4/Dockerfile b/connect/2.4/Dockerfile index b04dc0d4..0e4a8a89 100644 --- a/connect/2.4/Dockerfile +++ b/connect/2.4/Dockerfile @@ -3,21 +3,21 @@ FROM $DEBEZIUM_DOCKER_REGISTRY_PRIMARY_NAME/connect-base:2.4 LABEL maintainer="Debezium Community" -ENV DEBEZIUM_VERSION="2.4.1.Final" \ +ENV DEBEZIUM_VERSION="2.4.2.Final" \ MAVEN_REPO_CENTRAL="" \ MAVEN_REPOS_ADDITIONAL="" \ MAVEN_DEP_DESTINATION=$KAFKA_CONNECT_PLUGINS_DIR \ - MONGODB_MD5=9eca5be68943ceed317b9a75e5d31a3d \ - MYSQL_MD5=db5173f33106bf66f33a8b72343393f5 \ - POSTGRES_MD5=94a4be8a1eb7f58e140c704c2e979fb5 \ - SQLSERVER_MD5=8de2b4c5e2ed721db8dd4ce2af1d25b1 \ - ORACLE_MD5=ddca21aae4c5fb0182c66d513e1cdc07 \ - DB2_MD5=aeb0b0315861eb4645b2dc978eea5d13 \ - SPANNER_MD5=38275097c0b2c37e7fb74ef19cc91b12 \ - VITESS_MD5=7385d77dc63372be03d68d8ec2dd7a4a \ - JDBC_MD5=24ddb94502efc91ded743ba8f32eca57 \ - KCRESTEXT_MD5=5249e62b49f5f84c24b0a4747b14e344 \ - SCRIPTING_MD5=c9951753075ca2507cf530dcf94f109a + MONGODB_MD5=5990c84ea3c7944b20fd4b66cd646332 \ + MYSQL_MD5=0597110f6dae623765b0984c8f4ce7ec \ + POSTGRES_MD5=dc572b7bfb2e3d7a153f4deaa0bc700f \ + SQLSERVER_MD5=b0499345e055a4e80aa3a8d8aafbf8da \ + ORACLE_MD5=42e4086df69ac3364fddaa021d963362 \ + DB2_MD5=efdc637c023c64d524cf1f9d9ffe6f4e \ + SPANNER_MD5=74de14bd0086eead2bccf065e6b7c6ee \ + VITESS_MD5=45899ada3cddee9b02c37ab27250bd58 \ + JDBC_MD5=b1eabe1a4425df6840d5c8e65dbadb2a \ + KCRESTEXT_MD5=8a8dabe6b9a39444d0a5ebd869aa1bf9 \ + SCRIPTING_MD5=a3bd66bade2ebeb31c3d777b3302cd16 RUN docker-maven-download debezium mongodb "$DEBEZIUM_VERSION" "$MONGODB_MD5" && \ docker-maven-download debezium mysql "$DEBEZIUM_VERSION" "$MYSQL_MD5" && \ diff --git a/connect/2.4/Dockerfile.local b/connect/2.4/Dockerfile.local index 4a84965a..7d2f03ff 100644 --- a/connect/2.4/Dockerfile.local +++ b/connect/2.4/Dockerfile.local @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.4 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.4.1.Final +ARG DEBEZIUM_VERSION=2.4.2.Final ENV DEBEZIUM_VERSION=${DEBEZIUM_VERSION} # -------- testing --------- diff --git a/connect/snapshot/Dockerfile b/connect/snapshot/Dockerfile index 883ee3af..522a4677 100644 --- a/connect/snapshot/Dockerfile +++ b/connect/snapshot/Dockerfile @@ -2,7 +2,7 @@ FROM quay.io/debezium/connect-base:2.5 LABEL maintainer="Debezium Community" -ARG DEBEZIUM_VERSION=2.5.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.4.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ MAVEN_OSS_SNAPSHOT="https://oss.sonatype.org/content/repositories/snapshots" diff --git a/operator/2.4/Dockerfile b/operator/2.4/Dockerfile index 3c06b9f5..2f4c7b6a 100644 --- a/operator/2.4/Dockerfile +++ b/operator/2.4/Dockerfile @@ -84,11 +84,11 @@ LABEL maintainer="Debezium Community" # Set the version, home directory # ENV LANGUAGE='en_US:en' -ENV DEBEZIUM_VERSION=2.4.1.Final \ +ENV DEBEZIUM_VERSION=2.4.2.Final \ OPERATOR_HOME=/operator \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" ENV OPERATOR_URL_PATH=io/debezium/debezium-operator/$DEBEZIUM_VERSION/debezium-operator-$DEBEZIUM_VERSION.tar.gz \ - OPERATOR_MD5=2855c764ebbc1c066a0ab54ae6c1f744 + OPERATOR_MD5=406370df7cea460bcdb0c4c31db6d315 USER root # diff --git a/operator/snapshot/Dockerfile b/operator/snapshot/Dockerfile index f355c086..45f21175 100644 --- a/operator/snapshot/Dockerfile +++ b/operator/snapshot/Dockerfile @@ -83,7 +83,7 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory # -ARG DEBEZIUM_VERSION=2.5.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.4.0-SNAPSHOT ENV LANGUAGE='en_US:en' ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ diff --git a/postgres/10-alpine/Dockerfile b/postgres/10-alpine/Dockerfile index b0d030dc..4d27b0da 100644 --- a/postgres/10-alpine/Dockerfile +++ b/postgres/10-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:10-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/10/Dockerfile b/postgres/10/Dockerfile index 742691ef..06b605d0 100644 --- a/postgres/10/Dockerfile +++ b/postgres/10/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:10-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11-alpine/Dockerfile b/postgres/11-alpine/Dockerfile index 176bc739..95cea8f0 100644 --- a/postgres/11-alpine/Dockerfile +++ b/postgres/11-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:11-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/11/Dockerfile b/postgres/11/Dockerfile index 33920497..864ee321 100644 --- a/postgres/11/Dockerfile +++ b/postgres/11/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:11-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12-alpine/Dockerfile b/postgres/12-alpine/Dockerfile index 300ee2a6..5939fab9 100644 --- a/postgres/12-alpine/Dockerfile +++ b/postgres/12-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:12-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/12/Dockerfile b/postgres/12/Dockerfile index 4d4034bd..64423f52 100644 --- a/postgres/12/Dockerfile +++ b/postgres/12/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:12-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/13-alpine/Dockerfile b/postgres/13-alpine/Dockerfile index 23778ad2..8e050116 100644 --- a/postgres/13-alpine/Dockerfile +++ b/postgres/13-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:13-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/13/Dockerfile b/postgres/13/Dockerfile index 559174be..ded99467 100644 --- a/postgres/13/Dockerfile +++ b/postgres/13/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:13-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14-alpine/Dockerfile b/postgres/14-alpine/Dockerfile index 8f828c3f..00eb7ce7 100644 --- a/postgres/14-alpine/Dockerfile +++ b/postgres/14-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:14-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/14/Dockerfile b/postgres/14/Dockerfile index 829daf8a..de151f1d 100644 --- a/postgres/14/Dockerfile +++ b/postgres/14/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:14-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=wal2json_2_3 diff --git a/postgres/15-alpine/Dockerfile b/postgres/15-alpine/Dockerfile index 4c3e99f7..dd8c87e2 100644 --- a/postgres/15-alpine/Dockerfile +++ b/postgres/15-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:15-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/15/Dockerfile b/postgres/15/Dockerfile index 067a9db4..6882c9c1 100644 --- a/postgres/15/Dockerfile +++ b/postgres/15/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:15-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 # Install the packages which will be required to get everything to compile diff --git a/postgres/16-alpine/Dockerfile b/postgres/16-alpine/Dockerfile index a91a8e3e..51026f48 100644 --- a/postgres/16-alpine/Dockerfile +++ b/postgres/16-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:16-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final RUN apk add --no-cache protobuf-c-dev diff --git a/postgres/16/Dockerfile b/postgres/16/Dockerfile index 60489eb1..aae5d4d4 100644 --- a/postgres/16/Dockerfile +++ b/postgres/16/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:16-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 # Install the packages which will be required to get everything to compile diff --git a/postgres/9.6-alpine/Dockerfile b/postgres/9.6-alpine/Dockerfile index ba10e22e..278b9819 100644 --- a/postgres/9.6-alpine/Dockerfile +++ b/postgres/9.6-alpine/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:9.6-alpine LABEL maintainer="Debezium Community" -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/postgres/9.6/Dockerfile b/postgres/9.6/Dockerfile index bc282f3b..51082472 100644 --- a/postgres/9.6/Dockerfile +++ b/postgres/9.6/Dockerfile @@ -1,7 +1,7 @@ FROM postgres:9.6-bullseye AS build ARG USE_POSTGIS=true -ENV PLUGIN_VERSION=v2.5.0.Beta1 +ENV PLUGIN_VERSION=v2.4.2.Final ENV PROTOC_VERSION=1.4 ENV WAL2JSON_COMMIT_ID=92b33c7d7c2fccbeb9f79455dafbc92e87e00ddd diff --git a/server/2.4/Dockerfile b/server/2.4/Dockerfile index 20b3fec7..c6d740d9 100644 --- a/server/2.4/Dockerfile +++ b/server/2.4/Dockerfile @@ -5,11 +5,11 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory, and MD5 hash. # -ENV DEBEZIUM_VERSION=2.4.1.Final \ +ENV DEBEZIUM_VERSION=2.4.2.Final \ SERVER_HOME=/debezium \ MAVEN_REPO_CENTRAL="https://repo1.maven.org/maven2" ENV SERVER_URL_PATH=io/debezium/debezium-server-dist/$DEBEZIUM_VERSION/debezium-server-dist-$DEBEZIUM_VERSION.tar.gz \ - SERVER_MD5=84d51ee881cbb09e49a369b0847fc7eb + SERVER_MD5=e556169c328ff6ea9a8e723721ee5328 # # Create a directory for Debezium Server diff --git a/server/snapshot/Dockerfile b/server/snapshot/Dockerfile index 37506d6e..baf15513 100644 --- a/server/snapshot/Dockerfile +++ b/server/snapshot/Dockerfile @@ -5,7 +5,7 @@ LABEL maintainer="Debezium Community" # # Set the version, home directory # -ARG DEBEZIUM_VERSION=2.5.0-SNAPSHOT +ARG DEBEZIUM_VERSION=2.4.0-SNAPSHOT ENV DEBEZIUM_VERSION=$DEBEZIUM_VERSION \ SERVER_HOME=/debezium \ diff --git a/ui/2.4/Dockerfile b/ui/2.4/Dockerfile index a1f1377e..e6995e7d 100644 --- a/ui/2.4/Dockerfile +++ b/ui/2.4/Dockerfile @@ -6,7 +6,7 @@ FROM registry.access.redhat.com/ubi9/ubi-minimal AS builder ARG JAVA_PACKAGE=java-11-openjdk-devel -ARG BRANCH=v2.4.1.Final +ARG BRANCH=v2.4.2.Final ENV LANG='en_US.UTF-8' \ LANGUAGE='en_US:en' \