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

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

commit 2e41f9dc5d3a8c2a836b400cef324bb22d33a7b9
Author: Dawid Wysakowicz <dwysakow...@apache.org>
AuthorDate: Wed Sep 29 09:42:58 2021 +0200

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

diff --git a/add-version.sh b/add-version.sh
index 01606e5..afc7d92 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -92,6 +92,8 @@ elif [ "$flink_version" = "1.12.0" ]; then
     gpg_key="D9839159"
 elif [ "$flink_version" = "1.13.0" ]; then
     gpg_key="31D2DD10BFC15A2D"
+elif [ "$flink_version" = "1.14.0" ]; then
+    gpg_key="31D2DD10BFC15A2D"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to