Skip to content

Commit 0f2ed3b

Browse files
authored
Merge pull request #395 from Normo/prepare-release-5.3.0
Prepare release version 5.3.0
2 parents 0ae5673 + ba7eb4c commit 0f2ed3b

File tree

3 files changed

+21
-3
lines changed

3 files changed

+21
-3
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## [v5.3.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v5.3.0) (2025-02-18)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v5.2.1...v5.3.0)
6+
7+
**Closed issues:**
8+
9+
- community.general.yaml has been deprecated [\#392](https://github.com/hifis-net/ansible-collection-toolkit/issues/392)
10+
11+
**Merged pull requests:**
12+
13+
- Replace deprecated community.general.yaml [\#393](https://github.com/hifis-net/ansible-collection-toolkit/pull/393) [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] [[redis](https://github.com/hifis-net/ansible-collection-toolkit/labels/redis)] [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([Normo](https://github.com/Normo))
14+
- Convert keepalived\_notification\_email to a list [\#391](https://github.com/hifis-net/ansible-collection-toolkit/pull/391) [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] ([Normo](https://github.com/Normo))
15+
- Bump ansible-lint from 25.1.1 to 25.1.2 [\#390](https://github.com/hifis-net/ansible-collection-toolkit/pull/390) ([dependabot[bot]](https://github.com/apps/dependabot))
16+
- Bump ansible/ansible-lint from 25.1.1 to 25.1.2 [\#389](https://github.com/hifis-net/ansible-collection-toolkit/pull/389) ([dependabot[bot]](https://github.com/apps/dependabot))
17+
- Bump ansible/ansible-lint from 25.1.0 to 25.1.1 [\#388](https://github.com/hifis-net/ansible-collection-toolkit/pull/388) ([dependabot[bot]](https://github.com/apps/dependabot))
18+
- Bump ansible from 11.1.0 to 11.2.0 [\#387](https://github.com/hifis-net/ansible-collection-toolkit/pull/387) ([dependabot[bot]](https://github.com/apps/dependabot))
19+
- Bump ansible-lint from 25.1.0 to 25.1.1 [\#386](https://github.com/hifis-net/ansible-collection-toolkit/pull/386) ([dependabot[bot]](https://github.com/apps/dependabot))
20+
321
## [v5.2.1](https://github.com/hifis-net/ansible-collection-toolkit/tree/v5.2.1) (2025-01-23)
422

523
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v5.2.0...v5.2.1)

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: v5.2.1'
40-
date-released: '2025-01-23'
39+
version: v5.3.0'
40+
date-released: '2025-02-18'

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

0 commit comments

Comments
 (0)