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

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


The following commit(s) were added to refs/heads/dev-1.15 by this push:
     new 43d0c32  Add GPG key for 1.15.2 release (#127)
43d0c32 is described below

commit 43d0c328e6c6125f6ec226550e095820fdb6e2ce
Author: Danny Cranmer <dannycran...@apache.org>
AuthorDate: Wed Aug 24 15:07:47 2022 +0100

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

diff --git a/add-version.sh b/add-version.sh
index f6cc802..8c8bd37 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -98,6 +98,8 @@ elif [ "$flink_version" = "1.15.0" ]; then
     gpg_key="CBE82BEFD827B08AFA843977EDBF922A7BC84897"
 elif [ "$flink_version" = "1.15.1" ]; then
     gpg_key="7D660377995CA7A5AFEBA79A3EE012FEE982F098"
+elif [ "$flink_version" = "1.15.2" ]; then
+    gpg_key="0F79F2AFB2351BC29678544591F9C1EC125FD8DB"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to