debops.unattended_upgrades
This project adheres to Semantic Versioning and human-readable changelog.
The current role maintainer_ is drybjed_.
debops.unattended_upgrades master - unreleased
- Optimized auto reboot time by rebooting physical hosts before virtualized guests to reboot guests in one go. [ypid_]
debops.unattended_upgrades v0.2.1 - 2016-08-05
- Support nested lists for :envvar:`unattended_upgrades__blacklist` and :envvar:`unattended_upgrades__origins`. [ypid_]
- 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 :envvar:`unattended_upgrades__release_origins` for Debian Jessie and potentially newer versions. [ypid_]
debops.unattended_upgrades v0.2.0 - 2016-07-09
state
option for :envvar:`unattended_upgrades__blacklist` and similar lists when using the dictionary notation. This replaces the removedwhen
option. Thestate
allows to remove entries from the blacklist whichwhen
did not. [ypid_]- Support dictionary notation for :envvar:`unattended_upgrades__origins` and :envvar:`unattended_upgrades__dependent_origins` lists. [ypid_]
- Documentation for :envvar:`unattended_upgrades__origins`.
- Add
vim
fold markers in :file:`defaults/main.yml` file. [drybjed_]
- Reworked role to meet the latest DebOps standards. [ypid_]
- 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_]
when
option from :envvar:`unattended_upgrades__blacklist` and similar lists when using the dictionary notation. It has been superseded by thestate
option to allow to remove entries from the blacklist. [ypid_]- Remove the automatic blacklisting of the
vim
andlibc6
packages. Nothing is blacklisted by default. [ypid_]
debops.unattended_upgrades v0.1.4 - 2016-03-02
- Fix issue with role import on Ansible Galaxy. [drybjed_]
debops.unattended_upgrades v0.1.3 - 2016-03-02
- Add support for conditional package blacklisting. [drybjed_]
debops.unattended_upgrades v0.1.2 - 2016-02-22
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_]
debops.unattended_upgrades v0.1.1 - 2016-02-10
- Rename all variables to create a virtual namespace. [drybjed_]
- Initial release. [drybjed_]