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

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


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

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

    Add GPG key for 1.16.0 release
---
 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