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:24:34 UTC

[flink-docker] branch dev-1.11 updated: add GPG key for 1.11.5 release

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

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


The following commit(s) were added to refs/heads/dev-1.11 by this push:
     new 07354d4  add GPG key for 1.11.5 release
07354d4 is described below

commit 07354d435fed4f23661ddad5fc54f099265be378
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Dec 14 13:23:49 2021 +0100

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

diff --git a/add-version.sh b/add-version.sh
index 719037e..b482ce7 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -96,6 +96,8 @@ elif [ "$flink_version" = "1.11.3" ]; then
     gpg_key="F8E419AA0B60C28879E876859DFF40967ABFC5A4"
 elif [ "$flink_version" = "1.11.4" ]; then
     gpg_key="4A978875E56AA2100EB0CF12A244D52CF0A40279"
+elif [ "$flink_version" = "1.11.5" ]; then
+    gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
 else
     error "Missing GPG key ID for this release"
 fi