Skip to content

Commit

Permalink
Prepare Release 1.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lukas Kämmerling <[email protected]>
  • Loading branch information
LKaemmerling committed Oct 5, 2020
1 parent e59b91c commit 45ced2b
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 9 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,23 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics


v1.1.0
======

Minor Changes
-------------

- hcloud_floating_ip Allow creating Floating IP with protection
- hcloud_load_balancer Allow creating Load Balancer with protection
- hcloud_network Allow creating Network with protection
- hcloud_server Allow creating server with protection
- hcloud_volume Allow creating Volumes with protection

Bugfixes
--------

- hcloud_floating_ip Fix idempotency when floating ip is assigned to server

v1.0.0
======

Expand Down
14 changes: 14 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,17 @@ releases:
- gh7-allow-enabling-of-backups-on-server-creation.yml
- lb-allow-change-type.yml
release_date: '2020-08-11'
1.1.0:
changes:
bugfixes:
- hcloud_floating_ip Fix idempotency when floating ip is assigned to server
minor_changes:
- hcloud_floating_ip Allow creating Floating IP with protection
- hcloud_load_balancer Allow creating Load Balancer with protection
- hcloud_network Allow creating Network with protection
- hcloud_server Allow creating server with protection
- hcloud_volume Allow creating Volumes with protection
fragments:
- fix-idempotency-floating-ip.yml
- gh-28-allow-setting-of-protection-on-creation.yml
release_date: '2020-10-05'
2 changes: 0 additions & 2 deletions changelogs/fragments/fix-idempotency-floating-ip.yml

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 1.0.0
version: 1.1.0
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)
Expand Down

0 comments on commit 45ced2b

Please sign in to comment.