From 4e85bb9842dcaacbeee5909f7a3024c9ab4ba6a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20K=C3=A4mmerling?= Date: Tue, 11 Aug 2020 16:17:53 +0200 Subject: [PATCH] Prepare Release v1.0.0 --- CHANGELOG.rst | 9 +++++++++ changelogs/changelog.yaml | 9 +++++++++ .../gh7-allow-enabling-of-backups-on-server-creation.yml | 2 -- changelogs/fragments/lb-allow-change-type.yml | 2 -- galaxy.yml | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 changelogs/fragments/gh7-allow-enabling-of-backups-on-server-creation.yml delete mode 100644 changelogs/fragments/lb-allow-change-type.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index e257c12..d66ff3b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,15 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v1.0.0 +====== + +Minor Changes +------------- + +- hcloud_load_balancer Allow changing the type of a Load Balancer +- hcloud_server Allow the creation of servers with enabled backups + v0.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index d75f30f..86577b5 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -31,3 +31,12 @@ releases: fragments: - inventory-allow-usage-of-pre-migration-configuration-fuiles.yml release_date: '2020-06-30' + 1.0.0: + changes: + minor_changes: + - hcloud_load_balancer Allow changing the type of a Load Balancer + - hcloud_server Allow the creation of servers with enabled backups + fragments: + - gh7-allow-enabling-of-backups-on-server-creation.yml + - lb-allow-change-type.yml + release_date: '2020-08-11' diff --git a/changelogs/fragments/gh7-allow-enabling-of-backups-on-server-creation.yml b/changelogs/fragments/gh7-allow-enabling-of-backups-on-server-creation.yml deleted file mode 100644 index ceb705f..0000000 --- a/changelogs/fragments/gh7-allow-enabling-of-backups-on-server-creation.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - hcloud_server Allow the creation of servers with enabled backups diff --git a/changelogs/fragments/lb-allow-change-type.yml b/changelogs/fragments/lb-allow-change-type.yml deleted file mode 100644 index 5c7aa2a..0000000 --- a/changelogs/fragments/lb-allow-change-type.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - hcloud_load_balancer Allow changing the type of a Load Balancer diff --git a/galaxy.yml b/galaxy.yml index d7d7946..3910325 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 0.2.0 +version: 1.0.0 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud)