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

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


The following commit(s) were added to refs/heads/dev-1.14 by this push:
     new 7b13730  Add GPG key for 1.14.5 release (#118)
7b13730 is described below

commit 7b13730235f2ae2c9474175940c912679971d833
Author: HuangXingBo <hxbks...@gmail.com>
AuthorDate: Tue Jun 21 15:30:54 2022 +0800

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

diff --git a/add-version.sh b/add-version.sh
index 765ef66..3404589 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -102,6 +102,8 @@ elif [ "$flink_version" = "1.14.3" ]; then
     gpg_key="10409A66C7C2F297C8581C2A12DEE3E4D920A98C"
 elif [ "$flink_version" = "1.14.4" ]; then
     gpg_key="CCFA852FD039380AB3EC36D08C3FB007FE60DEFA"
+elif [ "$flink_version" = "1.14.5" ]; then
+    gpg_key="EB3FE0FA3282FAF822E434AE3C2C9FFB59DF9F3E"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to