Skip to content

Latest commit

 

History

History
325 lines (215 loc) · 34 KB

CHANGELOG.md

File metadata and controls

325 lines (215 loc) · 34 KB

Changelog

v5.2.1 (2025-01-23)

Full Changelog

Fixed bugs:

  • Ensure gitlab-runner and helper-images have the same version #381 [gitlab_runner]
  • [gitlab-runner] Manual installation from a deb file fails for version >=17.7.0 #375
  • Fix gitlab molecule tests #367 [gitlab]
  • Ensure gitlab-runner and helper-images have the same version #380 [gitlab_runner] (Normo)
  • Support manual deb file installation for gitlab-runner version 17.7 or greater #373 [gitlab_runner] (Normo)

Closed issues:

  • Custom yamllint configurationis incompatible with ansible-lint #371

Merged pull requests:

v5.2.0 (2025-01-16)

Full Changelog

Fixed bugs:

Merged pull requests:

v5.1.1 (2025-01-03)

Full Changelog

Fixed bugs:

Merged pull requests:

v5.1.0 (2024-11-08)

Full Changelog

Closed issues:

  • Drop support for Debian 10 Buster #333
  • Drop support for ansible 2.15 #332

Merged pull requests:

v5.0.0 (2024-10-10)

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

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

Full Changelog

Implemented enhancements:

Merged pull requests:

v4.6.0 (2024-07-12)

Full Changelog

Implemented enhancements:

Merged pull requests:

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