zentol commented on code in PR #111: URL: https://github.com/apache/flink-docker/pull/111#discussion_r859977413
########## add-version.sh: ########## @@ -58,7 +58,7 @@ if [[ ! "$flink_version" =~ ^$flink_release\.+ ]]; then fi # Defaults, can vary between versions -scala_versions=( 2.11 2.12 ) +scala_versions=( 2.12 ) java_versions=( 8 11 ) gpg_key= Review Comment: so essentially, we don't need to add the 1.15 key to dev-master because dev-1.15 already exists, and the key is irrelevant for future releases (i.e., dev-1.16) -- 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]
