You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by xt...@apache.org on 2022/07/07 01:47:13 UTC

[flink-docker] branch dev-1.15 updated: Update key for 1.15.1 to full fingerprint for official-images (#122)

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

xtsong 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 8d31b69  Update key for 1.15.1 to full fingerprint for official-images (#122)
8d31b69 is described below

commit 8d31b69e1f10e6e221142cc5810c5d472ee6b86a
Author: David Anderson <da...@alpinegizmo.com>
AuthorDate: Wed Jul 6 21:47:09 2022 -0400

    Update key for 1.15.1 to full fingerprint for official-images (#122)
---
 add-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add-version.sh b/add-version.sh
index 16bace8..f6cc802 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -97,7 +97,7 @@ elif [ "$flink_version" = "1.14.0" ]; then
 elif [ "$flink_version" = "1.15.0" ]; then
     gpg_key="CBE82BEFD827B08AFA843977EDBF922A7BC84897"
 elif [ "$flink_version" = "1.15.1" ]; then
-    gpg_key="3EE012FEE982F098"
+    gpg_key="7D660377995CA7A5AFEBA79A3EE012FEE982F098"
 else
     error "Missing GPG key ID for this release"
 fi