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

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


The following commit(s) were added to refs/heads/dev-1.19 by this push:
     new 7549f2d  Add GPG key for 1.19.0 release
7549f2d is described below

commit 7549f2d044a10d0af43c5087f7264ac379e4607e
Author: lincoln lee <[email protected]>
AuthorDate: Mon Mar 18 14:56:23 2024 +0800

    Add GPG key for 1.19.0 release
    
    This closes #187
---
 add-version.sh | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/add-version.sh b/add-version.sh
index 1e511fc..c79e142 100755
--- a/add-version.sh
+++ b/add-version.sh
@@ -102,6 +102,8 @@ elif [ "$flink_version" = "1.17.0" ]; then
     gpg_key="A1BD477F79D036D2C30CA7DBCA8AEEC2F6EB040B"
 elif [ "$flink_version" = "1.18.0" ]; then
     gpg_key="96AE0E32CBE6E0753CE6DF6CB078D1D3253A8D82"
+elif [ "$flink_version" = "1.19.0" ]; then
+    gpg_key="028B6605F51BC296B56A5042E57D30ABEE75CA06"
 else
     error "Missing GPG key ID for this release"
 fi

Reply via email to