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

chore(main): release 5.1.0

This commit is contained in:
Hetzner Cloud Bot 2025-06-11 10:20:58 +02:00
parent 6bd07dca84
commit 8ea65249a0
4 changed files with 15 additions and 3 deletions

View file

@ -1 +1 @@
{".":"5.0.1"}
{".":"5.1.0"}

View file

@ -1,5 +1,17 @@
# Changelog
## [5.1.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.0.1...5.1.0) (2025-06-11)
### Features
* allow recreating ssh key when public key in the API does not match ([#634](https://github.com/ansible-collections/hetzner.hcloud/issues/634)) ([4fc2003](https://github.com/ansible-collections/hetzner.hcloud/commit/4fc2003f304971ace64be27581b117aa5ad09378))
### Bug Fixes
* ensure returned resource ids are integers ([#651](https://github.com/ansible-collections/hetzner.hcloud/issues/651)) ([579b34e](https://github.com/ansible-collections/hetzner.hcloud/commit/579b34e754a53a10522e5edcd5994133ba653f42))
## [5.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/5.0.0...5.0.1) (2025-05-21)

View file

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

View file

@ -1,3 +1,3 @@
from __future__ import annotations
version = "5.0.1" # x-release-please-version
version = "5.1.0" # x-release-please-version