Releases: ngine-io/ansible-role-hcloud
Releases · ngine-io/ansible-role-hcloud
Minor Release 2.0.1
What's Changed
- Bump actions/setup-python from 4 to 5 by @dependabot in #9
- Addressing linting issues.
Full Changelog: v2.0.0...v2.0.1
Release 2.0.0
Breaking Change!
If you have existing server volumes, add the hcloud__server_name
to the volume name, like so:
hcloud__server_volumes:
- name: "{{ hcloud__server_name }}-vol1"
size: 10
Otherwise a new volume will be created and attached!
What's Changed
- Bump actions/checkout from 3 to 4 by @dependabot in #7
- Adjust volume naming by @yokaishogun in #8
New Contributors
- @yokaishogun made their first contribution in #8
Full Changelog: v1.1.0...v2.0.0
Release 1.1.0
Release 1.0.1
Release 1.0.0
What's Changed
- First public release