This is an automated email from the ASF dual-hosted git repository.

arvid pushed a commit to branch dev-1.12
in repository https://gitbox.apache.org/repos/asf/flink-docker.git


The following commit(s) were added to refs/heads/dev-1.12 by this push:
     new 4ef2403  Release 1.12.3 (#72)
4ef2403 is described below

commit 4ef2403433b1e20cee888e8fbc53252c795849f6
Author: Arvid Heise <[email protected]>
AuthorDate: Thu Apr 29 11:55:32 2021 +0200

    Release 1.12.3 (#72)
    
    * Add GPG key for 1.12.3 release
    
    * Update travis to use 1.12.3
---
 add-version.sh              | 2 ++
 testing/run_travis_tests.sh | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/add-version.sh b/add-version.sh
index 691a23f..aa42a7d 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -94,6 +94,8 @@ elif [ "$flink_version" = "1.12.1" ]; then
     gpg_key="F8E419AA0B60C28879E876859DFF40967ABFC5A4"
 elif [ "$flink_version" = "1.12.2" ]; then
     gpg_key="0D545F264D2DFDEBFD4E038F97B4625E2FCF517C"
+elif [ "$flink_version" = "1.12.3" ]; then
+    gpg_key="A53C7D531C6889386EB6D94E476DAA5D1FF08189"
 else
     error "Missing GPG key ID for this release"
 fi
diff --git a/testing/run_travis_tests.sh b/testing/run_travis_tests.sh
index 526f41a..f35a669 100755
--- a/testing/run_travis_tests.sh
+++ b/testing/run_travis_tests.sh
@@ -11,7 +11,7 @@ fi
 
 BRANCH="$TRAVIS_BRANCH"
 
-./add-version.sh -r 1.12 -f 1.12.2
+./add-version.sh -r 1.12 -f 1.12.3
 
 test_docker_entrypoint
 

Reply via email to