diff --git a/CHANGELOG.md b/CHANGELOG.md index 818f463f..8d8c27b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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] - 2024-04-09 +### Changed +- Updated to `kamu v0.171.2` to correct the CLI push command in the Data access panel + +## [0.18.1] - 2024-04-09 +### Changed +- Updated to `kamu v0.171.1` to correct the web link in the Data access panel + +## [0.18.0] - 2024-04-05 +### Changed +- Updated to `kamu v0.171.0` to put in place endpoints for the Data Access panel + ## [0.17.1] - 2024-03-26 ### Fixed - Enable local FS object store for push ingest to work diff --git a/Cargo.lock b/Cargo.lock index 69faf7ee..ee81c9c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3091,7 +3091,7 @@ dependencies = [ [[package]] name = "kamu-api-server" -version = "0.18.1" +version = "0.18.2" dependencies = [ "arrow-flight", "async-graphql", @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "kamu-repo-tools" -version = "0.18.1" +version = "0.18.2" dependencies = [ "chrono", "clap", diff --git a/Cargo.toml b/Cargo.toml index 555b8e7d..21880d19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,27 +10,27 @@ resolver = "2" [workspace.dependencies] # Utils -container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -event-bus = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } +container-runtime = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +event-bus = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +internal-error = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } # Domain -opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-task-system-services = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } +opendatafabric = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-task-system = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-task-system-services = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } # Infra -kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-flow-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-adapter-odata = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } -kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.1", version = "0.172.1", default-features = false } +kamu = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-task-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-flow-system-inmem = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-adapter-graphql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-adapter-http = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-adapter-oauth = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-adapter-odata = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-adapter-auth-oso = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } +kamu-adapter-flight-sql = { git = "https://github.com/kamu-data/kamu-cli", tag = "v0.172.2", version = "0.172.2", default-features = false } [workspace.package] -version = "0.18.1" +version = "0.18.2" edition = "2021" homepage = "https://github.com/kamu-data/kamu-platform" repository = "https://github.com/kamu-data/kamu-platform" diff --git a/LICENSE.txt b/LICENSE.txt index b2c57002..9bd83680 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -11,7 +11,7 @@ Business Source License 1.1 Licensor: Kamu Data, Inc. -Licensed Work: Kamu Platform Version 0.18.1 +Licensed Work: Kamu Platform Version 0.18.2 The Licensed Work is © 2023 Kamu Data, Inc. Additional Use Grant: You may use the Licensed Work for any purpose,