chore(deps): update dependency evrardjp.keepalived to v8
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
evrardjp.keepalived | role | major |
6.1.0 -> 8.2.0
|
⚠ WarningSome dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
evrardjp/ansible-keepalived (evrardjp.keepalived)
v8.2.0
What's Changed
- Add useful parameters to vserver and checks by @matchaxnb in https://github.com/evrardjp/ansible-keepalived/pull/292
- Modernize testing by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/294
New Contributors
- @matchaxnb made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/292
Full Changelog: https://github.com/evrardjp/ansible-keepalived/compare/8.1.0...8.2.0
v8.1.0
What's Changed
- implemented track_process by @zerwes in https://github.com/evrardjp/ansible-keepalived/pull/278 Full Changelog: https://github.com/evrardjp/ansible-keepalived/compare/8.0.0...8.1.0
v8.0.0
What's Changed
CI work:
- Bump molecule-docker from 1.1.0 to 2.0.0 by @dependabot in https://github.com/evrardjp/ansible-keepalived/pull/224
- Split ansible-2.10 requirements from dev by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/225
- Bump molecule from 4.0.0 to 4.0.1 by @dependabot in https://github.com/evrardjp/ansible-keepalived/pull/228
- Bump yamllint from 1.27.1 to 1.28.0 by @dependabot in https://github.com/evrardjp/ansible-keepalived/pull/239
- Fix ci by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/259
- Disable CI until a solution for molecule is found by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/260
The last one is very sad. I am now thinking of a different approach, using lxd or systemd-nspawn. I am tired of the regular breaking changes that plague the role testing.
Code improvements
- Use ansible_facts instead of global scoped variables by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/226
- Add support for checkmode in tasks/main.yml by @sd-hardy in https://github.com/evrardjp/ansible-keepalived/pull/232
- Fixes conditional logic and other issues with dropping scripts by @busterswt in https://github.com/evrardjp/ansible-keepalived/pull/240
- Commenting out unused variables for shellcheck compliance. by @crazzy in https://github.com/evrardjp/ansible-keepalived/pull/256
- Remove dependencies updates for old ansible by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/258
- Cleanup Examples by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/261
- Support absolute paths for SELinux modules by @cosandr in https://github.com/evrardjp/ansible-keepalived/pull/264
- Update keepalived-install-example.yml by @Eamixs in https://github.com/evrardjp/ansible-keepalived/pull/269
- enable track_interface config per sync_group by @zerwes in https://github.com/evrardjp/ansible-keepalived/pull/276
- Support virtualserver/inhibit_on_failure by @dhoffend in https://github.com/evrardjp/ansible-keepalived/pull/275
New Contributors
- @sd-hardy made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/232
- @busterswt made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/240
- @crazzy made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/256
- @cosandr made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/264
- @Eamixs made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/269
- @dhoffend made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/275
Full Changelog: https://github.com/evrardjp/ansible-keepalived/compare/7.0.0...8.0.0
v7.0.0
General comments and important changes
A lot of things happened for this release. Thank you to all the contributors!
Amongst the major changes:
- We removed support of CentOS 7 in this release.
- We re-introduced debian testing, and rockylinux 8.
- We worked on tests: Increased coverage, validation of templates before they are applied, stabilized test suite.
See more details below, or go to the full changelog (link below).
What's Changed
- General ansible practices refresh by @Kariton in https://github.com/evrardjp/ansible-keepalived/pull/205
- Make way for using dependabot for requirements by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/206
- Add dependabot for version updates by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/207
- Add new features vrrp_track_file, track_files, (no) accept, and safeguards. by @Kariton in https://github.com/evrardjp/ansible-keepalived/pull/204
- Update ansible-lint requirement from <=5.4.0 to <6.4.0 by @dependabot in https://github.com/evrardjp/ansible-keepalived/pull/208
- Ensure a masked unit does not break the role by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/210
- Remove deprecation warning "Use 'ansible.utils.ipaddr' module instead" by @zerwes in https://github.com/evrardjp/ansible-keepalived/pull/211
- Fix meta for ansible-lint by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/214
- Update default scenario OSes by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/215
- Use systemd module now that bugs have been fixed by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/212
- Validate configuration if keepalived >= 2.0.4 by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/217
- Add more meta tags to improve visibility on galaxy by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/218
- Make vips optional by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/220
- Add monthly test of keepalived by @evrardjp in https://github.com/evrardjp/ansible-keepalived/pull/221
New Contributors
- @Kariton made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/205
- @dependabot made their first contribution in https://github.com/evrardjp/ansible-keepalived/pull/208
Full Changelog: https://github.com/evrardjp/ansible-keepalived/compare/6.1.0...7.0.0
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.