Skip to content

Commit 86b7cfc

Browse files
committed
CHANGELOG: add CHANGELOG.md
add a draft of the changelog for containerd-shim-wasm following the https://keepachangelog.com/en/1.1.0/ format. The changelog starts from the v0.15.1 release to HEAD. it is expected that the future PRs will update the CHANGELOG.md with the changes made. Signed-off-by: jiaxiao zhou <[email protected]>
1 parent 6f91629 commit 86b7cfc

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# Changelog
2+
3+
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).
4+
5+
## [Unreleased] - YYYY-MM-DD
6+
7+
### Added
8+
9+
- Added MQTT trigger and tests ([#175](https://github.com/spinkube/containerd-shim-spin/pull/175))
10+
- Make container environment bariables accessible as application variables ([#149](https://github.com/spinkube/containerd-shim-spin/pull/149))
11+
- Added feature to conditionally restart the k0s controller service when present during node installation. ([#167](https://github.com/spinkube/containerd-shim-spin/pull/167))
12+
13+
### Changed
14+
15+
- Updated the minimum required Rust version to 1.79 ([#191](https://github.com/spinkube/containerd-shim-spin/pull/191))
16+
- Refactored the shim code by splitting it into different modules ([#185](https://github.com/spinkube/containerd-shim-spin/pull/185))
17+
- Refactored the Makefile to improve its structure and comments([#171](https://github.com/spinkube/containerd-shim-spin/pull/171))
18+
- Merged two Redis trigger test apps into one ([#176](https://github.com/spinkube/containerd-shim-spin/pull/176))
19+
- Simplified the run command in the documentation ([#184](https://github.com/spinkube/containerd-shim-spin/pull/184))
20+
- Modified Dependabot settings to group patch-level dependency updates ([#162](https://github.com/spinkube/containerd-shim-spin/pull/162))
21+
22+
### Fixed
23+
24+
- Correct currently supported triggers ([#182](https://github.com/spinkube/containerd-shim-spin/pull/182))
25+
- Fixed an error in `setup-linux.sh` script ([#184](https://github.com/spinkube/containerd-shim-spin/pull/184))
26+
- Updated outdated links to `spinkube.dev` ([#170](https://github.com/spinkube/containerd-shim-spin/pull/170))
27+
28+
---
29+
30+
[Unreleased]: https://github.com/spinkube/containerd-shim-spin/compare/v0.15.1...HEAD

0 commit comments

Comments
 (0)