Skip to content

Commit

Permalink
[FLINK-32931][docker] Add GPG key for 1.17.0 and 1.18.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JingGe committed Oct 25, 2023
1 parent 4397ff0 commit a53d97a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions add-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ elif [ "$flink_version" = "1.15.0" ]; then
gpg_key="CBE82BEFD827B08AFA843977EDBF922A7BC84897"
elif [ "$flink_version" = "1.16.0" ]; then
gpg_key="EB3FE0FA3282FAF822E434AE3C2C9FFB59DF9F3E"
elif [ "$flink_version" = "1.17.0" ]; then
gpg_key="A1BD477F79D036D2C30CA7DBCA8AEEC2F6EB040B"
elif [ "$flink_version" = "1.18.0" ]; then
gpg_key="96AE0E32CBE6E0753CE6DF6CB078D1D3253A8D82"
else
error "Missing GPG key ID for this release"
fi
Expand Down

0 comments on commit a53d97a

Please sign in to comment.