Skip to content

Commit 4ca7454

Browse files
authored
Upgrading the Flink version to 1.17.1. (#12)
1 parent b801db3 commit 4ca7454

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@
1414
* Added the [cheatsheet.md](cheatsheet.md)
1515
* Added the `build.sh`
1616
* Updated the `.gitignore`
17-
* Added a pull request template for Github.
17+
* Added a pull request template for Github.
18+
19+
## Version 1.1.1
20+
21+
* Upgrade to Flink 1.17.1

install_flink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
curl https://dlcdn.apache.org/flink/flink-1.17.0/flink-1.17.0-bin-scala_2.12.tgz --output flink-1.17.0.tgz
1+
curl https://archive.apache.org/dist/flink/flink-1.17.1/flink-1.17.1-bin-scala_2.12.tgz --output flink-1.17.1.tgz
22
tar -xzf flink-*.tgz

0 commit comments

Comments
 (0)