Releases: jhampson-dbre/home_assistant
Releases · jhampson-dbre/home_assistant
Release 0.3.2
0.3.2 (2021-01-19)
Bug Fixes
- preinstall_config: Fix no automatic reboot when kernel is updated (5b2222e)
Release 0.3.1
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
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
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
0.2.0 (2021-01-07)
Features
- fail2ban: Configure fail2ban to block brute force attacks (ff5fe09), closes #5
Release 0.1.6
0.1.6 (2020-12-27)
Bug Fixes
- preinstall_config: Remove bad validation command used to check /etc/hosts (bc60b72)
Release 0.1.5
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
0.1.4 (2020-12-27)
Bug Fixes
- harden_os: Fix
patching_reboot_enabled undefined
error (bd8beb6)
Release 0.1.3
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
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)