mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +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
|
.. 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
|
v1.13.0
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -119,6 +119,14 @@ releases:
|
||||||
- server-type-deprecation.yml
|
- server-type-deprecation.yml
|
||||||
- server_error_deprecated_image.yml
|
- server_error_deprecated_image.yml
|
||||||
release_date: '2023-06-20'
|
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:
|
1.2.0:
|
||||||
changes:
|
changes:
|
||||||
minor_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
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 1.12.0
|
version: 1.14.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue