Skip to content

Releases: hifis-net/ansible-collection-toolkit

v5.0.0

10 Oct 13:13
9aeee30
Compare
Choose a tag to compare

Full Changelog

Breaking changes:

Implemented enhancements:

  • hifis.toolkit.gitlab_runner: Support autoscaler boot_time parameter #326 [gitlab_runner]
  • Add support for Ubuntu 24.04 (Noble Numbat) #252

Fixed bugs:

  • hifis.toolkit.netplan Molecule test fails on Ubuntu 24.04 #318

Merged pull requests:

v4.8.0

27 Aug 11:13
9717a3d
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

  • Link to SSH keys role in README results in 404 #306

Merged pull requests:

v4.7.0

12 Aug 07:04
6f1f945
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.6.0

12 Jul 08:27
e83c8d0
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.5.0

19 Jun 13:38
9efab78
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.4.0

18 Jun 08:07
bbf46cb
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Make GitLab DB port configurable in role gitlab #272 [gitlab]

Merged pull requests:

v4.3.0

04 Jun 12:47
9c07b8c
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.2.0

23 May 12:10
v4.2.0
4925480
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Include hifis.gitlab role into collection #240 [gitlab]
  • Include hifis.redis role into collection #236 [redis]
  • Include hifis.netplan into collection #234 [netplan]
  • Include hifis.haproxy into collection #228 [haproxy]

Fixed bugs:

Closed issues:

  • Remove master branch #245
  • Switch to Ubuntu 24.04 image for GitHub Actions hosted runners #231
  • License headers in jinja templates should use jinja style comments #229
  • Version 3.3.0 doesn't seem to be available on ansible galaxy #201

Merged pull requests:

v4.1.0

16 May 13:53
1692df9
Compare
Choose a tag to compare

Full Changelog

Implemented enhancements:

  • Include hifis.keepalived role into collection #214
  • Include hifis.ssh-keys role into collection #212
  • Include hifis.gitlab_runner role into collection #210

Closed issues:

  • Configure Dependabot to update dependencies in prepare action #217

Merged pull requests:

v4.0.0

08 May 12:18
v4.0.0
7144e0c
Compare
Choose a tag to compare

Full Changelog

UPGRADE NOTES:

The hifis.unattended_upgrades role has been migrated to the hifis.toolkit collection. Please ensure that you install the new collection as follows:

ansible-galaxy collection install hifis.toolkit

To continue using the unattended_upgrades role as before, please include it as described:

- hosts: all
  roles:
     - role: hifis.toolkit.unattended_upgrades

Breaking changes:

  • Migrate role to role in a collection #165

Closed issues:

  • Make collection REUSE-compliant #197

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator