From b4f9bb15be79620be6a0a11ca1d20bbd1fca1966 Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Wed, 21 May 2025 17:43:39 +0200 Subject: [PATCH] chore(main): release 5.0.1 --- .github/release-please-manifest.json | 2 +- changelogs/dev-changelog.md | 7 +++++++ galaxy.yml | 2 +- plugins/module_utils/version.py | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index c98797a..c7d9b33 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"5.0.0"} +{".":"5.0.1"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index ef90209..ba4eb3d 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [5.0.1](https://github.com/ansible-collections/hetzner.hcloud/compare/5.0.0...5.0.1) (2025-05-21) + + +### Bug Fixes + +* remove deprecated force_upgrade argument ([#637](https://github.com/ansible-collections/hetzner.hcloud/issues/637)) ([88f84e7](https://github.com/ansible-collections/hetzner.hcloud/commit/88f84e7d7c41fec1a01aee1229212443472aa591)) + ## [5.0.0](https://github.com/ansible-collections/hetzner.hcloud/compare/4.3.0...5.0.0) (2025-05-21) diff --git a/galaxy.yml b/galaxy.yml index 1eb6d69..a720ee7 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 5.0.0 +version: 5.0.1 readme: README.md authors: - Hetzner Cloud (github.com/hetznercloud) diff --git a/plugins/module_utils/version.py b/plugins/module_utils/version.py index 7421aa8..d69ed48 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "5.0.0" # x-release-please-version +version = "5.0.1" # x-release-please-version