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

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


The following commit(s) were added to refs/heads/dev-master by this push:
     new 1e517a4  Add GPG key for 1.16.0 release
1e517a4 is described below

commit 1e517a4aa8bc215d773725a7d853356363cfb547
Author: huangxingbo <h...@apache.org>
AuthorDate: Wed Oct 26 17:43:20 2022 +0800

    Add GPG key for 1.16.0 release
    
    This closes #137.
---
 add-version.sh | 2 ++
 1 file changed, 2 insertions(+)

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

Reply via email to