Skip to content

Releases: ngine-io/ansible-role-hcloud

Minor Release 2.0.1

19 Jun 06:23
Compare
Choose a tag to compare

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

09 Nov 07:28
7e15f8d
Compare
Choose a tag to compare

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

19 Jun 15:40
4402036
Compare
Choose a tag to compare

What's Changed

  • Added placement group support by @resmo in #5
  • Added load balancer support by @resmo in #6

Release 1.0.1

08 Jun 11:41
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @sbivol made their first contribution in #3

Release 1.0.0

22 May 09:58
Compare
Choose a tag to compare

What's Changed

  • First public release