From e416c204432fceb54dac71123dd9c2184c203269 Mon Sep 17 00:00:00 2001 From: Nico Bellack Date: Thu, 1 Aug 2024 23:15:17 +0200 Subject: [PATCH] release: version 5.2.1 --- CHANGELOG.rst | 14 ++++++++++++++ changelogs/changelog.yaml | 10 ++++++++++ galaxy.yml | 2 +- 3 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b77d200..185156f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,20 @@ Bellackn Homelab Release Notes .. contents:: Topics + +v5.2.1 +====== + +Release Summary +--------------- + +Fixed a bug in the `proxmox_lxc` role. + +Bugfixes +-------- + +- The "Ping outside"-task in the `proxmox_lxc` role now works with VMIDs > 2 digits (https://github.com/bellackn/ansible-collection-homelab/issues/17) + v5.2.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 0894ca7..3cb3194 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -40,3 +40,13 @@ releases: - no_log_configurable.yml - v5.2.0_summary.yml release_date: '2024-06-18' + 5.2.1: + changes: + bugfixes: + - The "Ping outside"-task in the `proxmox_lxc` role now works with VMIDs > 2 + digits (https://github.com/bellackn/ansible-collection-homelab/issues/17) + release_summary: Fixed a bug in the `proxmox_lxc` role. + fragments: + - 13-ping-outside-vmid.yml + - v5.2.1_summary.yml + release_date: '2024-08-01' diff --git a/galaxy.yml b/galaxy.yml index 5bb1089..73572cf 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -1,7 +1,7 @@ --- namespace: bellackn name: homelab -version: 5.2.0 +version: 5.2.1 readme: README.md authors: - Nico Bellack