This repository has been archived by the owner on May 22, 2024. It is now read-only.
Releases: hifis-net/ansible-role-haproxy
Releases · hifis-net/ansible-role-haproxy
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.haproxy
v2.2.0
Closed issues:
- Add PPA for HAProxy error bookworm version #125
Merged pull requests:
- Prepare release version 2.2.0 #130 (Normo)
- ci: improve coverage of ansible-lint command again #129 (Normo)
- ci: make ci workflow working again #128 (Normo)
- Bypass Add PPA for HAProxy if haproxy_ppa_version is empty #126 (cnaslain)
- Bump ansible from 8.1.0 to 9.0.1 #124 (dependabot[bot])
- Feat: Add optional backend port #122 (mindovermiles262)
- Bump yamllint from 1.32.0 to 1.33.0 #121 (dependabot[bot])
- Bump ansible-lint from 6.17.2 to 6.22.0 #118 (dependabot[bot])
- Bump actions/checkout from 3 to 4 #110 (dependabot[bot])
- Bump molecule from 5.1.0 to 6.0.2 #109 (dependabot[bot])
- Bump molecule-plugins from 23.4.1 to 23.5.0 #104 (dependabot[bot])
- Bump reuse from 1.1.2 to 2.1.0 #102 (dependabot[bot])
- Bump ansible-lint from 6.16.2 to 6.17.2 #101 (dependabot[bot])
- Bump molecule from 5.0.1 to 5.1.0 #100 (dependabot[bot])
- Bump ansible from 8.0.0 to 8.1.0 #99 (dependabot[bot])
Special thanks to @mindovermiles262 and @cnaslain for their first contributions!
v2.1.0
Fixed bugs:
- [WARNING]: failed to look up user haproxy. Create user up to this point in real play #89
- Molecule folder not linted by molecule #55
Closed issues:
Merged pull requests:
- Bump ansible from 7.6.0 to 8.0.0 #97 (dependabot[bot])
- Prepare release of version 2.1.0 #96 (Normo)
- Add CONTRIBUTING.md #95 (Normo)
- Add codeowners to autoassign reviewers #94 (Normo)
- Bump ansible from 6.5.0 to 7.6.0 #88 (dependabot[bot])
- Bump ansible-lint from 6.14.3 to 6.16.2 #87 (dependabot[bot])
- Ignore haproy user lookup errors during first dry-run in check_mode #86 (Normo)
- Bump yamllint from 1.28.0 to 1.32.0 #85 (dependabot[bot])
- Bump molecule from 4.0.3 to 5.0.1 #84 (dependabot[bot])
- Bump ansible-lint from 6.8.6 to 6.14.1 #83 (dependabot[bot])
- Bump reuse from 1.0.0 to 1.1.2 #77 (dependabot[bot])
- Bump ansible-lint from 6.8.3 to 6.8.6 #59 (dependabot[bot])
- Bump molecule from 4.0.2 to 4.0.3 #57 (dependabot[bot])
- Bump ansible-lint from 6.8.2 to 6.8.3 #56 (dependabot[bot])
- Bump molecule from 4.0.1 to 4.0.2 #54 (dependabot[bot])
v2.0.0
Breaking Changes:
- Add support for HAProxy 2.6 and remove official HAProxy 2.2 support #34
- Remove support for deprecated variables
backends
andfrontend_ip
#2
Merged pull requests:
- Bump ansible-lint from 6.8.1 to 6.8.2 #51 (dependabot[bot])
- Bump ansible from 6.4.0 to 6.5.0 #50 (dependabot[bot])
- Bump ansible-lint from 6.6.0 to 6.8.1 #49 (dependabot[bot])
- Bump molecule-podman from 2.0.2 to 2.0.3 #47 (dependabot[bot])
- Bump ansible-lint from 6.5.2 to 6.6.0 #44 (dependabot[bot])
- Bump ansible from 6.3.0 to 6.4.0 #43 (dependabot[bot])
- Remove variables
backends
andfrontend_ip
#41 (tobiashuste) - Support HAProxy 2.4 and 2.6 and default to 2.6 #40 (tobiashuste)
- Bump yamllint from 1.27.1 to 1.28.0 #39 (dependabot[bot])
- Bump ansible-lint from 6.4.0 to 6.5.2 #38 (dependabot[bot])
- Bump ansible from 6.2.0 to 6.3.0 #36 (dependabot[bot])
v1.6.0
Implemented enhancements:
Merged pull requests:
- Remove renovate.json #32 (Normo)
- Use Python 3.10 in the project #30 (tobiashuste)
- Add support for Ubuntu 22.04 #29 (tobiashuste)
- Use molecule-podman instead of molecule-docker #27 (tobiashuste)
- Bump ansible from 5.7.1 to 6.2.0 #26 (dependabot[bot])
- Bump ansible-lint from 6.0.2 to 6.4.0 #25 (dependabot[bot])
- Bump molecule from 3.6.1 to 4.0.1 #24 (dependabot[bot])
- Bump yamllint from 1.26.3 to 1.27.1 #22 (dependabot[bot])
- Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1 #16 (dependabot[bot])
- Bump reuse from 0.14.0 to 1.0.0 #15 (dependabot[bot])
- Bump ansible from 5.6.0 to 5.7.1 #10 (dependabot[bot])
- Migrate manual changelog to github-changelog-generator #8 (Normo)
- Bump molecule from 3.6.0 to 3.6.1 #6 (dependabot[bot])
- Bump ansible-lint from 5.3.2 to 6.0.2 #5 (dependabot[bot])
- Bump ansible from 5.3.0 to 5.6.0 #4 (dependabot[bot])
- Add badges to README.md #3 (Normo)
- Implement GitHub actions workflows #1 (Normo)