mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): release 4.3.0 (#604)
🤖 I have created a release *beep* *boop* --- ## [4.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.2...4.3.0) (2025-03-21) ### Features * add new `created` state for idempotent server creation ([#606](https://github.com/ansible-collections/hetzner.hcloud/issues/606)) ([4534cf6](4534cf6b9d)) ### Bug Fixes * only update load balancer service when changed ([#603](https://github.com/ansible-collections/hetzner.hcloud/issues/603)) ([6956596](6956596fd2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
This commit is contained in:
parent
4534cf6b9d
commit
3bf8d7d21e
7 changed files with 30 additions and 5 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
||||||
{".":"4.2.2"}
|
{".":"4.3.0"}
|
||||||
|
|
|
||||||
|
|
@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes
|
||||||
|
|
||||||
.. contents:: Topics
|
.. contents:: Topics
|
||||||
|
|
||||||
|
v4.3.0
|
||||||
|
======
|
||||||
|
|
||||||
|
Minor Changes
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- server - Add `created` state that creates a server but do not start it.
|
||||||
|
|
||||||
v4.2.2
|
v4.2.2
|
||||||
======
|
======
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -615,3 +615,10 @@ releases:
|
||||||
- improve-unkown-certificate-error.yml
|
- improve-unkown-certificate-error.yml
|
||||||
- only-rebuild-existing-servers.yml
|
- only-rebuild-existing-servers.yml
|
||||||
release_date: '2024-11-22'
|
release_date: '2024-11-22'
|
||||||
|
4.3.0:
|
||||||
|
changes:
|
||||||
|
minor_changes:
|
||||||
|
- server - Add `created` state that creates a server but do not start it.
|
||||||
|
fragments:
|
||||||
|
- server-add-created-state.yml
|
||||||
|
release_date: '2025-03-21'
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [4.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.2...4.3.0) (2025-03-21)
|
||||||
|
|
||||||
|
|
||||||
|
### Features
|
||||||
|
|
||||||
|
* add new `created` state for idempotent server creation ([#606](https://github.com/ansible-collections/hetzner.hcloud/issues/606)) ([4534cf6](https://github.com/ansible-collections/hetzner.hcloud/commit/4534cf6b9d0fc422e77192d6994b86afb7d4b1df))
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* only update load balancer service when changed ([#603](https://github.com/ansible-collections/hetzner.hcloud/issues/603)) ([6956596](https://github.com/ansible-collections/hetzner.hcloud/commit/6956596fd2a4a570834fbfb42fb6194ed5271d59))
|
||||||
|
|
||||||
## [4.2.2](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.1...4.2.2) (2024-11-22)
|
## [4.2.2](https://github.com/ansible-collections/hetzner.hcloud/compare/4.2.1...4.2.2) (2024-11-22)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
minor_changes:
|
|
||||||
- server - Add `created` state that creates a server but do not start it.
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
namespace: hetzner
|
namespace: hetzner
|
||||||
name: hcloud
|
name: hcloud
|
||||||
version: 4.2.2
|
version: 4.3.0
|
||||||
readme: README.md
|
readme: README.md
|
||||||
authors:
|
authors:
|
||||||
- Hetzner Cloud (github.com/hetznercloud)
|
- Hetzner Cloud (github.com/hetznercloud)
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,3 @@
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
|
|
||||||
version = "4.2.2" # x-release-please-version
|
version = "4.3.0" # x-release-please-version
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue