Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 2.82 KB

CHANGELOG.md

File metadata and controls

49 lines (31 loc) · 2.82 KB

Changelog

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

v0.17.0 - 2024-11-08

Added

  • Added component filtering based on env var SPIN_COMPONENTS_TO_RETAIN (#197)
  • Improved error hanlding in selective deployment (#229)

Changed

  • Turn off native unwinding from Wasmtime Config to avoid faulty libunwind detection errors (#215)
  • Updated the spin version to v3.0.0 (#230)

Fixed

  • FIxed CI errors due to old versions of Go and TinyGo and disk pressure (#217)

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)