Skip to content

Commit

Permalink
ci: crate release 27-05-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed May 27, 2024
1 parent a98f025 commit 0805fca
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
6 changes: 5 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-25
## 0.67.0 - 2024-05-27

### Added

Expand All @@ -26,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
- Switch to standard relay creation for kafka usage
- Use a different logger to log tracing/logging errors
- Updated dependencies

### Changed
Expand All @@ -35,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed

- Printing multi-line logs generated by commands stdout output
- Allow initial credential exchange for key exchange only
- Fix outgoing policy in kafka outlet

## 0.66.0 - 2024-04-30

Expand Down
5 changes: 4 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-25
## 0.124.0 - 2024-05-27

### Added

Expand All @@ -23,6 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
- Improve support for kafka portals in node configuration
- Wait until the default node is up when initializing it
- Updated dependencies

### Changed
Expand All @@ -37,6 +39,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Node create can be created with a configuration file in the foreground
- Printing multi-line logs generated by commands stdout output
- `node create -f` will run the `project enroll` command if ticket arg is present
- Typo in argument of node create config

## 0.123.0 - 2024-04-30

Expand Down
6 changes: 5 additions & 1 deletion implementations/rust/ockam/ockam_identity/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.111.0 - 2024-05-25
## 0.111.0 - 2024-05-27

### Added

Expand All @@ -15,6 +15,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Using key exchanger in kafka secure channel map
- Updated dependencies

### Fixed

- Allow initial credential exchange for key exchange only

## 0.110.0 - 2024-04-30

### Added
Expand Down

0 comments on commit 0805fca

Please sign in to comment.