Skip to content

Commit 6bf26b9

Browse files
authored
Merge pull request #223 from spinkube/tidy-changelog
CHANGELOG: tidy up changelog
2 parents 45010e1 + e02101d commit 6bf26b9

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [Unreleased]
6+
7+
### Added
8+
9+
- Added component filtering based on env var `SPIN_COMPONENTS_TO_RETAIN` ([#197](https://github.com/spinkube/containerd-shim-spin/pull/197))
10+
11+
### Changed
12+
13+
- Turn off native unwinding from Wasmtime Config to avoid faulty libunwind detection errors ([#215](https://github.com/spinkube/containerd-shim-spin/pull/215))
14+
15+
### Fixed
16+
17+
- Fixed [#216](https://github.com/spinkube/containerd-shim-spin/issues/216): Spin state dir not being created
18+
- FIxed CI errors due to old versions of Go and TinyGo and disk pressure ([#217](https://github.com/spinkube/containerd-shim-spin/pull/217))
19+
20+
21+
522
## [v0.16.0](https://github.com/spinkube/containerd-shim-spin/releases/tag/v0.16.0) - 2024-10-04
623

724
### Added
@@ -27,4 +44,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
2744

2845
---
2946

30-
v0.16.0: https://github.com/spinkube/containerd-shim-spin/compare/v0.15.1...v0.16.0
47+
[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.16.0..HEAD>
48+
[v0.16.0]: https://github.com/spinkube/containerd-shim-spin/compare/v0.15.1...v0.16.0

0 commit comments

Comments
 (0)