This is an automated email from the ASF dual-hosted git repository.
chesnay pushed a commit to branch dev-1.14
in repository https://gitbox.apache.org/repos/asf/flink-docker.git
The following commit(s) were added to refs/heads/dev-1.14 by this push:
new e251c81 Add GPG key for 1.14.2 release
e251c81 is described below
commit e251c81c8d6380661bf0e3f7655ac8fbd1b68e9c
Author: Chesnay Schepler <[email protected]>
AuthorDate: Thu Dec 16 13:49:49 2021 +0100
Add GPG key for 1.14.2 release
---
add-version.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/add-version.sh b/add-version.sh
index 4e94c66..cb6673a 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -96,6 +96,8 @@ elif [ "$flink_version" = "1.14.0" ]; then
gpg_key="31D2DD10BFC15A2D"
elif [ "$flink_version" = "1.14.1" ]; then
gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
+elif [ "$flink_version" = "1.14.2" ]; then
+ gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
else
error "Missing GPG key ID for this release"
fi