Skip to content

Releases: hassio-addons/addon-base

v1.0.1

25 Oct 20:56
80d7e46
Compare
Choose a tag to compare

Full Changelog

Change

  • Added extra debug output when curl API call fails #11

v1.0.0

15 Oct 18:30
eceed3d
Compare
Choose a tag to compare

Full Changelog

Added

  • Bash function library for add-ons
  • curl is now installed by default
  • Automated add-on startup banner, including version information
  • Automated upgrade notification of add-on in the logs
  • Handling of log level via log_level Hass.io add-on options

Changed

  • S6 stage 2 issues, will now cause termination of the container
  • S6 waits for all services to start before executing CMD
  • Updated/tweaked the documentation

Removed

  • Removes Docker build arg: S6_OVERLAY_VERSION

v0.0.2

26 Sep 09:29
Compare
Choose a tag to compare

Full Changelog

Changed

  • Updated add-on to support new build environment #8

v0.0.1

21 Sep 19:47
Compare
Choose a tag to compare

Added

  • Initial version, first release.