Skip to content

Commit

Permalink
ci: crate release 24-05-2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ockam-team authored and metaclips committed May 24, 2024
1 parent 480eadd commit 503f125
Show file tree
Hide file tree
Showing 17 changed files with 58 additions and 17 deletions.
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam/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.124.0 - 2024-05-06
## 0.124.0 - 2024-05-24

### Added

- Re-export `Transport` trait from `ockam` crate
- Updated dependencies

## 0.123.0 - 2024-04-30
Expand Down
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,10 +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.57.0 - 2024-05-06
## 0.57.0 - 2024-05-24

### Added

- Create a parser for boolean expressions
- Add the possibility to use boolean expressions for policy expressions
- Address review comments
- Updated dependencies

## 0.56.0 - 2024-04-30
Expand Down
13 changes: 12 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-06
## 0.67.0 - 2024-05-24

### Added

Expand All @@ -13,12 +13,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Create a project member for exporting traces when the authority node starts
- Create and store a default project when starting an authority node
- Add more log messages
- Add the possibility to use boolean expressions for policy expressions
- Address review comments
- Implement updating route to the outlet in the existing inlet
- Add an http server to the node manager to return the node resources
- 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
- Updated dependencies

### Changed

- Upgrade the rust version to 1.77

### Fixed

- Printing multi-line logs generated by commands stdout output

## 0.66.0 - 2024-04-30

### Added
Expand Down
5 changes: 4 additions & 1 deletion implementations/rust/ockam/ockam_app_lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,14 @@ 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-06
## 0.124.0 - 2024-05-24

### Added

- Improve output of `node show` and `status` commands
- Add the possibility to use boolean expressions for policy expressions
- Address review comments
- Add an http server to the node manager to return the node resources
- Updated dependencies

## 0.123.0 - 2024-04-30
Expand Down
19 changes: 18 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-06
## 0.124.0 - 2024-05-24

### Added

Expand All @@ -14,11 +14,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Create a project member for exporting traces when the authority node starts
- Create and store a default project when starting an authority node
- Add more log messages
- Add the possibility to use boolean expressions for policy expressions
- Add an http server to the node manager to return the node resources
- Allow tickets to specify boolean attributes with no value
- Improvements for commands' output to standardize their formatting
- Improve error handling for nodes created in the foreground with a config
- 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
- Updated dependencies

### Changed

- Upgrade the rust version to 1.77
- Migrate the examples to boolean expressions for allow fields

### Fixed

- Bold and underline headers from commands help text properly
- Fix the allow argument for creating tcp inlets and outlets
- 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

## 0.123.0 - 2024-04-30

Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_core/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.109.0 - 2024-05-06
## 0.109.0 - 2024-05-24

### Added

- Improve output of `node show` and `status` commands
- Provide the name of the environment variable when it cannot be decoded
- Add flow controls query
- Updated dependencies

### Changed
Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_executor/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.78.0 - 2024-05-06
## 0.78.0 - 2024-05-24

### Added

Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_identity/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.111.0 - 2024-05-06
## 0.111.0 - 2024-05-24

### Added

- Improve output of `node show` and `status` commands
- Add more log messages
- Implement updating route to the responder in the existing sc
- Updated dependencies

## 0.110.0 - 2024-04-30
Expand Down
3 changes: 2 additions & 1 deletion implementations/rust/ockam/ockam_multiaddr/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.53.0 - 2024-05-06
## 0.53.0 - 2024-05-24

### Added

- Allow to specify 'self' in multiaddr
- Updated dependencies

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

### Added

- Add the possibility to use boolean expressions for policy expressions
- Add flow controls query
- Updated dependencies

### Changed
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.78.0 - 2024-05-06
## 0.78.0 - 2024-05-24

### 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.82.0 - 2024-05-06
## 0.82.0 - 2024-05-24

### 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,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.114.0 - 2024-05-06
## 0.114.0 - 2024-05-24

### Added

- Implement updating route to the outlet in the existing inlet
- Updated dependencies

## 0.113.0 - 2024-04-30
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.58.0 - 2024-05-06
## 0.58.0 - 2024-05-24

### 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.43.0 - 2024-05-06
## 0.43.0 - 2024-05-24

### Added

Expand Down
2 changes: 1 addition & 1 deletion implementations/rust/ockam/ockam_vault/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.109.0 - 2024-05-06
## 0.109.0 - 2024-05-24

### Added

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.35.0 - 2024-05-06
## 0.35.0 - 2024-05-24

### Added

Expand Down

0 comments on commit 503f125

Please sign in to comment.