This is an automated email from the ASF dual-hosted git repository.
fanrui pushed a commit to branch dev-1.16
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-1.16 by this push:
new 4835cc1 Add GPG key for 1.16.3 release
4835cc1 is described below
commit 4835cc15053322052738a8339e0ffa4fcaa188c3
Author: Rui Fan <[email protected]>
AuthorDate: Mon Nov 27 22:51:02 2023 +0800
Add GPG key for 1.16.3 release
---
add-version.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/add-version.sh b/add-version.sh
index 3595a7e..b14a3e0 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -102,6 +102,8 @@ elif [ "$flink_version" = "1.16.1" ]; then
gpg_key="A5F3BCE4CBE993573EC5966A65321B8382B219AF"
elif [ "$flink_version" = "1.16.2" ]; then
gpg_key="8D56AE6E7082699A4870750EA4E8C4C05EE6861F"
+elif [ "$flink_version" = "1.16.3" ]; then
+ gpg_key="B2D64016B940A7E0B9B72E0D7D0528B28037D8BC"
else
error "Missing GPG key ID for this release"
fi