Skip to content

Latest commit

 

History

History
149 lines (95 loc) · 4.47 KB

CHANGES.rst

File metadata and controls

149 lines (95 loc) · 4.47 KB

Changelog

debops.unattended_upgrades

This project adheres to Semantic Versioning and human-readable changelog.

The current role maintainer_ is drybjed_.

Changed

  • Optimized auto reboot time by rebooting physical hosts before virtualized guests to reboot guests in one go. [ypid_]

Added

Changed

  • The unattended-upgrade script will send a mail message only in case of an error during the upgrade process, instead of doing it every time an upgrade happens. This should decrease the amount of mail sent to the system administrator. [drybjed_]

Fixed

Added

Changed

  • Reworked role to meet the latest DebOps standards. [ypid_]

Fixed

  • Fixed example for :envvar:`unattended_upgrades__blacklist` which is expected to be a regular expression and a mix between glob and regular expression. The previous given example also works for some reason so this fix is merely to follow the upstream documentation more strictly. [ypid_]

Removed

  • when option from :envvar:`unattended_upgrades__blacklist` and similar lists when using the dictionary notation. It has been superseded by the state option to allow to remove entries from the blacklist. [ypid_]
  • Remove the automatic blacklisting of the vim and libc6 packages. Nothing is blacklisted by default. [ypid_]

Fixed

  • Fix issue with role import on Ansible Galaxy. [drybjed_]

Added

  • Add support for conditional package blacklisting. [drybjed_]

Changed

  • Use more granular lookup for security and release origins.

    Due to the unattended-upgrades Debian Bug #704087 on Debian Wheezy which stops the upgrades from being performed, debops.unattended_upgrades role will now use more granular lookup strings to select security and release origin patterns for current OS release. [drybjed_]

Removed

  • Rename all variables to create a virtual namespace. [drybjed_]

debops.unattended_upgrades v0.1.0 - 2016-02-09

Added