Skip to content

Commit

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

### Added

Expand All @@ -28,6 +28,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
- Add secure channel persistence
- Add secure channel persistence to kafka
- 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-27
## 0.124.0 - 2024-05-28

### Added

Expand Down Expand Up @@ -40,6 +40,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
- Avoid arithmetic overflow when calculating the range of the kafka brokers ports

## 0.123.0 - 2024-04-30

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,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-27
## 0.111.0 - 2024-05-28

### Added

Expand All @@ -13,6 +13,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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
- Add secure channel persistence
- Add secure channel persistence to kafka
- Updated dependencies

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_node/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.116.0 - 2024-05-25
## 0.116.0 - 2024-05-28

### Added

Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_vault/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ 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.109.0 - 2024-05-24
## 0.109.0 - 2024-05-28

### Added

- Add secure channel persistence
- Updated dependencies

## 0.108.0 - 2024-04-30
Expand Down

0 comments on commit c70f257

Please sign in to comment.