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:59 UTC

[flink-docker] branch dev-1.12 updated: Add GPG key for 1.12.6 release

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

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


The following commit(s) were added to refs/heads/dev-1.12 by this push:
     new b3fd17d  Add GPG key for 1.12.6 release
b3fd17d is described below

commit b3fd17d82f9f206d3f4f871b1d81686ae909b909
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Tue Dec 14 13:24:48 2021 +0100

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

diff --git a/add-version.sh b/add-version.sh
index d072438..47779c8 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -100,6 +100,8 @@ elif [ "$flink_version" = "1.12.4" ]; then
     gpg_key="A53C7D531C6889386EB6D94E476DAA5D1FF08189"
 elif [ "$flink_version" = "1.12.5" ]; then
     gpg_key="9545FBA24D2225795DBAAF8EFBB83C0A4FFB9CA8"
+elif [ "$flink_version" = "1.12.6" ]; then
+    gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
 else
     error "Missing GPG key ID for this release"
 fi