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 61fc784  Add GPG key for 1.11.6 release
61fc784 is described below

commit 61fc78474f44ea5000545416823153ad8405d714
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu Dec 16 13:47:14 2021 +0100

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

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

Reply via email to