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

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


The following commit(s) were added to refs/heads/dev-master by this push:
     new 95c87d1  [FLINK-18497] Add GPG key for 1.11.0 release
95c87d1 is described below

commit 95c87d113b4a8d317b1e780dd567db2f5f2e1df2
Author: Piotr Nowojski <[email protected]>
AuthorDate: Mon Jul 6 14:50:15 2020 +0200

    [FLINK-18497] Add GPG key for 1.11.0 release
---
 add-version.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/add-version.sh b/add-version.sh
index 329ed70..48acc79 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -86,6 +86,8 @@ elif [ "$flink_version" = "1.9.3" ]; then
     gpg_key="6B6291A8502BA8F0913AE04DDEB95B05BF075300"
 elif [ "$flink_version" = "1.10.0" ]; then
     gpg_key="BB137807CEFBE7DD2616556710B12A1F89C115E8"
+elif [ "$flink_version" = "1.11.0" ]; then
+    gpg_key="2DA85B93244FDFA19A6244500653C0A2CEA00D0E"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to