Skip to content

Commit bb3eca4

Browse files
Merge pull request #265 from Normo/prepare-release-v4.3.0
Prepare release version 4.3.0
2 parents d0593e6 + 9c046b8 commit bb3eca4

File tree

13 files changed

+19
-16
lines changed

13 files changed

+19
-16
lines changed

CHANGELOG.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,27 @@
11
# Changelog
22

3-
## [Unreleased](https://github.com/hifis-net/ansible-collection-toolkit/tree/HEAD)
3+
## [v4.3.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.3.0) (2024-06-04)
44

5-
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.2.0...HEAD)
5+
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.2.0...v4.3.0)
66

77
**Implemented enhancements:**
88

99
- Add Debian 12 Bookworm support for ssh\_keys role [\#263](https://github.com/hifis-net/ansible-collection-toolkit/issues/263) [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)]
1010
- Bump keepalived to version 2.3.1 [\#262](https://github.com/hifis-net/ansible-collection-toolkit/issues/262) [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)]
1111
- Support HAProxy 2.8 [\#254](https://github.com/hifis-net/ansible-collection-toolkit/issues/254) [[haproxy](https://github.com/hifis-net/ansible-collection-toolkit/labels/haproxy)]
1212
- Add Debain support [\#243](https://github.com/hifis-net/ansible-collection-toolkit/issues/243) [[haproxy](https://github.com/hifis-net/ansible-collection-toolkit/labels/haproxy)]
13+
- Add second test instance to molecule unattended\_upgrades scenario [\#122](https://github.com/hifis-net/ansible-collection-toolkit/issues/122) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)]
14+
- Add issue templates [\#264](https://github.com/hifis-net/ansible-collection-toolkit/pull/264) ([Normo](https://github.com/Normo))
15+
- Add support for Ubuntu 24.04 [\#253](https://github.com/hifis-net/ansible-collection-toolkit/pull/253) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] [[netplan](https://github.com/hifis-net/ansible-collection-toolkit/labels/netplan)] [[redis](https://github.com/hifis-net/ansible-collection-toolkit/labels/redis)] ([Normo](https://github.com/Normo))
1316

1417
**Merged pull requests:**
1518

1619
- Bump netaddr from 1.2.1 to 1.3.0 [\#261](https://github.com/hifis-net/ansible-collection-toolkit/pull/261) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- Add second test instance to unattended\_upgrades molecule scenario [\#260](https://github.com/hifis-net/ansible-collection-toolkit/pull/260) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] ([Normo](https://github.com/Normo))
1721
- Bump keepalived from version 2.3.0 to 2.3.1 [\#259](https://github.com/hifis-net/ansible-collection-toolkit/pull/259) [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([Normo](https://github.com/Normo))
1822
- Add Debian Support for HAProxy role [\#258](https://github.com/hifis-net/ansible-collection-toolkit/pull/258) [[haproxy](https://github.com/hifis-net/ansible-collection-toolkit/labels/haproxy)] ([Normo](https://github.com/Normo))
1923
- Test ssh\_keys role on Debian 12 \(Bookworm\) [\#257](https://github.com/hifis-net/ansible-collection-toolkit/pull/257) [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] ([Normo](https://github.com/Normo))
2024
- Support HAProxy 2.8 [\#255](https://github.com/hifis-net/ansible-collection-toolkit/pull/255) [[haproxy](https://github.com/hifis-net/ansible-collection-toolkit/labels/haproxy)] ([Normo](https://github.com/Normo))
21-
- Add support for Ubuntu 24.04 [\#253](https://github.com/hifis-net/ansible-collection-toolkit/pull/253) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] [[netplan](https://github.com/hifis-net/ansible-collection-toolkit/labels/netplan)] [[redis](https://github.com/hifis-net/ansible-collection-toolkit/labels/redis)] ([Normo](https://github.com/Normo))
2225
- Bump keepalived from version 2.2.8 to 2.3.0 [\#251](https://github.com/hifis-net/ansible-collection-toolkit/pull/251) [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([Normo](https://github.com/Normo))
2326

2427
## [v4.2.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.2.0) (2024-05-23)

CITATION.cff

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ authors:
3636
orcid: 'https://orcid.org/0000-0002-5028-6663'
3737
repository-code: 'https://github.com/hifis-net/ansible-collection-toolkit'
3838
repository-artifact: 'https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/'
39-
version: 'v4.2.0'
40-
date-released: '2024-05-23'
39+
version: 'v4.3.0'
40+
date-released: '2024-06-04'

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ We decided to reuse the unattended_upgrades repository as a collection repo as i
4545

4646
## Minimum required Ansible-version
4747

48-
* Ansible >= 2.14
48+
* Ansible >= 2.15
4949

5050
## Installation
5151

galaxy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
namespace: 'hifis'
77
name: 'toolkit'
8-
version: '4.2.0'
8+
version: '4.3.0'
99
readme: 'README.md'
1010
authors:
1111
- 'HIFIS Software Services <[email protected]>'

meta/runtime.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# SPDX-License-Identifier: Apache-2.0
55

66
---
7-
requires_ansible: '>=2.14.0'
7+
requires_ansible: '>=2.15.0'

roles/gitlab/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ galaxy_info:
1515

1616
license: "Apache-2.0"
1717

18-
min_ansible_version: "2.14"
18+
min_ansible_version: "2.15"
1919

2020
platforms:
2121
- name: "EL"

roles/haproxy/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ galaxy_info:
1414
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
1515

1616
license: "Apache-2.0"
17-
min_ansible_version: "2.14"
17+
min_ansible_version: "2.15"
1818

1919
platforms:
2020
- name: "Ubuntu"

roles/keepalived/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ galaxy_info:
1515
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
1616

1717
license: "Apache-2.0"
18-
min_ansible_version: "2.14"
18+
min_ansible_version: "2.15"
1919

2020
platforms:
2121
- name: "Ubuntu"

roles/netplan/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ galaxy_info:
1414

1515
license: "Apache-2.0"
1616

17-
min_ansible_version: "2.14"
17+
min_ansible_version: "2.15"
1818

1919
platforms:
2020
- name: "Ubuntu"

roles/redis/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ galaxy_info:
1414

1515
license: "Apache-2.0"
1616

17-
min_ansible_version: "2.14"
17+
min_ansible_version: "2.15"
1818

1919
platforms:
2020
- name: "Ubuntu"

roles/ssh_keys/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ galaxy_info:
1313
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
1414

1515
license: "Apache-2.0"
16-
min_ansible_version: "2.14"
16+
min_ansible_version: "2.15"
1717

1818
platforms:
1919
- name: "EL"

roles/unattended_upgrades/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ galaxy_info:
1010
author: "hifis"
1111
description: "Setup unattended-upgrades on Debian-based systems"
1212
license: "GPLv2"
13-
min_ansible_version: "2.14"
13+
min_ansible_version: "2.15"
1414
platforms:
1515
- name: "Ubuntu"
1616
versions:

roles/zammad/meta/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ galaxy_info:
1212
company: "Helmholtz Association of German Research Centres"
1313
license: "MIT"
1414
issue_tracker_url: "https://github.com/hifis-net/ansible-collection-toolkit/issues"
15-
min_ansible_version: "2.14"
15+
min_ansible_version: "2.15"
1616

1717
platforms:
1818
- name: "Ubuntu"

0 commit comments

Comments
 (0)