Skip to content

Commit da8da8b

Browse files
committed
CHANGELOG: tidy up
Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 5e3e12b commit da8da8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,19 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
77
### Added
88

99
- Added component filtering based on env var `SPIN_COMPONENTS_TO_RETAIN` ([#197](https://github.com/spinkube/containerd-shim-spin/pull/197))
10+
- Improved error hanlding in selective deployment ([#229](https://github.com/spinkube/containerd-shim-spin/pull/229))
1011

1112
### Changed
1213

1314
- Turn off native unwinding from Wasmtime Config to avoid faulty libunwind detection errors ([#215](https://github.com/spinkube/containerd-shim-spin/pull/215))
15+
- Updated the spin version to v3.0.0 ([#230](https://github.com/spinkube/containerd-shim-spin/pull/230))
1416

1517
### Fixed
1618

1719
- Fixed [#216](https://github.com/spinkube/containerd-shim-spin/issues/216): Spin state dir not being created
1820
- FIxed CI errors due to old versions of Go and TinyGo and disk pressure ([#217](https://github.com/spinkube/containerd-shim-spin/pull/217))
1921

2022

21-
2223
## [v0.16.0](https://github.com/spinkube/containerd-shim-spin/releases/tag/v0.16.0) - 2024-10-04
2324

2425
### Added

0 commit comments

Comments
 (0)