Skip to content

Releases: hassio-addons/addon-base

v1.2.0

02 Dec 20:23
758617d
Compare
Choose a tag to compare

Full Changelog

Added

  • Informational final message when container terminates by error
  • Added support for Hass.io API tokens

Changed

  • Upgraded to Alpine 3.7
  • Upgraded S6-overlay to v1.21.2.1

v1.1.0

15 Nov 20:52
9cd8e9d
Compare
Choose a tag to compare

Full Changelog

Added

  • Added service command that emulates systemd behavior for S6

Changed

  • Updated README to match style of other add-ons
  • Upgraded Qemu static binaries to v2.9.1

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.