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

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


The following commit(s) were added to refs/heads/dev-1.19 by this push:
     new 01e3f32  Update GPG key for 1.19.1 release to full key ID
01e3f32 is described below

commit 01e3f324f4a7368851f730e144380d9a98277c59
Author: Hong Liang Teoh <[email protected]>
AuthorDate: Mon Jun 17 20:25:51 2024 +0100

    Update GPG key for 1.19.1 release to full key ID
---
 add-version.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/add-version.sh b/add-version.sh
index 97ed0e7..1b2518a 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -105,7 +105,7 @@ elif [ "$flink_version" = "1.18.0" ]; then
 elif [ "$flink_version" = "1.19.0" ]; then
     gpg_key="028B6605F51BC296B56A5042E57D30ABEE75CA06"
 elif [ "$flink_version" = "1.19.1" ]; then
-    gpg_key="B78A5EA1"
+    gpg_key="6378E37EB3AAEA188B9CB0D396C2914BB78A5EA1"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to