This repository has been archived by the owner on May 22, 2024. It is now read-only.
Releases: hifis-net/ansible-role-netplan
Releases · hifis-net/ansible-role-netplan
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.netplan
v0.5.0
Fixed bugs:
- Fix wide permissions warning #98 (chrisvanmeer)
Merged pull requests:
- Update Ansible to 9.1.0 #105 (tobiashuste)
- Bump ansible-core from 2.15.2 to 2.15.8 #103 (dependabot[bot])
- Bump ansible-lint from 6.17.2 to 6.22.1 #102 (dependabot[bot])
- Bump yamllint from 1.32.0 to 1.33.0 #101 (dependabot[bot])
- Bump netaddr from 0.8.0 to 0.9.0 #90 (dependabot[bot])
- Bump actions/checkout from 3 to 4 #87 (dependabot[bot])
- Bump molecule from 5.1.0 to 6.0.2 #86 (dependabot[bot])
v0.4.0
Implemented enhancements:
Fixed bugs:
- Molecule folder not linted by molecule #46
- Computed fully qualified role name of netplan does not follow current galaxy requirements #5
- Update Ansible Galaxy meta information #6 (tobiashuste)
Closed issues:
- Fix ansible-lint violations #79
- Replace deprecated gateway4 by routes #77
- Switch to molecule-podman #56
- Deprecation: Use 'ansible.utils.ipaddr' module instead #12
Merged pull requests:
- fix: replace deprecated gateway4 by routes #83 (tobiashuste)
- fix: get rid of ansible-lint violations #80 (tobiashuste)
- fix: switch from docker to podman in molecule #78 (tobiashuste)
- Bump ansible-lint from 6.8.2 to 6.8.6 #51 (dependabot[bot])
- Bump molecule from 4.0.2 to 4.0.3 #47 (dependabot[bot])
- Bump molecule from 4.0.1 to 4.0.2 #45 (dependabot[bot])
- Bump ansible-lint from 6.4.0 to 6.8.2 #44 (dependabot[bot])
- Bump ansible from 6.4.0 to 6.5.0 #43 (dependabot[bot])
- Bump ansible from 6.2.0 to 6.4.0 #37 (dependabot[bot])
- Bump yamllint from 1.27.1 to 1.28.0 #36 (dependabot[bot])
- Bump ansible from 5.6.0 to 6.2.0 #31 (dependabot[bot])
- Bump ansible-lint from 6.0.2 to 6.4.0 #30 (dependabot[bot])
- Bump molecule from 3.6.1 to 4.0.1 #29 (dependabot[bot])
- Bump yamllint from 1.26.3 to 1.27.1 #27 (dependabot[bot])
- Bump robertdebock/galaxy-action from 1.2.0 to 1.2.1 #20 (dependabot[bot])
- Bump reuse from 0.14.0 to 1.0.0 #19 (dependabot[bot])
- Use FQCN everywhere #10 (tobiashuste)
- Add badges to README #8 (tobiashuste)
- Bump ansible from 5.3.0 to 5.6.0 #4 (dependabot[bot])
- Bump molecule from 3.6.0 to 3.6.1 #3 (dependabot[bot])
- Bump ansible-lint from 5.4.0 to 6.0.2 #2 (dependabot[bot])
- Implement CI pipeline via GitHub Actions #1 (tobiashuste)
Changed on GitLab.com
- Update Python dependencies and use Python 3.9 in GitLab CI (!17 by tobiashuste).