You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by kn...@apache.org on 2022/02/17 07:31:30 UTC

[flink-docker] branch dev-1.13 updated: Add GPG key for 1.13.6 release (#104)

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

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


The following commit(s) were added to refs/heads/dev-1.13 by this push:
     new 68c0fb9  Add GPG key for 1.13.6 release (#104)
68c0fb9 is described below

commit 68c0fb9bc11a808b363361020b5dca520fbde28f
Author: Konstantin Knauf <me...@konstantin-knauf.de>
AuthorDate: Thu Feb 17 08:31:23 2022 +0100

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

diff --git a/add-version.sh b/add-version.sh
index e98e4cc..03cdee3 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -102,6 +102,8 @@ elif [ "$flink_version" = "1.13.4" ]; then
     gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
 elif [ "$flink_version" = "1.13.5" ]; then
     gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
+elif [ "$flink_version" = "1.13.6" ]; then
+    gpg_key="CCFA852FD039380AB3EC36D08C3FB007FE60DEFA"
 else
     error "Missing GPG key ID for this release"
 fi