Skip to content

Commit

Permalink
ci: crate release 12-04-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed Apr 12, 2024
1 parent 12fe562 commit 0fc9002
Show file tree
Hide file tree
Showing 10 changed files with 28 additions and 10 deletions.
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_abac/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.54.0 - 2024-04-08
## 0.54.0 - 2024-04-12

### Added

- Use outgoing access control
- Updated dependencies

## 0.53.0 - 2024-04-01
Expand Down
7 changes: 6 additions & 1 deletion implementations/rust/ockam/ockam_api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,20 @@ 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.64.0 - 2024-04-08
## 0.64.0 - 2024-04-12

### Added

- Add a attribute with the content of a node configuration file
- Add a user journey event when an identity has been created or imported
- Use outgoing access control
- Added kafka-inlet command and relative config side
- Updated dependencies

### Changed

- Organize bats tests in different suites
- Move terminal code from command to api

### Fixed

Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_app_lib/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.121.0 - 2024-04-08
## 0.121.0 - 2024-04-12

### Added

- Use outgoing access control
- Updated dependencies

## 0.120.0 - 2024-04-01
Expand Down
8 changes: 7 additions & 1 deletion implementations/rust/ockam/ockam_command/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,25 @@ 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.121.0 - 2024-04-08
## 0.121.0 - 2024-04-12

### Added

- Add a attribute with the content of a node configuration file
- Add a user journey event when an identity has been created or imported
- Support `foreground` flag when creating a node with a config file
- Added kafka-inlet command and relative config side
- Updated dependencies

### Changed

- Organize bats tests in different suites
- Move terminal code from command to api

### Fixed

- Kms identity can be used in regular api nodes
- Don't show logs on parse errors logging is not enabled

## 0.120.0 - 2024-04-01

Expand Down
6 changes: 5 additions & 1 deletion implementations/rust/ockam/ockam_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,17 @@ 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.106.0 - 2024-04-08
## 0.106.0 - 2024-04-12

### Added

- Added metadata and terminal concepts
- Updated dependencies

### Changed

- Move terminal code from command to api

## 0.105.0 - 2024-04-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_multiaddr/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.50.0 - 2024-04-08
## 0.50.0 - 2024-04-12

### Added

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.113.0 - 2024-04-08
## 0.113.0 - 2024-04-12

### Added

Expand Down
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.75.0 - 2024-04-08
## 0.75.0 - 2024-04-12

### Added

Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,12 @@ 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-04-08
## 0.111.0 - 2024-04-12

### Added

- Added metadata and terminal concepts
- Fix portals protocol
- Updated dependencies

## 0.110.0 - 2024-04-01
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault_aws/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.32.0 - 2024-04-08
## 0.32.0 - 2024-04-12

### Added

Expand Down

0 comments on commit 0fc9002

Please sign in to comment.