Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Releases: jnv/ansible-role-unattended-upgrades

Deprecation notice

23 May 20:52
@jnv jnv
a388c85
Compare
Choose a tag to compare

⚠️ This role is deprecated! See this issue for alternatives: #98

v1.12.1

20 Oct 12:37
@jnv jnv
f9e09a3
Compare
Choose a tag to compare

Changed

  • Fix ansible_comment generation by @maxxer in #88

New Contributors

Full Changelog: v1.12.0...v1.12.1

v1.12.0

20 Oct 12:34
@jnv jnv
7ed7c8c
Compare
Choose a tag to compare

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

29 Apr 19:54
@jnv jnv
d3eeca8
Compare
Choose a tag to compare

Added

  • #76 unattended_only_on_ac_power option and install powermgmt-base when it is enabled. Kudos to @smutel!

v1.10.0

08 Feb 23:45
@jnv jnv
39174e2
Compare
Choose a tag to compare

Added

  • #80 unattended_syslog_enable and unattended_syslog_facility options to enable logging to syslog. Kudos to @dnmvisser!

v1.9.0

04 Nov 08:24
@jnv jnv
Compare
Choose a tag to compare

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

20 Jan 16:00
@jnv jnv
Compare
Choose a tag to compare

Changed

  • #67: Use minimal steps by default. Thanks to @dnrce!

v1.7.1

15 Jun 11:07
@jnv jnv
Compare
Choose a tag to compare

Fixed

  • #61, #62: Ansible deprectation warning when unattended_automatic_reboot is used. Thanks to @dmp1ce!

v1.7.0

03 Sep 15:11
@jnv jnv
Compare
Choose a tag to compare

Added

  • #55 unattended_update_days variable to add Unattended-Upgrade::Update-Days to configuration file. Thanks to @thbar!

v1.6.0

21 May 12:12
@jnv jnv
Compare
Choose a tag to compare

Added

  • #51 unattended_dl_limit variable to add Acquire::http::Dl-Limit to configuration file. Thanks to @BarbzYHOOL!