We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f663908 commit 9e8b1e4Copy full SHA for 9e8b1e4
src/main/scala/io/sdkman/changelogs/FlinkMigrations.scala
@@ -36,14 +36,14 @@ class FlinkMigrations {
36
s"https://archive.apache.org/dist/flink/flink-$version/flink-$version-bin-scala_$scala.tgz"
37
38
@ChangeSet(
39
- order = "011",
40
- id = "011-add_flink_1_18",
41
- author = "thomas-bouvier"
+ order = "012",
+ id = "012-add_flink_1_19",
+ author = "ChethanUK"
42
)
43
def migration010(implicit db: MongoDatabase) = {
44
val flinkVersions = List(
45
- "1.17.1",
46
- "1.18.0"
+ "1.18.1",
+ "1.19.0"
47
48
List("2.12")
49
.flatMap { scalaVersion =>
@@ -53,6 +53,6 @@ class FlinkMigrations {
53
}
54
.validate()
55
.insert()
56
- setCandidateDefault("flink", "1.18.0")
+ setCandidateDefault("flink", "1.19.0")
57
58
0 commit comments