chore(main): release 4.0.0 (#514)

🤖 I have created a release *beep* *boop*
---


##
[4.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/3.1.1...4.0.0)
(2024-06-11)


### ⚠ BREAKING CHANGES

* drop support for ansible-core 2.14
([#512](https://github.com/ansible-collections/hetzner.hcloud/issues/512))

### Features

* drop support for ansible-core 2.14
([#512](https://github.com/ansible-collections/hetzner.hcloud/issues/512))
([8157f9a](8157f9a250))

---
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:
Hetzner Cloud Bot 2024-06-11 16:28:36 +02:00 committed by GitHub
parent 8157f9a250
commit 19e5595a9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 29 additions and 5 deletions

View file

@ -1 +1 @@
{".":"3.1.1"}
{".":"4.0.0"}

View file

@ -4,6 +4,14 @@ Hetzner Cloud Ansible Collection Release Notes
.. contents:: Topics
v4.0.0
======
Breaking Changes / Porting Guide
--------------------------------
- Drop support for ansible-core 2.14.
v3.1.1
======

View file

@ -549,3 +549,10 @@ releases:
fragments:
- inventory-fix-serialization.yml
release_date: '2024-04-16'
4.0.0:
changes:
breaking_changes:
- Drop support for ansible-core 2.14.
fragments:
- drop-support-for-ansible-core-2.14.yml
release_date: '2024-06-11'

View file

@ -1,5 +1,16 @@
# Changelog
## [4.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/3.1.1...4.0.0) (2024-06-11)
### ⚠ BREAKING CHANGES
* drop support for ansible-core 2.14 ([#512](https://github.com/ansible-collections/hetzner.hcloud/issues/512))
### Features
* drop support for ansible-core 2.14 ([#512](https://github.com/ansible-collections/hetzner.hcloud/issues/512)) ([8157f9a](https://github.com/ansible-collections/hetzner.hcloud/commit/8157f9a250947a7a9b7b3acdb50f78ed28a22903))
## [3.1.1](https://github.com/ansible-collections/hetzner.hcloud/compare/3.1.0...3.1.1) (2024-04-16)

View file

@ -1,2 +0,0 @@
breaking_changes:
- Drop support for ansible-core 2.14.

View file

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

View file

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