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

v1.5.0

25 Feb 00:30
@jnv jnv
d19fe39
Compare
Choose a tag to compare

Added

  • Role will automatically update apt cache. You can use the unattended_cache_valid_time variable to set when cache should be updated since last update (default is 1 hour).
  • #48 Improved testing infrastructure.

This is probably the last releases in v1 series, expect breaking changes soon.

v1.4.1

20 Feb 17:38
@jnv jnv
Compare
Choose a tag to compare

Changed

  • #44: Silently fail update-notifier-common installation.

v1.4.0

01 Jan 21:12
@jnv jnv
Compare
Choose a tag to compare

Added

  • #41 unattended_dpkg_options variable to add Dpkg::Options to configuration file. Thanks to @conorsch!

v1.3.0

24 Jul 19:49
@jnv jnv
Compare
Choose a tag to compare

Added

  • #11 unattended_ignore_apps_require_restart which lets unattended-upgrades to automatically upgrade some critical packages requiring restart. Kudos to @bram70.
  • #24 Backward compatibility for Debian Wheezy and tests for multiple distributions. Kudos to @gtrafimenkov.
  • #20 Extra documentation for Raspbian by @Yannik.

Removed

  • #6 Conditional failure for update-notifier-common package, which is no longer needed in newer distributions.
  • #21 Reference to debian-bootstrap role, which is no longer available at GitHub (and it is probably not even needed anymore).

v1.2.0

24 Feb 22:02
@jnv jnv
Compare
Choose a tag to compare

Added

  • #15 unattended_automatic_reboot_time allows setting the time when automatic reboot is enabled. Kudos to @rzimmer and @lafarer!

v1.1.3

24 Feb 21:29
@jnv jnv
Compare
Choose a tag to compare

Changed

v1.1.2

17 Feb 10:49
@jnv jnv
Compare
Choose a tag to compare

Changed

  • #17: Ensure unattended tag is set on all tasks. Kudos to @Yannik

v1.1.1: Use codename for origin patterns in Debian

08 Dec 17:16
@jnv jnv
Compare
Choose a tag to compare

Changed

  • #12: Use codename parameter for origin patterns in Debian instead of archive. Kudos to @jacksingleton

v1.1.0

04 May 01:00
@jnv jnv
Compare
Choose a tag to compare

Added

  • #6, #7: Attempt to install update-notifier-common package if unattended_automatic_reboot is enabled; see the README for more details.
    • Kudos to @jmgq for this functionality!

Breaking

This feature is currently NOT supported on Debian Jessie due to a missing replacement for the update-notifier-common package.

v1.0.1

30 Sep 18:17
@jnv jnv
Compare
Choose a tag to compare

Changed

  • #4: Move default variables to defaults directory to allow overriding through group vars, including distribution-specific variables.