Skip to content

Commit

Permalink
Bug/data access panel fixes vol 2 (#71)
Browse files Browse the repository at this point in the history
* Use kamu-cli 0.172.2
* Release (patch): 0.18.2
* Update CHANGELOG.md
  • Loading branch information
s373r authored Apr 9, 2024
1 parent 6932b8b commit 17d468c
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 19 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

32 changes: 16 additions & 16 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 17d468c

Please sign in to comment.