1
0
Fork 0
mirror of https://github.com/ansible-collections/hetzner.hcloud.git synced 2026-02-04 08:01:49 +00:00

chore: prepare v1.12.0 (#216)

This commit is contained in:
Julian Tölle 2023-05-16 13:16:14 +02:00 committed by GitHub
parent 94a7a59a84
commit 8384b4e37a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 23 additions and 1 deletions

View file

@ -5,6 +5,19 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.12.0
=======
Minor Changes
-------------
- hcloud_server_type_info - Add field included_traffic to returned server types
Breaking Changes / Porting Guide
--------------------------------
- hcloud-python 1.20.0 is now required for full compatibility
v1.11.0
=======

View file

@ -97,6 +97,15 @@ releases:
fragments:
- arm-features.yaml
release_date: '2023-04-11'
1.12.0:
changes:
breaking_changes:
- hcloud-python 1.20.0 is now required for full compatibility
minor_changes:
- hcloud_server_type_info - Add field included_traffic to returned server types
fragments:
- server-type-included-traffic.yml
release_date: '2023-05-16'
1.2.0:
changes:
minor_changes:

View file

@ -1,6 +1,6 @@
namespace: hetzner
name: hcloud
version: 1.11.0
version: 1.12.0
readme: README.md
authors:
- Hetzner Cloud (github.com/hetznercloud)