Skip to content

Commit 32c7fc7

Browse files
Bump versions, CHANGELOG, and README for v0.23.0 release
Signed-off-by: Kate Goldenring <kate.goldenring@gmail.com>
1 parent 070471f commit 32c7fc7

File tree

21 files changed

+2019
-1803
lines changed

21 files changed

+2019
-1803
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66

77
### Changed
88
-
9+
10+
## [v0.23.0] - 2026-02-25
11+
12+
### Added
13+
- Add integration test for directly running the shim with docker ([#377](https://github.com/spinframework/containerd-shim-spin/pull/377))
14+
15+
### Changed
16+
- Update to use Spin v3.6.1 dependencies and support packages pushed with `wkg` ([#392](https://github.com/spinframework/containerd-shim-spin/pull/392))
17+
- Dependency updates ([#372](https://github.com/spinframework/containerd-shim-spin/pull/372), [#373](https://github.com/spinframework/containerd-shim-spin/pull/373), [#375](https://github.com/spinframework/containerd-shim-spin/pull/375), [#393](https://github.com/spinframework/containerd-shim-spin/pull/393))
18+
19+
### Fixed
20+
- Fix node-installer logic for k3s and rke2 ([#389](https://github.com/spinframework/containerd-shim-spin/pull/389))
21+
- Fix broken spin dotnet container build ([#391](https://github.com/spinframework/containerd-shim-spin/pull/391))
22+
923
## [v0.22.0] - 2025-10-31
1024

1125
### Changed
@@ -87,7 +101,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
87101

88102
---
89103

90-
[Unreleased]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.22.0..HEAD>
104+
[Unreleased]: <https://github.com/spinframework/containerd-shim-spin/compare/v0.23.0..HEAD>
105+
[v0.23.0]: <https://github.com/spinframework/containerd-shim-spin/compare/v0.22.0...v0.23.0>
91106
[v0.22.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.21.0...v0.22.0>
92107
[v0.21.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.20.0...v0.21.0>
93108
[v0.20.0]: <https://github.com/spinkube/containerd-shim-spin/compare/v0.19.0...v0.20.0>

0 commit comments

Comments
 (0)