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

gaoyunhaii 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 8d95fdd  Add GPG key for 1.15.0 release
8d95fdd is described below

commit 8d95fddb0bcee059c69665bffacda2dbbfc14d1a
Author: Yun Gao <gaoyunhen...@gmail.com>
AuthorDate: Tue Apr 26 17:16:18 2022 +0800

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

diff --git a/add-version.sh b/add-version.sh
index afc7d92..4b67eea 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -94,6 +94,8 @@ elif [ "$flink_version" = "1.13.0" ]; then
     gpg_key="31D2DD10BFC15A2D"
 elif [ "$flink_version" = "1.14.0" ]; then
     gpg_key="31D2DD10BFC15A2D"
+elif [ "$flink_version" = "1.15.0" ]; then
+    gpg_key="CBE82BEFD827B08AFA843977EDBF922A7BC84897"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to