Skip to content

Releases: jhampson-dbre/home_assistant

Release 0.3.2

19 Jan 05:50
Compare
Choose a tag to compare

0.3.2 (2021-01-19)

Bug Fixes

  • preinstall_config: Fix no automatic reboot when kernel is updated (5b2222e)

Release 0.3.1

19 Jan 01:51
Compare
Choose a tag to compare

0.3.1 (2021-01-19)

Performance Improvements

  • preinstall_config: Use full-upgrade option for initial OS updates and automatically reboot if needed (2ccea26)

Release 0.3.0

19 Jan 00:01
Compare
Choose a tag to compare

0.3.0 (2021-01-19)

Features

  • README: Add links to individual role READMEs inside the collection README (b3cb546), closes #12

Release 0.2.1

13 Jan 01:33
Compare
Choose a tag to compare

0.2.1 (2021-01-13)

Bug Fixes

  • harden_os: Add additional repository sources to ensure all security updates are applied (681f5ca), closes #9

Release 0.2.0

07 Jan 02:02
3c93404
Compare
Choose a tag to compare

0.2.0 (2021-01-07)

Features

  • fail2ban: Configure fail2ban to block brute force attacks (ff5fe09), closes #5

Release 0.1.6

27 Dec 23:37
Compare
Choose a tag to compare

0.1.6 (2020-12-27)

Bug Fixes

  • preinstall_config: Remove bad validation command used to check /etc/hosts (bc60b72)

Release 0.1.5

27 Dec 23:29
Compare
Choose a tag to compare

0.1.5 (2020-12-27)

Bug Fixes

  • preinstall_config: Ensure hostname is defined in /etc/hosts file to fix 'sudo: unable to resolve host' error message (695d605)

Release 0.1.4

27 Dec 22:31
Compare
Choose a tag to compare

0.1.4 (2020-12-27)

Bug Fixes

  • harden_os: Fix patching_reboot_enabled undefined error (bd8beb6)

Release 0.1.3

27 Dec 22:13
Compare
Choose a tag to compare

0.1.3 (2020-12-27)

Bug Fixes

  • preinstall_config: Install pip3 so that python package dependencies in other roles can be installed (02801ee)

Release 0.1.2

27 Dec 21:24
Compare
Choose a tag to compare

0.1.2 (2020-12-27)

Bug Fixes

  • harden_os: Fix 'notify is no a valid attribute for a Block' error message (6e40096)
  • testing: Add additional syntax checking for roles (119800c)