Skip to content

Commit 0fc9002

Browse files
ockam-teammetaclips
authored andcommitted
ci: crate release 12-04-2024
1 parent 12fe562 commit 0fc9002

File tree

10 files changed

+28
-10
lines changed

10 files changed

+28
-10
lines changed

implementations/rust/ockam/ockam_abac/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.54.0 - 2024-04-08
7+
## 0.54.0 - 2024-04-12
88

99
### Added
1010

11+
- Use outgoing access control
1112
- Updated dependencies
1213

1314
## 0.53.0 - 2024-04-01

implementations/rust/ockam/ockam_api/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,20 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.64.0 - 2024-04-08
7+
## 0.64.0 - 2024-04-12
88

99
### Added
1010

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

1317
### Changed
1418

1519
- Organize bats tests in different suites
20+
- Move terminal code from command to api
1621

1722
### Fixed
1823

implementations/rust/ockam/ockam_app_lib/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.121.0 - 2024-04-08
7+
## 0.121.0 - 2024-04-12
88

99
### Added
1010

11+
- Use outgoing access control
1112
- Updated dependencies
1213

1314
## 0.120.0 - 2024-04-01

implementations/rust/ockam/ockam_command/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,25 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.121.0 - 2024-04-08
7+
## 0.121.0 - 2024-04-12
88

99
### Added
1010

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

1317
### Changed
1418

1519
- Organize bats tests in different suites
20+
- Move terminal code from command to api
1621

1722
### Fixed
1823

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

2127
## 0.120.0 - 2024-04-01
2228

implementations/rust/ockam/ockam_core/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,17 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.106.0 - 2024-04-08
7+
## 0.106.0 - 2024-04-12
88

99
### Added
1010

1111
- Added metadata and terminal concepts
1212
- Updated dependencies
1313

14+
### Changed
15+
16+
- Move terminal code from command to api
17+
1418
## 0.105.0 - 2024-04-01
1519

1620
### Added

implementations/rust/ockam/ockam_multiaddr/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.50.0 - 2024-04-08
7+
## 0.50.0 - 2024-04-12
88

99
### Added
1010

implementations/rust/ockam/ockam_node/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.113.0 - 2024-04-08
7+
## 0.113.0 - 2024-04-12
88

99
### Added
1010

implementations/rust/ockam/ockam_transport_ble/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.75.0 - 2024-04-08
7+
## 0.75.0 - 2024-04-12
88

99
### Added
1010

implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.111.0 - 2024-04-08
7+
## 0.111.0 - 2024-04-12
88

99
### Added
1010

1111
- Added metadata and terminal concepts
12+
- Fix portals protocol
1213
- Updated dependencies
1314

1415
## 0.110.0 - 2024-04-01

implementations/rust/ockam/ockam_vault_aws/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## 0.32.0 - 2024-04-08
7+
## 0.32.0 - 2024-04-12
88

99
### Added
1010

0 commit comments

Comments
 (0)