Releases: jnv/ansible-role-unattended-upgrades
Releases · jnv/ansible-role-unattended-upgrades
Deprecation notice
⚠️ This role is deprecated! See this issue for alternatives: #98
v1.12.0
Changed
- #87 Add support for Debian 11 "Bullseye" along with a release-specific pattern to correctly check for security updates. Kudos to @dnmvisser!
Full Changelog: v1.11.0...v1.12.0
v1.11.0
Added
- #76
unattended_only_on_ac_power
option and install powermgmt-base
when it is enabled. Kudos to @smutel!
v1.10.0
Added
- #80
unattended_syslog_enable
and unattended_syslog_facility
options to enable logging to syslog. Kudos to @dnmvisser!
v1.9.0
Added
- #77
unattended_remove_unused_dependencies
to enable Remove-New-Unused-Dependencies
option and turn it on by default (to match upstream behavior); see mvo5/unattended-upgrades#19 for details. Kudos to @rook59!
v1.8.0
Changed
- #67: Use minimal steps by default. Thanks to @dnrce!
v1.7.1
Fixed
- #61, #62: Ansible deprectation warning when
unattended_automatic_reboot
is used. Thanks to @dmp1ce!
v1.7.0
Added
- #55
unattended_update_days
variable to add Unattended-Upgrade::Update-Days
to configuration file. Thanks to @thbar!
v1.6.0
Added
- #51
unattended_dl_limit
variable to add Acquire::http::Dl-Limit
to configuration file. Thanks to @BarbzYHOOL!