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 2021/12/14 12:26:18 UTC

[flink-docker] branch dev-1.14 updated: Add GPG key for 1.14.1 release

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

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


The following commit(s) were added to refs/heads/dev-1.14 by this push:
     new 62fec60  Add GPG key for 1.14.1 release
62fec60 is described below

commit 62fec60a0a06ce01a3f46c3ded8a766a6bd29f9b
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Dec 14 13:26:11 2021 +0100

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

diff --git a/add-version.sh b/add-version.sh
index afc7d92..4e94c66 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -94,6 +94,8 @@ elif [ "$flink_version" = "1.13.0" ]; then
     gpg_key="31D2DD10BFC15A2D"
 elif [ "$flink_version" = "1.14.0" ]; then
     gpg_key="31D2DD10BFC15A2D"
+elif [ "$flink_version" = "1.14.1" ]; then
+    gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
 else
     error "Missing GPG key ID for this release"
 fi