v1.2.1 (2024-05-22)
Merged pull requests:
- Bump yamllint from 1.34.0 to 1.35.1 #93 (dependabot[bot])
- Bump molecule from 6.0.3 to 24.2.0 #91 (dependabot[bot])
- Bump molecule-plugins from 23.5.0 to 23.5.3 #90 (dependabot[bot])
- Bump ansible-lint from 6.22.2 to 24.2.0 #89 (dependabot[bot])
- Bump yamllint from 1.33.0 to 1.34.0 #88 (dependabot[bot])
- Bump ansible from 9.1.0 to 9.2.0 #87 (dependabot[bot])
- Bump reuse from 3.0.0 to 3.0.1 #86 (dependabot[bot])
- Bump ansible-lint from 6.22.1 to 6.22.2 #85 (dependabot[bot])
- Bump reuse from 2.1.0 to 3.0.0 #84 (dependabot[bot])
- Bump molecule from 6.0.2 to 6.0.3 #83 (dependabot[bot])
v1.2.0 (2023-12-13)
Implemented enhancements:
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:
- Bump ansible from 9.0.1 to 9.1.0 #82 (dependabot[bot])
- chore: bump keepalived version from 2.2.7 to 2.2.8 #81 (Normo)
- Bump ansible from 8.5.0 to 9.0.1 #80 (dependabot[bot])
- chore: add github changelog generator config #79 (Normo)
- Add CODEOWNERS file #78 (Normo)
- Add CITATION.cff #76 (Normo)
- ci: make ci workflow working again #73 (Normo)
- Bump ansible-lint from 6.8.4 to 6.8.6 #50 (dependabot[bot])
- Bump ansible-lint from 6.8.3 to 6.8.4 #48 (dependabot[bot])
- Bump ansible-lint from 6.8.2 to 6.8.3 #47 (dependabot[bot])
- Bump molecule from 4.0.2 to 4.0.3 #46 (dependabot[bot])
- Bump molecule from 4.0.1 to 4.0.2 #44 (dependabot[bot])
- Bump ansible-lint from 6.4.0 to 6.8.2 #43 (dependabot[bot])
- Bump ansible from 6.2.0 to 6.5.0 #42 (dependabot[bot])
- Bump molecule-podman from 2.0.2 to 2.0.3 #39 (dependabot[bot])
- Bump yamllint from 1.27.1 to 1.28.0 #34 (dependabot[bot])
- Add support for Ubuntu 22.04 #29 (tobiashuste)
- Use molecule-podman instead of molecule-docker #28 (tobiashuste)
- Bump ansible from 5.7.1 to 6.2.0 #25 (dependabot[bot])
- Bump ansible-lint from 6.0.2 to 6.4.0 #24 (dependabot[bot])
- Bump molecule from 3.6.1 to 4.0.1 #23 (dependabot[bot])
- Bump yamllint from 1.26.3 to 1.27.1 #21 (dependabot[bot])
- Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1 #15 (dependabot[bot])
- Bump reuse from 0.14.0 to 1.0.0 #14 (dependabot[bot])
- Bump ansible from 5.6.0 to 5.7.1 #9 (dependabot[bot])
- Add badges to README #7 (tobiashuste)
- Bump ansible-lint from 5.4.0 to 6.0.2 #5 (dependabot[bot])
- Bump ansible from 5.4.0 to 5.6.0 #3 (dependabot[bot])
- Implement CI pipeline via GitHub Actions #1 (tobiashuste)
- Fix failing CI pipeline (!57 by tobiashuste).
- Install Keepalived 2.2.7 by default (!58 by christian.hueser.hzdr).
1.1.1 - 2021-07-08
- Fix failing built of Keepalived from source with module make in initial dry-runs (!55 by christian.hueser.hzdr).
1.1.0 - 2021-06-28
- 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
- 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
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.
- Put sysconfig file into config directory (!12 by christian.hueser.hzdr)
- Simplify systemd config reload (!30 by Normo).
- Use a temporary directory as build directory (!34 by Normo).
- 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
0.3.0 - 2020-09-25
- Enable keepalived process tracking (!19 by tobiashuste).
- Make CI jobs interruptible to support auto-cancellation (!21 by tobiashuste).
- Cache pipenv dependencies in .gitlab-ci.yml (!22 by tobiashuste)
- Fix runtime directory not being available after reboot (!20 by tobiashuste).
0.2.1 - 2020-08-20
- Fix mandatory variables check for
keepalived_virtual_ipaddress_configs
(!17 by tobiashuste).
0.2.0 - 2020-08-18
- Optionally allow to specify multiple virtual IP addresses (!16 by tobiashuste).
0.1.0 - 2020-08-14
Initial release of the Ansible Keepalived Role.
* This Changelog was automatically generated by github_changelog_generator