You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by zh...@apache.org on 2020/09/16 09:30:07 UTC

[flink-docker] 01/02: Add GPG key for 1.11.2 release

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

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

commit 23c29a1079d56ae84a362b0180b512d575539cdf
Author: Zhu Zhu <re...@gmail.com>
AuthorDate: Tue Sep 15 17:06:41 2020 +0800

    Add GPG key for 1.11.2 release
---
 add-version.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/add-version.sh b/add-version.sh
index da0abc3..82cc117 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -90,6 +90,8 @@ elif [ "$flink_version" = "1.11.0" ]; then
     gpg_key="2DA85B93244FDFA19A6244500653C0A2CEA00D0E"
 elif [ "$flink_version" = "1.11.1" ]; then
     gpg_key="6B6291A8502BA8F0913AE04DDEB95B05BF075300"
+elif [ "$flink_version" = "1.11.2" ]; then
+    gpg_key="C63E230EFFF519A5BBF2C9AE6767487CD505859C"
 else
     error "Missing GPG key ID for this release"
 fi