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 2021/12/16 12:49:30 UTC

[flink-docker] branch dev-1.13 updated: Add GPG key for 1.13.5 release

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

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


The following commit(s) were added to refs/heads/dev-1.13 by this push:
     new 42512ea  Add GPG key for 1.13.5 release
42512ea is described below

commit 42512ea0d1c395d923868a502d83889cf7a5f143
Author: Chesnay Schepler <ch...@apache.org>
AuthorDate: Thu Dec 16 13:49:19 2021 +0100

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

diff --git a/add-version.sh b/add-version.sh
index fd8ff1f..e98e4cc 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -100,6 +100,8 @@ elif [ "$flink_version" = "1.13.3" ]; then
     gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
 elif [ "$flink_version" = "1.13.4" ]; then
     gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
+elif [ "$flink_version" = "1.13.5" ]; then
+    gpg_key="19F2195E1B4816D765A2C324C2EED7B111D464BA"
 else
     error "Missing GPG key ID for this release"
 fi