mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): release 6.4.0
This commit is contained in:
parent
10c41f032b
commit
b7f476a642
4 changed files with 15 additions and 3 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
|||
{".":"6.3.0"}
|
||||
{".":"6.4.0"}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,17 @@
|
|||
# Changelog
|
||||
|
||||
## [6.4.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.3.0...6.4.0) (2026-01-05)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* deprecate datacenter in `primary ips` and `servers` ([#773](https://github.com/ansible-collections/hetzner.hcloud/issues/773)) ([10c41f0](https://github.com/ansible-collections/hetzner.hcloud/commit/10c41f032b8f69e7ce18f42a8521152ca9316354))
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* redirect for storage box module must use a fully qualified name ([#767](https://github.com/ansible-collections/hetzner.hcloud/issues/767)) ([55cc1fa](https://github.com/ansible-collections/hetzner.hcloud/commit/55cc1fa3a90c2791d6f3e01163e901ff9836191e))
|
||||
|
||||
## [6.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/6.2.1...6.3.0) (2025-12-10)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 6.3.0
|
||||
version: 6.4.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "6.3.0" # x-release-please-version
|
||||
version = "6.4.0" # x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue