Skip to content

Commit bb86146

Browse files
committed
Prepare release of version 4.8.0
1 parent a4b34d8 commit bb86146

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGELOG.md

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

3+
## [v4.8.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.8.0) (2024-08-27)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.7.0...v4.8.0)
6+
7+
**Implemented enhancements:**
8+
9+
- Support docker host parameter to allow Podman support [\#312](https://github.com/hifis-net/ansible-collection-toolkit/pull/312) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([tobiashuste](https://github.com/tobiashuste))
10+
- Allow to customize butane config file [\#311](https://github.com/hifis-net/ansible-collection-toolkit/pull/311) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([tobiashuste](https://github.com/tobiashuste))
11+
12+
**Fixed bugs:**
13+
14+
- Add parameter to use specified configuration file [\#310](https://github.com/hifis-net/ansible-collection-toolkit/pull/310) [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([boerngen-schmidt-next](https://github.com/boerngen-schmidt-next))
15+
16+
**Closed issues:**
17+
18+
- Link to SSH keys role in README results in 404 [\#306](https://github.com/hifis-net/ansible-collection-toolkit/issues/306)
19+
20+
**Merged pull requests:**
21+
22+
- Bump molecule from 24.7.0 to 24.8.0 [\#309](https://github.com/hifis-net/ansible-collection-toolkit/pull/309) ([dependabot[bot]](https://github.com/apps/dependabot))
23+
- Fix link to SSH keys role in README [\#308](https://github.com/hifis-net/ansible-collection-toolkit/pull/308) ([tobiashuste](https://github.com/tobiashuste))
24+
- Bump ansible from 10.2.0 to 10.3.0 [\#307](https://github.com/hifis-net/ansible-collection-toolkit/pull/307) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
326
## [v4.7.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v4.7.0) (2024-08-12)
427

528
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v4.6.0...v4.7.0)
@@ -11,6 +34,7 @@
1134

1235
**Merged pull requests:**
1336

37+
- Prepare release of version 4.7.0 [\#304](https://github.com/hifis-net/ansible-collection-toolkit/pull/304) ([tobiashuste](https://github.com/tobiashuste))
1438
- 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))
1539
- 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))
1640
- 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))

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.7.0'
40-
date-released: '2024-08-12'
39+
version: v4.8.0'
40+
date-released: '2024-08-27'

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.7.0'
8+
version: '4.8.0'
99
readme: 'README.md'
1010
authors:
1111
- 'HIFIS Software Services <[email protected]>'

0 commit comments

Comments
 (0)