mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
chore: prepare v1.14.0 (#233)
This commit is contained in:
parent
81129f373d
commit
a6fe943a9a
4 changed files with 18 additions and 4 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
minor_changes:
|
||||
- hcloud_network_info Return expose_routes_to_vswitch for network.
|
||||
- hcloud_network Add expose_routes_to_vswitch field.
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue