Skip to content

Commit

Permalink
Upgrade Flink engine version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jun 26, 2020
1 parent 501ae44 commit 4f6d87f
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.2] - 2020-06-26
### Changed
- Upgraded Flink engine to `0.3.3`

## [0.18.1] - 2020-06-25
### Changed
- Upgraded Flink engine to `0.3.0`
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.3.0"
val FLINK = "kamudata/engine-flink:0.3.3"

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

0 comments on commit 4f6d87f

Please sign in to comment.