This repository has been archived by the owner on May 22, 2024. It is now read-only.
Releases: hifis-net/ansible-role-keepalived
Releases · hifis-net/ansible-role-keepalived
Deprecation Notice
The role has been migrated to the hifis.toolkit
collection:
- https://github.com/hifis-net/ansible-collection-toolkit
- https://galaxy.ansible.com/ui/repo/published/hifis/toolkit/
You can install the collection and include the role in your playbook as followed:
ansible-galaxy collection install hifis.toolkit
- hosts: servers
roles:
- role: hifis.toolkit.keepalived
v1.2.0
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)
Fixed
- Fix failing CI pipeline (!57 by tobiashuste).
Changed
- Install Keepalived 2.2.7 by default (!58 by christian.hueser.hzdr).