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

sxnan 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 1e742c0  Add GPG key for 1.20.3 release (#233)
1e742c0 is described below

commit 1e742c014b1680acaa9ed3d1826c68b446106830
Author: Xuannan <[email protected]>
AuthorDate: Fri Sep 26 09:36:24 2025 +0800

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

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

Reply via email to