Skip to content

Commit

Permalink
Upgrades and Spark engine bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiimk committed Jun 26, 2021
1 parent 474ce61 commit d49947f
Show file tree
Hide file tree
Showing 9 changed files with 61 additions and 56 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.45.0] - 2021-06-26
### Fixed
- Updated Spark engine version to fix networking issue under `podman`
- Updated `rustc` and dependencies

## [0.44.0] - 2021-06-11
### Fixed
- Support for Zip files that cannot be decoded in a streaming fashion.
Expand Down
98 changes: 49 additions & 49 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<h1>Kamu</h1>
<h1>kamu</h1>
<p>
<strong>World's first decentralized data warehouse, on your laptop</strong>
</p>
Expand Down
2 changes: 1 addition & 1 deletion kamu-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kamu-cli"
version = "0.44.0"
version = "0.45.0"
description = "Decentralized data management tool"
authors = ["Sergii Mikhtoniuk <mikhtoniuk@gmail.com>"]
license = "MPL-2.0"
Expand Down
2 changes: 1 addition & 1 deletion kamu-core-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kamu-test"
version = "0.44.0"
version = "0.45.0"
authors = ["Sergii Mikhtoniuk <mikhtoniuk@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion kamu-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kamu"
version = "0.44.0"
version = "0.45.0"
authors = ["Sergii Mikhtoniuk <mikhtoniuk@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion kamu-core/src/infra/utils/docker_images.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub const SPARK: &str = "docker.io/kamudata/engine-spark:0.10.2";
pub const SPARK: &str = "docker.io/kamudata/engine-spark:0.10.3";
pub const LIVY: &str = SPARK;
pub const FLINK: &str = "docker.io/kamudata/engine-flink:0.8.0-flink_1.13.1-scala_2.12-java8";
pub const JUPYTER: &str = "docker.io/kamudata/jupyter-uber:0.0.1";
Expand Down
2 changes: 1 addition & 1 deletion opendatafabric/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "opendatafabric"
version = "0.44.0"
version = "0.45.0"
authors = ["Sergii Mikhtoniuk <mikhtoniuk@gmail.com>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
nightly-2021-03-25
nightly-2021-06-09

0 comments on commit d49947f

Please sign in to comment.