From 8280ea49a29c0610d765fe110e9d09809cab72db Mon Sep 17 00:00:00 2001 From: Jonas L Date: Fri, 14 Jul 2023 14:03:56 +0200 Subject: [PATCH] chore: prepare v1.16.0 (#266) --- CHANGELOG.rst | 18 ++++++++++++++ changelogs/changelog.yaml | 24 +++++++++++++++++++ .../vendor-hcloud-python-dependency.yml | 12 ---------- galaxy.yml | 2 +- 4 files changed, 43 insertions(+), 13 deletions(-) delete mode 100644 changelogs/fragments/vendor-hcloud-python-dependency.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c7b98f6..52e1d5f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,24 @@ Hetzner Cloud Ansible Collection Release Notes .. contents:: Topics +v1.16.0 +======= + +Release Summary +--------------- + +This release bundles the hcloud dependency in the collection, this allows us to ship +new features or bug fixes without having to release new major versions and require the +users to upgrade their version of the hcloud dependency. + + +Minor Changes +------------- + +- Bundle hcloud python dependency inside the collection. +- python-dateutil >= 2.7.5 is now required by the collection. If you already have the hcloud package installed, this dependency should also be installed. +- requests >= 2.20 is now required by the collection. If you already have the hcloud package installed, this dependency should also be installed. + v1.15.0 ======= diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0f40e93..d627546 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -140,6 +140,30 @@ releases: - add-hcloud_iso_info-module.yml - fix-facts-modules-deprecation.yml release_date: '2023-07-04' + 1.16.0: + changes: + minor_changes: + - Bundle hcloud python dependency inside the collection. + - 'python-dateutil >= 2.7.5 is now required by the collection. If you already + have the hcloud package installed, this dependency should also be installed. + + ' + - 'requests >= 2.20 is now required by the collection. If you already have the + hcloud package installed, this dependency should also be installed. + + ' + release_summary: 'This release bundles the hcloud dependency in the collection, + this allows us to ship + + new features or bug fixes without having to release new major versions and + require the + + users to upgrade their version of the hcloud dependency. + + ' + fragments: + - vendor-hcloud-python-dependency.yml + release_date: '2023-07-13' 1.2.0: changes: minor_changes: diff --git a/changelogs/fragments/vendor-hcloud-python-dependency.yml b/changelogs/fragments/vendor-hcloud-python-dependency.yml deleted file mode 100644 index 36194ab..0000000 --- a/changelogs/fragments/vendor-hcloud-python-dependency.yml +++ /dev/null @@ -1,12 +0,0 @@ -release_summary: | - This release bundles the hcloud dependency in the collection, this allows us to ship - new features or bug fixes without having to release new major versions and require the - users to upgrade their version of the hcloud dependency. -minor_changes: - - Bundle hcloud python dependency inside the collection. - - > - python-dateutil >= 2.7.5 is now required by the collection. If you already have the - hcloud package installed, this dependency should also be installed. - - > - requests >= 2.20 is now required by the collection. If you already have the hcloud - package installed, this dependency should also be installed. diff --git a/galaxy.yml b/galaxy.yml index a08af86..8b6f934 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 1.15.0 +version: 1.16.0 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud)