Skip to content

Commit 924e762

Browse files
authored
Merge pull request #188 from Normo/prepare-release-v3.3.0
Prepare release v3.3.0
2 parents 2e07ff1 + 8f3c4ed commit 924e762

File tree

4 files changed

+73
-1
lines changed

4 files changed

+73
-1
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Changelog
22

3+
## [v3.3.0](https://github.com/hifis-net/ansible-role-unattended-upgrades/tree/v3.3.0) (2024-03-01)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-role-unattended-upgrades/compare/v3.2.1...v3.3.0)
6+
7+
**Closed issues:**
8+
9+
- Allow roles to run with INJECT\_FACTS\_AS\_VARS set to false [\#185](https://github.com/hifis-net/ansible-role-unattended-upgrades/issues/185)
10+
- Fix badges with Ansible Galaxy NG [\#174](https://github.com/hifis-net/ansible-role-unattended-upgrades/issues/174)
11+
- 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)
12+
13+
**Merged pull requests:**
14+
15+
- ci: install a recent podman version [\#190](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/190) ([Normo](https://github.com/Normo))
16+
- 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))
17+
- 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))
18+
- 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))
19+
- 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))
20+
- 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))
21+
- 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))
22+
- 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))
23+
- 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))
24+
- 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))
25+
- 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))
26+
- 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))
27+
- fix: make ansible galaxy badges work again [\#175](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/175) ([tobiashuste](https://github.com/tobiashuste))
28+
- 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))
29+
- 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))
30+
- 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))
31+
- 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))
32+
333
## [v3.2.1](https://github.com/hifis-net/ansible-role-unattended-upgrades/tree/v3.2.1) (2023-11-03)
434

535
[Full Changelog](https://github.com/hifis-net/ansible-role-unattended-upgrades/compare/v3.2.0...v3.2.1)
@@ -14,6 +44,7 @@
1444

1545
**Merged pull requests:**
1646

47+
- 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))
1748
- fix: reformat allowed origins pattern [\#160](https://github.com/hifis-net/ansible-role-unattended-upgrades/pull/160) ([Normo](https://github.com/Normo))
1849
- 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))
1950
- 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))

CITATION.cff

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# SPDX-FileCopyrightText: 2024 Helmholtz Centre for Environmental Research (UFZ)
2+
# SPDX-FileCopyrightText: 2024 Helmholtz-Zentrum Dresden - Rossendorf (HZDR)
3+
4+
# SPDX-License-Identifier: GPL-2.0-or-later
5+
6+
cff-version: '1.2.0'
7+
title: 'hifis.unattended_upgrades Ansible role'
8+
message: >-
9+
"If you use this Ansible role, please cite it as
10+
below."
11+
abstract: >-
12+
Ansible role to install and setup unattended-upgrades for
13+
Ubuntu and Debian, to periodically install security upgrades.
14+
type: 'software'
15+
authors:
16+
- given-names: 'Norman'
17+
family-names: 'Ziegner'
18+
19+
affiliation: >-
20+
Helmholtz Centre for Environmental Research
21+
GmbH - UFZ
22+
orcid: 'https://orcid.org/0000-0001-7579-216X'
23+
- given-names: 'Tobias'
24+
family-names: 'Huste'
25+
26+
affiliation: >-
27+
Helmholtz-Zentrum Dresden-Rossendorf e. V.
28+
(HZDR)
29+
orcid: 'https://orcid.org/0000-0002-5590-7473'
30+
- given-names: 'Christian'
31+
family-names: 'Hüser'
32+
33+
affiliation: >-
34+
Helmholtz-Zentrum Dresden-Rossendorf e. V.
35+
(HZDR)
36+
orcid: 'https://orcid.org/0000-0002-5028-6663'
37+
repository-code: 'https://github.com/hifis-net/ansible-role-unattended-upgrades'
38+
repository-artifact: 'https://galaxy.ansible.com/hifis/unattended_upgrades'
39+
version: 'v3.3.0'
40+
date-released: '2024-03-01'

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,3 +279,4 @@ project:
279279
* [turikhay](https://github.com/turikhay)
280280
* [mabed](https://github.com/mabed-fr)
281281
* [pgassmann](https://github.com/pgassmann)
282+
* [kennethso168](https://github.com/kennethso168)

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ galaxy_info:
44
author: "hifis"
55
description: "Setup unattended-upgrades on Debian-based systems"
66
license: "GPLv2"
7-
min_ansible_version: "2.13"
7+
min_ansible_version: "2.14"
88
platforms:
99
- name: "Ubuntu"
1010
versions:

0 commit comments

Comments
 (0)