diff --git a/CHANGELOG.md b/CHANGELOG.md index e8205f11..6d9ff764 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [v3.3.0](https://github.com/hifis-net/ansible-role-unattended-upgrades/tree/v3.3.0) (2024-03-01) + +[Full Changelog](https://github.com/hifis-net/ansible-role-unattended-upgrades/compare/v3.2.1...v3.3.0) + +**Closed issues:** + +- Allow roles to run with INJECT\_FACTS\_AS\_VARS set to false [\#185](https://github.com/hifis-net/ansible-role-unattended-upgrades/issues/185) +- Fix badges with Ansible Galaxy NG [\#174](https://github.com/hifis-net/ansible-role-unattended-upgrades/issues/174) +- Version 3.2.1 doesn't seem to be available on ansible galaxy [\#169](https://github.com/hifis-net/ansible-role-unattended-upgrades/issues/169) + +**Merged pull requests:** + +- ci: install a recent podman version [\#190](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/190) ([Normo](https://github.com/Normo)) +- chore\(deps\): bump ansible from 9.2.0 to 9.3.0 [\#189](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/189) ([dependabot[bot]](https://github.com/apps/dependabot)) +- refactor: refer to ansible facts through ansible\_facts.\* namespace [\#187](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/187) ([Normo](https://github.com/Normo)) +- Allow roles to run with INJECT\_FACTS\_AS\_VARS set to false [\#186](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/186) ([kennethso168](https://github.com/kennethso168)) +- chore\(deps-dev\): bump yamllint from 1.34.0 to 1.35.1 [\#184](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/184) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump molecule from 6.0.3 to 24.2.0 [\#182](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/182) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump molecule-plugins from 23.5.0 to 23.5.3 [\#181](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/181) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.22.2 to 24.2.0 [\#180](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/180) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump yamllint from 1.33.0 to 1.34.0 [\#179](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/179) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump ansible from 9.1.0 to 9.2.0 [\#178](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/178) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.22.1 to 6.22.2 [\#177](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/177) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump molecule from 6.0.2 to 6.0.3 [\#176](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/176) ([dependabot[bot]](https://github.com/apps/dependabot)) +- fix: make ansible galaxy badges work again [\#175](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/175) ([tobiashuste](https://github.com/tobiashuste)) +- chore\(deps\): bump ansible from 8.6.0 to 9.1.0 [\#172](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/172) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump ansible-lint from 6.21.1 to 6.22.1 [\#171](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/171) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps-dev\): bump yamllint from 1.32.0 to 1.33.0 [\#167](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/167) ([dependabot[bot]](https://github.com/apps/dependabot)) +- chore\(deps\): bump ansible from 8.5.0 to 8.6.0 [\#164](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/164) ([dependabot[bot]](https://github.com/apps/dependabot)) + ## [v3.2.1](https://github.com/hifis-net/ansible-role-unattended-upgrades/tree/v3.2.1) (2023-11-03) [Full Changelog](https://github.com/hifis-net/ansible-role-unattended-upgrades/compare/v3.2.0...v3.2.1) @@ -14,6 +44,7 @@ **Merged pull requests:** +- chore: prepare changelog for version 3.2.1 [\#161](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/161) ([tobiashuste](https://github.com/tobiashuste)) - fix: reformat allowed origins pattern [\#160](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/160) ([Normo](https://github.com/Normo)) - fix: allow ${distro\_codename}-security on Debian bookworm [\#159](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/159) ([Normo](https://github.com/Normo)) - chore\(deps-dev\): bump ansible-lint from 6.18.0 to 6.21.1 [\#157](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/157) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/CITATION.cff b/CITATION.cff new file mode 100644 index 00000000..dbc7e452 --- /dev/null +++ b/CITATION.cff @@ -0,0 +1,40 @@ +# SPDX-FileCopyrightText: 2024 Helmholtz Centre for Environmental Research (UFZ) +# SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden - Rossendorf (HZDR) + +# SPDX-License-Identifier: GPL-2.0-or-later + +cff-version: '1.2.0' +title: 'hifis.unattended_upgrades Ansible role' +message: >- + "If you use this Ansible role, please cite it as + below." +abstract: >- + Ansible role to install and setup unattended-upgrades for + Ubuntu and Debian, to periodically install security upgrades. +type: 'software' +authors: + - given-names: 'Norman' + family-names: 'Ziegner' + email: 'norman.ziegner@ufz.de' + affiliation: >- + Helmholtz Centre for Environmental Research + GmbH - UFZ + orcid: 'https://orcid.org/0000-0001-7579-216X' + - given-names: 'Tobias' + family-names: 'Huste' + email: 't.huste@hzdr.de' + affiliation: >- + Helmholtz-Zentrum Dresden-Rossendorf e. V. + (HZDR) + orcid: 'https://orcid.org/0000-0002-5590-7473' + - given-names: 'Christian' + family-names: 'Hüser' + email: 'c.hueser@hzdr.de' + affiliation: >- + Helmholtz-Zentrum Dresden-Rossendorf e. V. + (HZDR) + orcid: 'https://orcid.org/0000-0002-5028-6663' +repository-code: 'https://github.com/hifis-net/ansible-role-unattended-upgrades' +repository-artifact: 'https://galaxy.ansible.com/hifis/unattended_upgrades' +version: 'v3.3.0' +date-released: '2024-03-01' diff --git a/README.md b/README.md index ed2199d8..8b21d65d 100644 --- a/README.md +++ b/README.md @@ -279,3 +279,4 @@ project: * [turikhay](https://github.com/turikhay) * [mabed](https://github.com/mabed-fr) * [pgassmann](https://github.com/pgassmann) +* [kennethso168](https://github.com/kennethso168) diff --git a/meta/main.yml b/meta/main.yml index 6a9a4be2..981e940f 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -4,7 +4,7 @@ galaxy_info: author: "hifis" description: "Setup unattended-upgrades on Debian-based systems" license: "GPLv2" - min_ansible_version: "2.13" + min_ansible_version: "2.14" platforms: - name: "Ubuntu" versions: