Skip to content

Latest commit

 

History

History
247 lines (180 loc) · 14.1 KB

File metadata and controls

247 lines (180 loc) · 14.1 KB

Changelog

v1.2.1 (2024-05-22)

Full Changelog

Merged pull requests:

v1.2.0 (2023-12-13)

Full Changelog

Implemented enhancements:

  • Switch to molecule-podman instead of molecule-docker #27
  • Add badges to README #6

Fixed bugs:

  • Specify which paths to lint with ansible-lint in the molecule lint stage #45

Closed issues:

  • Add GitHub Changelog generator config #77
  • Add CODEOWNERS file #75
  • Add CITATION.cff #74
  • Add support for Ubuntu 22.04 #26

Merged pull requests:

Fixed

Changed

1.1.1 - 2021-07-08

List of commits

Fixed

1.1.0 - 2021-06-28

List of commits

Added

  • Automate Ansible Galaxy role import (!50 by Normo).

Changed

  • Bump keepalived from 2.2.1 to 2.2.2 (!53 by Normo).
  • Use FQDN for Ansible modules (!52 by Normo).
  • Make a dry-run part of molecule default scenario (!49 by Normo).

1.0.0 - 2021-01-26

List of commits

Added

  • Add keepalived config verification task (!42 by Normo).

Changed

  • Resolve "Refactor file path variables" (!35 by Normo).
  • Set keepalived 2.2.1 as default version (!37 by Normo).
  • Remove keepalived user and group (!39 by Normo).
  • Update role meta information (!38 by Normo).
  • Rename default branch to 'main' (!41 by Normo).
  • Update virtual env packages (!43 by Normo).
  • Add variable to configure max_auto_priority (!44 by Normo).

0.5.0 - 2021-01-21

List of commits

Upgrade notes

The keepalived executable has been moved from the build directory /usr/local/src/keepalived-x.y.z/sbin/keepalived to /usr/local/sbin/keepalived. Due to this fact, the build directory of the previous version is not removed during an upgrade. This needs to be done manually.

Changed

Fixed

  • Resolve "Upgrading Keepalived executable does not work as expected due to wrong path variables" (!32 by christian.hueser.hzdr).

0.4.0 - 2020-11-11

List of commits

Added

0.3.0 - 2020-09-25

List of commits

Changed

Fixed

  • Fix runtime directory not being available after reboot (!20 by tobiashuste).

0.2.1 - 2020-08-20

List of commits

Fixed

  • Fix mandatory variables check for keepalived_virtual_ipaddress_configs (!17 by tobiashuste).

0.2.0 - 2020-08-18

List of commits

Added

  • Optionally allow to specify multiple virtual IP addresses (!16 by tobiashuste).

0.1.0 - 2020-08-14

Added

Initial release of the Ansible Keepalived Role.

* This Changelog was automatically generated by github_changelog_generator