Skip to content

Commit 11aea31

Browse files
ockam-teamsnandam
authored andcommitted
ci: crate release 03-06-2025
1 parent ec41dc0 commit 11aea31

File tree

5 files changed

+25
-5
lines changed

5 files changed

+25
-5
lines changed

implementations/rust/ockam/ockam_api/CHANGELOG.md

Lines changed: 3 additions & 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.94.0 - 2025-05-30
7+
## 0.94.0 - 2025-06-03
88

99
### Added
1010

@@ -58,6 +58,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5858
- In `cluster create`, parallelize `docker build` calls
5959
- Add `OCKAM_DATABASE_MAX_POOL_SIZE`
6060
- Add alias for ticket response struct field
61+
- `--watch`, clear screen after receiving an event
6162
- Updated dependencies
6263

6364
### Changed
@@ -66,6 +67,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6667
- Descriptions for ticket and relay http api endpoints
6768
- Cleanup cluster output
6869
- In the cluster repl, use terminal to handle output
70+
- Update erlang, elixir, rust, and python versions
6971

7072
### Fixed
7173

implementations/rust/ockam/ockam_command/CHANGELOG.md

Lines changed: 7 additions & 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.151.0 - 2025-06-02
7+
## 0.151.0 - 2025-06-03
88

99
### Added
1010

@@ -79,6 +79,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7979
- Add `http_api` arguments to base command
8080
- Validate secrets key values as base64 encodable
8181
- Use 3000 as the default port to expose the logs server
82+
- Add `--no-pull` argument to `ockam` and `ockam zone create`
83+
- `--watch`, clear screen after receiving an event
8284
- Updated dependencies
8385

8486
### Changed
@@ -103,6 +105,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
103105
- Rebase on top of develop, moving the repl changes into the `cluster attach` command
104106
- Split cluster commands into cluster/zone subcommands
105107
- Merge repl/attach subcommands
108+
- Update erlang, elixir, rust, and python versions
109+
- Update help text in command
110+
- Zone ctrlc handler
106111

107112
### Fixed
108113

@@ -140,6 +145,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
140145
- Remove ctrlc_handler in enroll
141146
- Remove ctrlc_handler in enroll again
142147
- Remove unnecessary text from repl
148+
- Delete local images after all have been pushed
143149

144150
## 0.150.0 - 2025-03-20
145151

implementations/rust/ockam/ockam_core/CHANGELOG.md

Lines changed: 5 additions & 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.126.0 - 2025-04-24
7+
## 0.126.0 - 2025-06-03
88

99
### Added
1010

@@ -14,6 +14,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Add ai subcommands for enroll and ticket
1515
- Updated dependencies
1616

17+
### Changed
18+
19+
- Update erlang, elixir, rust, and python versions
20+
1721
## 0.125.0 - 2025-03-03
1822

1923
### Added

implementations/rust/ockam/ockam_node/CHANGELOG.md

Lines changed: 5 additions & 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.140.0 - 2025-05-23
7+
## 0.140.0 - 2025-06-03
88

99
### Added
1010

@@ -23,6 +23,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2323
- Add `OCKAM_DATABASE_MAX_POOL_SIZE`
2424
- Updated dependencies
2525

26+
### Changed
27+
28+
- Update erlang, elixir, rust, and python versions
29+
2630
### Fixed
2731

2832
- Test row level security

implementations/rust/ockam/ockam_transport_tcp/CHANGELOG.md

Lines changed: 5 additions & 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.138.0 - 2025-04-24
7+
## 0.138.0 - 2025-06-03
88

99
### Added
1010

@@ -20,6 +20,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2020
- Implement `message.is_local` policy
2121
- Updated dependencies
2222

23+
### Changed
24+
25+
- Update erlang, elixir, rust, and python versions
26+
2327
### Fixed
2428

2529
- `node create` with configuration was swallowing an error produced in a subprocess

0 commit comments

Comments
 (0)