Skip to content

Commit b9c4d4a

Browse files
committed
Prepare release version 6.3.1
Signed-off-by: Norman Ziegner <[email protected]>
1 parent 94f3492 commit b9c4d4a

File tree

5 files changed

+19
-5
lines changed

5 files changed

+19
-5
lines changed

CHANGELOG.md

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

3+
## [v6.3.1](https://github.com/hifis-net/ansible-collection-toolkit/tree/v6.3.1) (2025-11-28)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v6.3.0...v6.3.1)
6+
7+
**Closed issues:**
8+
9+
- Check for batched background migrations to be finished [\#247](https://github.com/hifis-net/ansible-collection-toolkit/issues/247) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)]
10+
11+
**Merged pull requests:**
12+
13+
- gitlab: fix check for batched background migrations [\#533](https://github.com/hifis-net/ansible-collection-toolkit/pull/533) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([Normo](https://github.com/Normo))
14+
- gitlab-runner: Bump fleeting-plugin-openstack to v0.33.0 [\#532](https://github.com/hifis-net/ansible-collection-toolkit/pull/532) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([Normo](https://github.com/Normo))
15+
- gitlab-runner: Fix empty gitlab\_runner\_version evaluation in version test [\#531](https://github.com/hifis-net/ansible-collection-toolkit/pull/531) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([Normo](https://github.com/Normo))
16+
317
## [v6.3.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v6.3.0) (2025-11-26)
418

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

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: v6.3.0'
40-
date-released: '2025-11-26'
39+
version: v6.3.1'
40+
date-released: '2025-11-28'

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
[project]
77
name = "ansible-collection-toolkit"
8-
version = "6.3.0"
8+
version = "6.3.1"
99
description = "This collection provides production-ready Ansible roles used for providing services used in research and by research software engineers, but not exclusively."
1010
readme = "README.md"
1111
requires-python = ">=3.11"

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)