Skip to content

Commit

Permalink
[Deployment Instructions] Release (patch): 0.225.3 (#1103)
Browse files Browse the repository at this point in the history
* kamu pull: public default visibility for single-tenant workspace, unless otherwise specified

* kamu push: warning output refinement

* images/kamu-base-with-data/s3-minio-data: save the dir

* images/kamu-base-with-data: add init-workspace-minio.sh

* SiTP: respect the visibility option

* kamu-datasets-services: remove unused deps

* SiTP: updating the dependency graph during block processing

* kamu add: public default visibility for single-tenant workspace, unless otherwise specified

* CHANGELOG.md: update

* test_pull_batching_complex_with_remote(): update

* Release (patch): 0.226.2

* Unhide --visibility arguments
  • Loading branch information
s373r authored Feb 26, 2025
1 parent 21e41ab commit 9fada91
Show file tree
Hide file tree
Showing 23 changed files with 374 additions and 233 deletions.
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,18 @@ Recommendation: for ease of reading, use the following order:
- Fixed
-->

## [Unreleased]
### Added
- New ``FlowSystemConfig` structure in `CLIConfig` which allows to configure `flow_agent` and `task_agent` services with next options `awaiting_step_secs` and `mandatory_throttling_period_secs`
## [0.226.2] - 2025-02-26
### Added
- New `FlowSystemConfig` structure in `CLIConfig` which allows
to configure `flow_agent` and `task_agent` services
with next options `awaiting_step_secs` and `mandatory_throttling_period_secs`
### Fixed
- Single-tenant mode:
- `kamu add`: public default visibility, unless otherwise specified
- `kamu pull`: public new default visibility, unless otherwise specified
- Simple Transfer Protocol:
- Respect the visibility option
- Updating the dependency graph during block processing

## [0.226.1] - 2025-02-25
### Changed
Expand Down
Loading

0 comments on commit 9fada91

Please sign in to comment.