You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2020/05/13 13:31:21 UTC

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

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

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

commit 6ed70f3c753a195ac1da12adeafed96274bcc507
Author: Yu Li <li...@apache.org>
AuthorDate: Wed May 13 20:29:58 2020 +0800

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

diff --git a/add-version.sh b/add-version.sh
index 329ed70..1cc87ee 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.10.1" ]; then
+    gpg_key="D8D3D42E84C753CA5F170BDF93C07902771AB743"
 else
     error "Missing GPG key ID for this release"
 fi