mirror of
https://github.com/ansible-collections/hetzner.hcloud.git
synced 2026-02-04 08:01:49 +00:00
chore(main): release 6.0.0 (#715)
🤖 I have created a release *beep* *boop* --- ## [6.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.4.0...6.0.0) (2025-10-28) ### ⚠ BREAKING CHANGES * drop support for ansible-core 2.17 ([#713](https://github.com/ansible-collections/hetzner.hcloud/issues/713)) * drop support for Python 3.9 ([#712](https://github.com/ansible-collections/hetzner.hcloud/issues/712)) ### Features * drop support for ansible-core 2.17 ([#713](https://github.com/ansible-collections/hetzner.hcloud/issues/713)) ([27d3250](27d3250689)) * drop support for Python 3.9 ([#712](https://github.com/ansible-collections/hetzner.hcloud/issues/712)) ([7009617](700961762f)) --- 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
59c539c48b
commit
5a40520a9c
8 changed files with 34 additions and 7 deletions
2
.github/release-please-manifest.json
vendored
2
.github/release-please-manifest.json
vendored
|
|
@ -1 +1 @@
|
|||
{".":"5.4.0"}
|
||||
{".":"6.0.0"}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,15 @@ Hetzner Cloud Ansible Collection Release Notes
|
|||
|
||||
.. contents:: Topics
|
||||
|
||||
v6.0.0
|
||||
======
|
||||
|
||||
Breaking Changes / Porting Guide
|
||||
--------------------------------
|
||||
|
||||
- Drop support for Python 3.9
|
||||
- Drop support for ansible-core 2.17
|
||||
|
||||
v5.4.0
|
||||
======
|
||||
|
||||
|
|
|
|||
|
|
@ -760,3 +760,12 @@ releases:
|
|||
fragments:
|
||||
- new-dns-api.yml
|
||||
release_date: '2025-10-07'
|
||||
6.0.0:
|
||||
changes:
|
||||
breaking_changes:
|
||||
- Drop support for Python 3.9
|
||||
- Drop support for ansible-core 2.17
|
||||
fragments:
|
||||
- drop-ansible-core-2.17.yml
|
||||
- drop-python-3.9.yml
|
||||
release_date: '2025-10-28'
|
||||
|
|
|
|||
|
|
@ -1,5 +1,18 @@
|
|||
# Changelog
|
||||
|
||||
## [6.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.4.0...6.0.0) (2025-10-28)
|
||||
|
||||
|
||||
### ⚠ BREAKING CHANGES
|
||||
|
||||
* drop support for ansible-core 2.17 ([#713](https://github.com/ansible-collections/hetzner.hcloud/issues/713))
|
||||
* drop support for Python 3.9 ([#712](https://github.com/ansible-collections/hetzner.hcloud/issues/712))
|
||||
|
||||
### Features
|
||||
|
||||
* drop support for ansible-core 2.17 ([#713](https://github.com/ansible-collections/hetzner.hcloud/issues/713)) ([27d3250](https://github.com/ansible-collections/hetzner.hcloud/commit/27d32506890792ceb1e8af112c82db4a8ae942f8))
|
||||
* drop support for Python 3.9 ([#712](https://github.com/ansible-collections/hetzner.hcloud/issues/712)) ([7009617](https://github.com/ansible-collections/hetzner.hcloud/commit/700961762f35678b049f7787c1aa66c324f100bb))
|
||||
|
||||
## [5.4.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.3.1...5.4.0) (2025-10-07)
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,2 +0,0 @@
|
|||
breaking_changes:
|
||||
- Drop support for ansible-core 2.17
|
||||
|
|
@ -1,2 +0,0 @@
|
|||
breaking_changes:
|
||||
- Drop support for Python 3.9
|
||||
|
|
@ -1,6 +1,6 @@
|
|||
namespace: hetzner
|
||||
name: hcloud
|
||||
version: 5.4.0
|
||||
version: 6.0.0
|
||||
readme: README.md
|
||||
authors:
|
||||
- Hetzner Cloud (github.com/hetznercloud)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
from __future__ import annotations
|
||||
|
||||
version = "5.4.0" # x-release-please-version
|
||||
version = "6.0.0" # x-release-please-version
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue