From 94fd949ffce1b17a59d30889f7e2c898dd50d40c Mon Sep 17 00:00:00 2001 From: Hetzner Cloud Bot <45457231+hcloud-bot@users.noreply.github.com> Date: Mon, 29 Sep 2025 14:35:18 +0200 Subject: [PATCH] chore(main): release 5.3.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 6966b80..c28d472 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1 +1 @@ -{".":"5.3.0"} +{".":"5.3.1"} diff --git a/changelogs/dev-changelog.md b/changelogs/dev-changelog.md index 2cf4d82..bd6ce74 100644 --- a/changelogs/dev-changelog.md +++ b/changelogs/dev-changelog.md @@ -1,5 +1,12 @@ # Changelog +## [5.3.1](https://github.com/ansible-collections/hetzner.hcloud/compare/5.3.0...5.3.1) (2025-09-29) + + +### Bug Fixes + +* also check server type deprecation after server creation ([#696](https://github.com/ansible-collections/hetzner.hcloud/issues/696)) ([c4dc19c](https://github.com/ansible-collections/hetzner.hcloud/commit/c4dc19c6750afa26269f77b8bc855175fcc01516)) + ## [5.3.0](https://github.com/ansible-collections/hetzner.hcloud/compare/5.2.0...5.3.0) (2025-09-26) diff --git a/galaxy.yml b/galaxy.yml index 8a4d063..a18d87e 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,6 +1,6 @@ namespace: hetzner name: hcloud -version: 5.3.0 +version: 5.3.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 05ab2be..886d73b 100644 --- a/plugins/module_utils/version.py +++ b/plugins/module_utils/version.py @@ -1,3 +1,3 @@ from __future__ import annotations -version = "5.3.0" # x-release-please-version +version = "5.3.1" # x-release-please-version