You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ar...@apache.org on 2021/05/21 15:23:17 UTC

[flink-docker] branch dev-1.12 updated: Preparing 1.12.4 release

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 fd423ee  Preparing 1.12.4 release
fd423ee is described below

commit fd423eeeba4cc83525db68d206921b809ac27fd0
Author: Arvid Heise <ar...@apache.org>
AuthorDate: Thu May 20 11:49:59 2021 +0200

    Preparing 1.12.4 release
---
 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 aa42a7d..d563c76 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -96,6 +96,8 @@ elif [ "$flink_version" = "1.12.2" ]; then
     gpg_key="0D545F264D2DFDEBFD4E038F97B4625E2FCF517C"
 elif [ "$flink_version" = "1.12.3" ]; then
     gpg_key="A53C7D531C6889386EB6D94E476DAA5D1FF08189"
+elif [ "$flink_version" = "1.12.4" ]; 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 f35a669..cc3e599 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.3
+./add-version.sh -r 1.12 -f 1.12.4
 
 test_docker_entrypoint