mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-03 23:51:48 +00:00
chore: prepare v2.0.0 (#276)
This commit is contained in:
parent
652a41df9d
commit
7d8c3f34b5
8 changed files with 82 additions and 30 deletions
|
|
@ -5,6 +5,43 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
.. contents:: Topics
|
||||
|
||||
|
||||
v2.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.
|
||||
|
||||
Breaking Changes / Porting Guide
|
||||
--------------------------------
|
||||
|
||||
- Drop support for ansible-core 2.12
|
||||
- Drop support for python 3.7
|
||||
- inventory plugin - Don't set the server image variables (`image_id`, `image_os_flavor` and `image_name`) when the server image is not defined.
|
||||
|
||||
Removed Features (previously deprecated)
|
||||
----------------------------------------
|
||||
|
||||
- hcloud_datacenter_facts Removed deprecated facts module
|
||||
- hcloud_floating_ip_facts Removed deprecated facts module
|
||||
- hcloud_image_facts Removed deprecated facts module
|
||||
- hcloud_location_facts Removed deprecated facts module
|
||||
- hcloud_server_facts Removed deprecated facts module
|
||||
- hcloud_server_type_facts Removed deprecated facts module
|
||||
- hcloud_ssh_key_facts Removed deprecated facts module
|
||||
- hcloud_volume_facts Removed deprecated facts module
|
||||
|
||||
v1.16.0
|
||||
=======
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue