Skip to content

Latest commit

 

History

History
152 lines (100 loc) · 15.4 KB

CHANGELOG.md

File metadata and controls

152 lines (100 loc) · 15.4 KB

Changelog

v4.5.0 (2024-06-19)

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.4.0 (2024-06-18)

Full Changelog

Implemented enhancements:

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

Merged pull requests:

v4.3.0 (2024-06-04)

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.2.0 (2024-05-23)

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:

  • Version 3.3.0 doesn't seem to be available on ansible galaxy #201
  • 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

Merged pull requests:

v4.1.0 (2024-05-16)

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 (2024-05-08)

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