Skip to content

Commit 462d8f0

Browse files
ockam-teamSanjeev Nithyanandam
authored andcommitted
ci: crate release 17-06-2025
1 parent 84b0691 commit 462d8f0

File tree

2 files changed

+19
-4
lines changed

2 files changed

+19
-4
lines changed

implementations/rust/ockam/ockam_api/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@ 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.97.0 - 2025-06-12
7+
## 0.97.0 - 2025-06-17
88

99
### Added
1010

1111
- Updated dependencies
1212

13+
### Fixed
14+
15+
- Default zone config elements
16+
1317
## 0.96.0 - 2025-06-10
1418

1519
### Added

implementations/rust/ockam/ockam_command/CHANGELOG.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +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.154.0 - 2025-06-12
7+
## 0.154.0 - 2025-06-17
88

99
### Added
1010

11-
- Simplify structure of zone secrets yaml
12-
- Simplify secret definition in zone config
1311
- Updated dependencies
1412

13+
### Changed
14+
15+
- Split repl into attach/repl subcommands
16+
- Zone arg in zone commands
17+
18+
### Fixed
19+
20+
- No env variables on containers
21+
- Default zone config elements
22+
- Back-compatibility parsing of raw env section in zone config
23+
- Only allow alphanumeric chars in zone name args
24+
- `zone delete` ux when using a config file
25+
1526
## 0.153.0 - 2025-06-10
1627

1728
### Added

0 commit comments

Comments
 (0)