Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Feb 22:27

1.0.0 (2022-02-12)

⚠ BREAKING CHANGES

  • supervised_install: The Home Assistant Supervised install.sh convenience script is deprecated.
    As a replacement, the install is now performed by installing the homeassistant-supervised.deb package.
    Overriding the default values for many of the configurations is not currently possible with the .deb package install, so the role variables related to these configurations have been removed. Any non-default values provided to this role specified in playbooks or inventory will not be used since these variables have been removed from the role.
  • all roles: Support for Debian 10 has been deprecated by Home Assistant team, so it is no longer supported by this collection. Debian 11 is the only officially supported operating system for Home Assistant Supervised, so it is the only operating system officially supported by this collection as well.

Features

  • all roles: Support Debian 11 (#31) (3268a75), closes #21
  • cd: Improve CI/CD workflows (3b75a37)
  • fail2ban: Support additional reverse proxy add-ons for fail2ban (591e3e3), closes #34
  • supervised_install: Switch to deb installer (#29) (70526ef), closes #27

Bug Fixes

  • fail2ban: Fix ansible-lint no-changed-when rule violation (86d8842)
  • fail2ban: Initialize fail2ban.log so home assistant config check won't fail due to missing file (#30) (ef9d4c1), closes #19
  • harden_os: fix syntax error in creating auto-upgrades stub (1b0f168)
  • supervised_install: Don't install docker compose by default (292931c), closes #32

Documentation

  • Add link to repo I use to setup my Home Assistant (35559c5)