Skip to content

Latest commit

 

History

History
48 lines (29 loc) · 2.55 KB

CHANGELOG.md

File metadata and controls

48 lines (29 loc) · 2.55 KB

Changelog

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

Added

  • Added component filtering based on env var SPIN_COMPONENTS_TO_RETAIN (#197)

Changed

  • Turn off native unwinding from Wasmtime Config to avoid faulty libunwind detection errors (#215)

Fixed

  • Fixed #216: Spin state dir not being created
  • 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)