Skip to content

Commit

Permalink
ci: crate release 25-05-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed May 25, 2024
1 parent cc75366 commit a2b22d8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 5 deletions.
5 changes: 4 additions & 1 deletion implementations/rust/ockam/ockam_abac/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ 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.57.0 - 2024-05-24
## 0.57.0 - 2024-05-25

### Added

- Create a parser for boolean expressions
- Add the possibility to use boolean expressions for policy expressions
- Address review comments
- Added abac rules to kafka inlet and oulet
- Introduce granular ac for kafka portal worker
- Allow kafka portals to anchor trust on identities
- Updated dependencies

## 0.56.0 - 2024-04-30
Expand Down
8 changes: 7 additions & 1 deletion implementations/rust/ockam/ockam_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.67.0 - 2024-05-24
## 0.67.0 - 2024-05-25

### Added

Expand All @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Improvements for commands' output to standardize their formatting
- Removed consumer/producer/direct services and added inlet service
- Introduced consumer resolution and publishing concepts and implementation
- Added abac rules to kafka inlet and oulet
- Introduce granular ac for kafka portal worker
- Added policy access control usage
- Introducing a variant of the secure channel which only exchange keys
- Using key exchanger in kafka secure channel map
- Allow kafka portals to anchor trust on identities
- Updated dependencies

### Changed
Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_command/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ 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.124.0 - 2024-05-24
## 0.124.0 - 2024-05-25

### Added

Expand All @@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Aliasing kafka producer/consumer to kafka inlet and removing kafka direct
- Removed consumer/producer/direct services and added inlet service
- Introduced consumer resolution and publishing concepts and implementation
- Added abac rules to kafka inlet and oulet
- Updated dependencies

### Changed
Expand Down
4 changes: 3 additions & 1 deletion implementations/rust/ockam/ockam_identity/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ 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.111.0 - 2024-05-24
## 0.111.0 - 2024-05-25

### Added

- Improve output of `node show` and `status` commands
- Add more log messages
- Implement updating route to the responder in the existing sc
- Introducing a variant of the secure channel which only exchange keys
- Using key exchanger in kafka secure channel map
- Updated dependencies

## 0.110.0 - 2024-04-30
Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_node/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ 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.116.0 - 2024-05-24
## 0.116.0 - 2024-05-25

### Added

- Add the possibility to use boolean expressions for policy expressions
- Add flow controls query
- Added abac rules to kafka inlet and oulet
- Updated dependencies

### Changed
Expand Down

0 comments on commit a2b22d8

Please sign in to comment.