Skip to content

Commit 1692df9

Browse files
authored
Merge pull request #224 from Normo/prepate-release-v4.1.0
Prepare release version 4.1.0
2 parents 7c14225 + 1352bda commit 1692df9

File tree

8 files changed

+40
-16
lines changed

8 files changed

+40
-16
lines changed

CHANGELOG.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## [v4.1.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.1.0) (2024-05-16)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.0.0...v4.1.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Include hifis.keepalived role into collection [\#214](https://github.com/hifis-net/ansible-collection-toolkit/issues/214)
10+
- Include hifis.ssh-keys role into collection [\#212](https://github.com/hifis-net/ansible-collection-toolkit/issues/212)
11+
- Include hifis.gitlab\_runner role into collection [\#210](https://github.com/hifis-net/ansible-collection-toolkit/issues/210)
12+
13+
**Closed issues:**
14+
15+
- Configure Dependabot to update dependencies in prepare action [\#217](https://github.com/hifis-net/ansible-collection-toolkit/issues/217)
16+
17+
**Merged pull requests:**
18+
19+
- Always run ansible-lint in GitHub Actions [\#221](https://github.com/hifis-net/ansible-collection-toolkit/pull/221) ([tobiashuste](https://github.com/tobiashuste))
20+
- chore\(deps-dev\): bump ansible-lint from 24.2.3 to 24.5.0 [\#220](https://github.com/hifis-net/ansible-collection-toolkit/pull/220) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
- chore\(deps\): bump ansible/ansible-lint from 24.2.3 to 24.5.0 [\#219](https://github.com/hifis-net/ansible-collection-toolkit/pull/219) ([dependabot[bot]](https://github.com/apps/dependabot))
22+
- Make sure to update prepare-action via Dependabot [\#218](https://github.com/hifis-net/ansible-collection-toolkit/pull/218) ([tobiashuste](https://github.com/tobiashuste))
23+
- Integrate gitlab\_runner role into hifis toolkit [\#216](https://github.com/hifis-net/ansible-collection-toolkit/pull/216) ([tobiashuste](https://github.com/tobiashuste))
24+
- Add hifis.keepalived role [\#215](https://github.com/hifis-net/ansible-collection-toolkit/pull/215) ([Normo](https://github.com/Normo))
25+
- Add hifis.ssh\_keys role [\#213](https://github.com/hifis-net/ansible-collection-toolkit/pull/213) ([Normo](https://github.com/Normo))
26+
327
## [v4.0.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.0.0) (2024-05-08)
428

529
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v3.3.0...v4.0.0)
@@ -30,11 +54,11 @@ To continue using the [`unattended_upgrades`](roles/unattended_upgrades) role as
3054
3155
**Merged pull requests:**
3256
33-
- Prepare release version 4.0.0 [\#209](https://github.com/hifis-net/ansible-collection-toolkit/pull/209) ([Normo](https://github.com/Normo))
3457
- chore\(deps\): bump ansible/ansible-lint from 24.2.1 to 24.2.3 [\#208](https://github.com/hifis-net/ansible-collection-toolkit/pull/208) ([dependabot[bot]](https://github.com/apps/dependabot))
58+
- chore\(deps-dev\): bump ansible-lint from 24.2.0 to 24.2.1 [\#194](https://github.com/hifis-net/ansible-collection-toolkit/pull/194) ([dependabot[bot]](https://github.com/apps/dependabot))
59+
- Prepare release version 4.0.0 [\#209](https://github.com/hifis-net/ansible-collection-toolkit/pull/209) ([Normo](https://github.com/Normo))
3560
- chore\(deps\): bump ansible from 9.3.0 to 9.5.1 [\#204](https://github.com/hifis-net/ansible-collection-toolkit/pull/204) ([dependabot[bot]](https://github.com/apps/dependabot))
3661
- Release version 4.0.0 [\#198](https://github.com/hifis-net/ansible-collection-toolkit/pull/198) ([Normo](https://github.com/Normo))
37-
- chore\(deps-dev\): bump ansible-lint from 24.2.0 to 24.2.1 [\#194](https://github.com/hifis-net/ansible-collection-toolkit/pull/194) ([dependabot[bot]](https://github.com/apps/dependabot))
3862
3963
4064

CITATION.cff

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ authors:
3535
(HZDR)
3636
orcid: 'https://orcid.org/0000-0002-5028-6663'
3737
repository-code: 'https://github.com/hifis-net/ansible-collection-toolkit'
38-
repository-artifact: 'https://galaxy.ansible.com/hifis/unattended_upgrades'
39-
version: 'v4.0.0'
40-
date-released: '2024-05-08'
38+
repository-artifact: 'https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/'
39+
version: 'v4.1.0'
40+
date-released: '2024-05-16'

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ software engineers, but not exclusively. The following use cases are supported:
2424
* Help desk:
2525
* [**Zammad**](roles/zammad)
2626
* High Availability (HA) / Load Balancing:
27-
* [HAProxy](https://github.com/hifis-net/ansible-role-haproxy) (*coming soon!*)
27+
* [HAProxy](https://github.com/hifis-net/ansible-role-haproxy) (**coming soon!**)
2828
* [**Keepalived**](roles/keepalived)
2929
* OS-related:
3030
* [**unattended-upgrades**](roles/unattended_upgrades)
31-
* [netplan](https://github.com/hifis-net/ansible-role-gitlab-netplan) (*coming soon!*)
31+
* [netplan](https://github.com/hifis-net/ansible-role-netplan) (**coming soon!**)
3232
* distribute authorized [**SSH keys**](role/ssh_keys) to users
3333

3434
## Minimum required Ansible-version
@@ -53,4 +53,4 @@ Apache-2.0
5353

5454
## Author
5555

56-
This role is maintained by [HIFIS Software Services](https://www.hifis.net/).
56+
This collection is maintained by [HIFIS Software Services](https://hifis.net/).

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

roles/keepalived/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-FileCopyrightText: 2022 Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
55
SPDX-License-Identifier: Apache-2.0
66
-->
77

8-
# hifis.keepalived Role
8+
# `hifis.toolkit.keepalived` Ansible Role
99

1010
[![CI Status](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/keepalived.yml/badge.svg)](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/keepalived.yml)
1111

@@ -336,4 +336,4 @@ Note: This role is intended for use with, but not limited to, the
336336

337337
## Author Information
338338

339-
This role was created by [HIFIS Software Services](https://www.hifis.net)
339+
This role was created by [HIFIS Software Services](https://hifis.net)

roles/ssh_keys/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
55
SPDX-License-Identifier: Apache-2.0
66
-->
77

8-
# hifis.ssh_keys Ansible Role
8+
# `hifis.toolkit.ssh_keys` Ansible Role
99

1010
[![CI Status](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/ssh_keys.yml/badge.svg)](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/ssh_keys.yml)
1111

roles/unattended_upgrades/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SPDX-FileCopyrightText: Jan Vlnas
66
SPDX-License-Identifier: GPL-2.0-or-later
77
-->
88

9-
# hifis.unattended_upgrades Ansible Role
9+
# `hifis.toolkit.unattended_upgrades` Ansible Role
1010

1111
[![CI status](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/unattended_upgrades.yml/badge.svg)](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/unattended_upgrades.yml)
1212

@@ -282,7 +282,7 @@ unattended_origins_patterns: []
282282

283283
## Author
284284

285-
This role is maintained by [HIFIS Software Services](https://www.hifis.net/)
285+
This role is maintained by [HIFIS Software Services](https://hifis.net/)
286286
and was originally forked from [jnv/ansible-role-unattended-upgrades](https://github.com/jnv/ansible-role-unattended-upgrades),
287287
created by [Jan Vlnas](https://github.com/jnv).
288288

roles/zammad/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SPDX-FileCopyrightText: Helmholtz-Zentrum Dresden-Rossendorf (HZDR)
55
SPDX-License-Identifier: MIT
66
-->
77

8-
# hifis.zammad Ansible Role
8+
# `hifis.toolkit.zammad` Ansible Role
99

1010
[![CI Status](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/zammad.yml/badge.svg)](https://github.com/hifis-net/ansible-collection-toolkit/actions/workflows/zammad.yml)
1111
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/hifis-net/ansible-collection-toolkit/blob/main/LICENSES/MIT.txt)
@@ -141,4 +141,4 @@ MIT
141141

142142
## Author Information
143143

144-
This role was created in 2020 by [HIFIS Software Services](https://hifis.net/).
144+
This role was created by [HIFIS Software Services](https://hifis.net/).

0 commit comments

Comments
 (0)