File tree Expand file tree Collapse file tree 2 files changed +19
-4
lines changed
implementations/rust/ockam Expand file tree Collapse file tree 2 files changed +19
-4
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,16 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
Original file line number Diff line number Diff line change @@ -4,14 +4,25 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and 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
You can’t perform that action at this time.
0 commit comments