reswqa commented on code in PR #201:
URL: https://github.com/apache/flink-docker/pull/201#discussion_r1699532940
##########
add-version.sh:
##########
@@ -104,6 +104,8 @@ elif [ "$flink_version" = "1.18.0" ]; then
gpg_key="96AE0E32CBE6E0753CE6DF6CB078D1D3253A8D82"
elif [ "$flink_version" = "1.19.0" ]; then
gpg_key="028B6605F51BC296B56A5042E57D30ABEE75CA06"
+elif [ "$flink_version" = "1.20.0" ]; then
+ gpg_key="B2D64016B940A7E0B9B72E0D7D0528B28037D8BC"
Review Comment:
I left @1996fanrui 's GPG key as he signed the binary release.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]