chore: prepare v1.14.0 (#233)

This commit is contained in:
Jonas L 2023-06-22 14:17:50 +02:00 committed by GitHub
parent 81129f373d
commit a6fe943a9a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 18 additions and 4 deletions

View file

@ -5,6 +5,15 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v1.14.0
=======
Minor Changes
-------------
- hcloud_network Add expose_routes_to_vswitch field.
- hcloud_network_info Return expose_routes_to_vswitch for network.
v1.13.0
=======

View file

@ -119,6 +119,14 @@ releases:
- server-type-deprecation.yml
- server_error_deprecated_image.yml
release_date: '2023-06-20'
1.14.0:
changes:
minor_changes:
- hcloud_network Add expose_routes_to_vswitch field.
- hcloud_network_info Return expose_routes_to_vswitch for network.
fragments:
- add-field-expose_routes_to_vswitch.yml
release_date: '2023-06-22'
1.2.0:
changes:
minor_changes:

View file

@ -1,3 +0,0 @@
minor_changes:
- hcloud_network_info Return expose_routes_to_vswitch for network.
- hcloud_network Add expose_routes_to_vswitch field.

View file

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