Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.87 KB

CHANGELOG.md

File metadata and controls

30 lines (20 loc) · 1.87 KB

Changelog

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.16.0 - 2024-10-04

Added

  • Added MQTT trigger and tests (#175)
  • Make container environment variables accessible as application variables (#149)
  • Added feature to conditionally restart the k0s controller service when present during node installation. (#167)

Changed

  • Updated the minimum required Rust version to 1.79 (#191)
  • Refactored the shim code by splitting it into different modules (#185)
  • Refactored the Makefile to improve its structure and comments(#171)
  • Merged two Redis trigger test apps into one (#176)
  • Simplified the run command in the documentation (#184)
  • Modified Dependabot settings to group patch-level dependency updates (#162)

Fixed

  • Correct currently supported triggers (#182)
  • Fixed an error in setup-linux.sh script (#184)
  • Updated outdated links to spinkube.dev (#170)

v0.16.0: https://github.com/spinkube/containerd-shim-spin/compare/v0.15.1...v0.16.0