You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2022/12/08 12:04:44 UTC

[flink-docker] branch dev-1.15 updated: Add GPG key for 1.15.3 release

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

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


The following commit(s) were added to refs/heads/dev-1.15 by this push:
     new c01eac6  Add GPG key for 1.15.3 release
c01eac6 is described below

commit c01eac63491c5521308ed4b33116db6f71a7869c
Author: Fabian Paul <fa...@databricks.com>
AuthorDate: Mon Dec 5 09:32:16 2022 +0100

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

diff --git a/add-version.sh b/add-version.sh
index 8c8bd37..185cf59 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -100,6 +100,8 @@ elif [ "$flink_version" = "1.15.1" ]; then
     gpg_key="7D660377995CA7A5AFEBA79A3EE012FEE982F098"
 elif [ "$flink_version" = "1.15.2" ]; then
     gpg_key="0F79F2AFB2351BC29678544591F9C1EC125FD8DB"
+elif [ "$flink_version" = "1.15.3" ]; then
+    gpg_key="90755B0A184BD9FFD22B6BE19D4F76C84EC11E37"
 else
     error "Missing GPG key ID for this release"
 fi