mirror of
https://github.com/ansible-collections/hetzner.hcloud
synced 2024-11-10 06:34:13 +00:00
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:
parent
8157f9a250
commit
19e5595a9c
7 changed files with 29 additions and 5 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
@ -1 +1 @@
|
|||
{".":"3.1.1"}
|
||||
{".":"4.0.0"}
|
||||
|
|
|
@ -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
|
||||
======
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
breaking_changes:
|
||||
- Drop support for ansible-core 2.14.
|
|
@ -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)
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "3.1.1" # x-release-please-version
|
||||
version = "4.0.0" # x-release-please-version
|
||||
|
|
Loading…
Reference in a new issue