This is an automated email from the ASF dual-hosted git repository.
snuyanzin pushed a commit to branch dev-2.0
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-2.0 by this push:
new 86bad90 Add GPG key for 2.0.2 release
86bad90 is described below
commit 86bad9009aa29f40c1fb01f527bcd35d7d7c6426
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Mon May 11 08:50:04 2026 +0200
Add GPG key for 2.0.2 release
---
add-version.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/add-version.sh b/add-version.sh
index 818d693..8327139 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -112,6 +112,8 @@ elif [ "$flink_version" = "2.0.0" ]; then
gpg_key="F8E419AA0B60C28879E876859DFF40967ABFC5A4"
elif [ "$flink_version" = "2.0.1" ]; then
gpg_key="E60A9680590FF0FF13B9DE01224C2311410823C4"
+elif [ "$flink_version" = "2.0.2" ]; then
+ gpg_key="F7529FAE24811A5C0DF3CA741596BBF0726835D8"
else
error "Missing GPG key ID for this release"
fi