Skip to content

Commit

Permalink
chore(main): changelog for version 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hcloud-bot committed Oct 4, 2023
1 parent d134d66 commit 028c329
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics


v2.1.2
======

Bugfixes
--------

- hcloud_firewall - The port argument is required when the firewall rule protocol is `udp` or `tcp`.
- hcloud_load_balancer_service - In the returned data, the invalid `health_check.http.certificates` field was renamed to `health_check.http.status_codes`.

v2.1.1
======

Expand Down
13 changes: 13 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,16 @@ releases:
fragments:
- fix-string-formatting-error-on-deprecated-server-type-warning.yml
release_date: '2023-08-23'
2.1.2:
changes:
bugfixes:
- hcloud_firewall - The port argument is required when the firewall rule protocol
is `udp` or `tcp`.
- 'hcloud_load_balancer_service - In the returned data, the invalid `health_check.http.certificates`
field was renamed to `health_check.http.status_codes`.
'
fragments:
- rename-load-balancer-service-http-health-check-dict.yaml
- require-firewall-port-argument-on-tcp-or-udp-protocol.yaml
release_date: '2023-10-04'

This file was deleted.

This file was deleted.

0 comments on commit 028c329

Please sign in to comment.