Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [v5.3.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v5.3.0) (2025-02-18)

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

**Closed issues:**

- community.general.yaml has been deprecated [\#392](https://github.com/hifis-net/ansible-collection-toolkit/issues/392)

**Merged pull requests:**

- 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))
- 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))
- 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))
- 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))
- 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))
- 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))
- 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))

## [v5.2.1](https://github.com/hifis-net/ansible-collection-toolkit/tree/v5.2.1) (2025-01-23)

[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v5.2.0...v5.2.1)
Expand Down
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ authors:
orcid: 'https://orcid.org/0000-0002-5028-6663'
repository-code: 'https://github.com/hifis-net/ansible-collection-toolkit'
repository-artifact: 'https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/'
version: v5.2.1'
date-released: '2025-01-23'
version: v5.3.0'
date-released: '2025-02-18'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace: 'hifis'
name: 'toolkit'
version: '5.2.1'
version: '5.3.0'
readme: 'README.md'
authors:
- 'HIFIS Software Services <[email protected]>'
Expand Down