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

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


The following commit(s) were added to refs/heads/dev-1.20 by this push:
     new 2c4a299  Add GPG key for 1.20.4 release
2c4a299 is described below

commit 2c4a2993be34e56c7cfd2b6f2dbc2c9d9cffa2ba
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon May 4 19:57:03 2026 +0200

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

diff --git a/add-version.sh b/add-version.sh
index f00ccb3..ad7e679 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -110,6 +110,8 @@ elif [ "$flink_version" = "1.20.2" ]; then
     gpg_key="CC33238850B5A92624ED7F6216AE0DDBBB2F380B"
 elif [ "$flink_version" = "1.20.3" ]; then
     gpg_key="5EE2CDBE52BDDB9CCB1C63B6E6BAF9CFABD4ED71"
+elif [ "$flink_version" = "1.20.4" ]; then
+    gpg_key="F7529FAE24811A5C0DF3CA741596BBF0726835D8"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to