Skip to content

Commit

Permalink
flink: add versions 1.17.1 and 1.18.0 (#671)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-bouvier committed Nov 9, 2023
1 parent f9167fd commit 6af9463
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/main/scala/io/sdkman/changelogs/FlinkMigrations.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ class FlinkMigrations {
s"https://archive.apache.org/dist/flink/flink-$version/flink-$version-bin-scala_$scala.tgz"

@ChangeSet(
order = "010",
id = "010-add_flink_1_17",
author = "sekikn"
order = "011",
id = "011-add_flink_1_18",
author = "thomas-bouvier"
)
def migration010(implicit db: MongoDatabase) = {
val flinkVersions = List(
"1.16.1",
"1.17.0"
"1.17.1",
"1.18.0"
)
List("2.12")
.flatMap { scalaVersion =>
Expand All @@ -53,6 +53,6 @@ class FlinkMigrations {
}
.validate()
.insert()
setCandidateDefault("flink", "1.17.0")
setCandidateDefault("flink", "1.18.0")
}
}

0 comments on commit 6af9463

Please sign in to comment.