diff --git a/CHANGELOG.md b/CHANGELOG.md index 10628210..d0619842 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,21 @@ # Changelog -## [6.1.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/6.1.0) (2025-08-12) +## [6.1.1](https://github.com/hifis-net/ansible-collection-toolkit/tree/6.1.1) (2025-08-13) -[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v6.0.1...6.1.0) +[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v6.1.0...6.1.1) + +**Fixed bugs:** + +- Fix registry db migrations not executed upon gitlab upgrades [\#459](https://github.com/hifis-net/ansible-collection-toolkit/pull/459) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([tobiashuste](https://github.com/tobiashuste)) + +**Merged pull requests:** + +- Bump ansible from 11.8.0 to 11.9.0 [\#460](https://github.com/hifis-net/ansible-collection-toolkit/pull/460) ([dependabot[bot]](https://github.com/apps/dependabot)) +- Bump actions/checkout from 4 to 5 [\#458](https://github.com/hifis-net/ansible-collection-toolkit/pull/458) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] [[ssh_keys](https://github.com/hifis-net/ansible-collection-toolkit/labels/ssh_keys)] [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] [[keepalived](https://github.com/hifis-net/ansible-collection-toolkit/labels/keepalived)] [[haproxy](https://github.com/hifis-net/ansible-collection-toolkit/labels/haproxy)] [[netplan](https://github.com/hifis-net/ansible-collection-toolkit/labels/netplan)] [[redis](https://github.com/hifis-net/ansible-collection-toolkit/labels/redis)] [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([dependabot[bot]](https://github.com/apps/dependabot)) + +## [v6.1.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v6.1.0) (2025-08-12) + +[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v6.0.1...v6.1.0) **Implemented enhancements:** @@ -11,6 +24,7 @@ **Merged pull requests:** +- Prepare release 6.1.0 [\#456](https://github.com/hifis-net/ansible-collection-toolkit/pull/456) ([tobiashuste](https://github.com/tobiashuste)) - Bump yamllint from 1.35.1 to 1.37.1 [\#453](https://github.com/hifis-net/ansible-collection-toolkit/pull/453) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump molecule from 25.3.1 to 25.7.0 [\#452](https://github.com/hifis-net/ansible-collection-toolkit/pull/452) ([dependabot[bot]](https://github.com/apps/dependabot)) - Bump ansible-lint from 25.1.3 to 25.7.0 [\#451](https://github.com/hifis-net/ansible-collection-toolkit/pull/451) ([dependabot[bot]](https://github.com/apps/dependabot)) diff --git a/CITATION.cff b/CITATION.cff index a48c33b8..30167e00 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -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: v6.1.0' -date-released: '2025-08-12' +version: v6.1.1' +date-released: '2025-08-13' diff --git a/galaxy.yml b/galaxy.yml index 4672a441..08571d0f 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -5,7 +5,7 @@ namespace: 'hifis' name: 'toolkit' -version: '6.1.0' +version: '6.1.1' readme: 'README.md' authors: - 'HIFIS Software Services ' diff --git a/pyproject.toml b/pyproject.toml index bb608bdb..07e599df 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ [project] name = "ansible-collection-toolkit" -version = "6.1.0" +version = "6.1.1" description = "This collection provides production-ready Ansible roles used for providing services used in research and by research software engineers, but not exclusively." readme = "README.md" requires-python = ">=3.11" diff --git a/uv.lock b/uv.lock index df9fb74b..653a7a25 100644 --- a/uv.lock +++ b/uv.lock @@ -20,7 +20,7 @@ wheels = [ [[package]] name = "ansible-collection-toolkit" -version = "6.1.0" +version = "6.1.1" source = { virtual = "." } dependencies = [ { name = "ansible" },