Skip to content

Commit 6f1f945

Browse files
authored
Merge pull request #304 from tobiashuste/prepare-4-7-0
Prepare release of version 4.7.0
2 parents e6e3a7f + 34c6b4f commit 6f1f945

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-3
lines changed

CHANGELOG.md

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

3+
## [v4.7.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.7.0) (2024-08-12)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.6.0...v4.7.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Support new parameter use\_ignition [\#293](https://github.com/hifis-net/ansible-collection-toolkit/issues/293)
10+
- Install fleeting-plugin-openstack directly from GitHub [\#303](https://github.com/hifis-net/ansible-collection-toolkit/pull/303) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([tobiashuste](https://github.com/tobiashuste))
11+
12+
**Merged pull requests:**
13+
14+
- Install Zammad 6.3.1 by default [\#302](https://github.com/hifis-net/ansible-collection-toolkit/pull/302) [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] ([tobiashuste](https://github.com/tobiashuste))
15+
- Remove support for OS that are EOL [\#301](https://github.com/hifis-net/ansible-collection-toolkit/pull/301) [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([tobiashuste](https://github.com/tobiashuste))
16+
- Support Ubuntu 24.04 and remove 18.04 support [\#299](https://github.com/hifis-net/ansible-collection-toolkit/pull/299) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([tobiashuste](https://github.com/tobiashuste))
17+
- Bump ansible from 10.1.0 to 10.2.0 [\#297](https://github.com/hifis-net/ansible-collection-toolkit/pull/297) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump ansible/ansible-lint from 24.6.0 to 24.7.0 [\#292](https://github.com/hifis-net/ansible-collection-toolkit/pull/292) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Bump ansible-lint from 24.5.0 to 24.7.0 [\#291](https://github.com/hifis-net/ansible-collection-toolkit/pull/291) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
- Bump molecule from 24.2.1 to 24.7.0 [\#290](https://github.com/hifis-net/ansible-collection-toolkit/pull/290) ([dependabot[bot]](https://github.com/apps/dependabot))
21+
322
## [v4.6.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.6.0) (2024-07-12)
423

524
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.5.0...v4.6.0)
@@ -10,6 +29,7 @@
1029

1130
**Merged pull requests:**
1231

32+
- Prepare release of version 4.6.0 [\#295](https://github.com/hifis-net/ansible-collection-toolkit/pull/295) ([tobiashuste](https://github.com/tobiashuste))
1333
- Bump reuse from 3.0.2 to 4.0.3 [\#289](https://github.com/hifis-net/ansible-collection-toolkit/pull/289) ([dependabot[bot]](https://github.com/apps/dependabot))
1434
- language, spelling [\#287](https://github.com/hifis-net/ansible-collection-toolkit/pull/287) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] ([dnmvisser](https://github.com/dnmvisser))
1535
- Bump fsfe/reuse-action from 3.0.0 to 4.0.0 [\#286](https://github.com/hifis-net/ansible-collection-toolkit/pull/286) ([dependabot[bot]](https://github.com/apps/dependabot))

CITATION.cff

Lines changed: 2 additions & 2 deletions
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.6.0'
40-
date-released: '2024-07-12'
39+
version: v4.7.0'
40+
date-released: '2024-08-12'

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.6.0'
8+
version: '4.7.0'
99
readme: 'README.md'
1010
authors:
1111
- 'HIFIS Software Services <support@hifis.net>'

0 commit comments

Comments
 (0)