mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: copy v1.16.0 changelog entries (#267)
This commit is contained in:
parent
82ed251ce4
commit
c0557167af
2 changed files with 42 additions and 0 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue