Skip to content

Commit ba1cc29

Browse files
authored
Merge pull request #383 from tobiashuste/prepare-release-5-2-1
Release version 5.2.1
2 parents 9dcad54 + 9ccc14c commit ba1cc29

File tree

3 files changed

+29
-3
lines changed

3 files changed

+29
-3
lines changed

CHANGELOG.md

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

3+
## [v5.2.1](https://github.com/hifis-net/ansible-collection-toolkit/tree/v5.2.1) (2025-01-23)
4+
5+
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v5.2.0...v5.2.1)
6+
7+
**Fixed bugs:**
8+
9+
- Ensure gitlab-runner and helper-images have the same version [\#381](https://github.com/hifis-net/ansible-collection-toolkit/issues/381) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)]
10+
- \[gitlab-runner\] Manual installation from a deb file fails for version \>=17.7.0 [\#375](https://github.com/hifis-net/ansible-collection-toolkit/issues/375)
11+
- Fix gitlab molecule tests [\#367](https://github.com/hifis-net/ansible-collection-toolkit/issues/367) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)]
12+
- Ensure gitlab-runner and helper-images have the same version [\#380](https://github.com/hifis-net/ansible-collection-toolkit/pull/380) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([Normo](https://github.com/Normo))
13+
- Support manual deb file installation for gitlab-runner version 17.7 or greater [\#373](https://github.com/hifis-net/ansible-collection-toolkit/pull/373) [[gitlab_runner](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab_runner)] ([Normo](https://github.com/Normo))
14+
15+
**Closed issues:**
16+
17+
- Custom yamllint configurationis incompatible with ansible-lint [\#371](https://github.com/hifis-net/ansible-collection-toolkit/issues/371)
18+
19+
**Merged pull requests:**
20+
21+
- Rename elasticsearch\_url variable [\#377](https://github.com/hifis-net/ansible-collection-toolkit/pull/377) [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] ([tobiashuste](https://github.com/tobiashuste))
22+
- Do not run search index rebuild by default [\#376](https://github.com/hifis-net/ansible-collection-toolkit/pull/376) [[zammad](https://github.com/hifis-net/ansible-collection-toolkit/labels/zammad)] ([tobiashuste](https://github.com/tobiashuste))
23+
- Fix incompatibilities with ansible-lint in custom yamllint config [\#372](https://github.com/hifis-net/ansible-collection-toolkit/pull/372) [[unattended_upgrades](https://github.com/hifis-net/ansible-collection-toolkit/labels/unattended_upgrades)] ([Normo](https://github.com/Normo))
24+
- Bump ansible/ansible-lint from 24.12.2 to 25.1.0 [\#370](https://github.com/hifis-net/ansible-collection-toolkit/pull/370) ([dependabot[bot]](https://github.com/apps/dependabot))
25+
- Bump ansible-lint from 24.12.2 to 25.1.0 [\#369](https://github.com/hifis-net/ansible-collection-toolkit/pull/369) ([dependabot[bot]](https://github.com/apps/dependabot))
26+
- Fix failing GitLab KAS in molecule test [\#368](https://github.com/hifis-net/ansible-collection-toolkit/pull/368) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([Normo](https://github.com/Normo))
27+
- Make sure to not output sensitive information [\#365](https://github.com/hifis-net/ansible-collection-toolkit/pull/365) [[gitlab](https://github.com/hifis-net/ansible-collection-toolkit/labels/gitlab)] ([tobiashuste](https://github.com/tobiashuste))
28+
329
## [v5.2.0](https://github.com/hifis-net/ansible-collection-toolkit/tree/v5.2.0) (2025-01-16)
430

531
[Full Changelog](https://github.com/hifis-net/ansible-collection-toolkit/compare/v5.1.1...v5.2.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: v5.2.0'
40-
date-released: '2025-01-16'
39+
version: v5.2.1'
40+
date-released: '2025-01-23'

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

0 commit comments

Comments
 (0)