Skip to content

Commit

Permalink
Upgrade Flink version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jun 26, 2020
1 parent 1a76960 commit 501ae44
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.18.1] - 2020-06-25
### Changed
- Upgraded Flink engine to `0.3.0`

## [0.18.0] - 2020-06-23
### Added
- Watermarking support
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package dev.kamu.cli.external

object DockerImages {
val SPARK = "kamudata/engine-spark:0.5.0"
val FLINK = "kamudata/engine-flink:0.2.0"
val FLINK = "kamudata/engine-flink:0.3.0"

val LIVY = SPARK
val JUPYTER = "kamudata/jupyter-uber:0.0.1"
Expand Down

0 comments on commit 501ae44

Please sign in to comment.