From c45c38f04bdc981ea48b568fcc7c354a8c833246 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 16 Mar 2022 18:20:34 +0100 Subject: [PATCH] Release 4.6.1. --- CHANGELOG.rst | 15 +++++++++++++++ changelogs/changelog.yaml | 18 ++++++++++++++++++ changelogs/fragments/4.6.1.yml | 1 - ...lxd-handling_metadata_wo_os_and_release.yml | 4 ---- changelogs/fragments/4368-reverts-4281.yml | 3 --- 5 files changed, 33 insertions(+), 8 deletions(-) delete mode 100644 changelogs/fragments/4.6.1.yml delete mode 100644 changelogs/fragments/4351-inventory-lxd-handling_metadata_wo_os_and_release.yml delete mode 100644 changelogs/fragments/4368-reverts-4281.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b37dbf3325..78a59b7f0e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,21 @@ Community General Release Notes This changelog describes changes after version 3.0.0. +v4.6.1 +====== + +Release Summary +--------------- + +Extraordinary bugfix release to fix a breaking change in ``terraform``. + +Bugfixes +-------- + +- lxd inventory plugin - do not crash if OS and release metadata are not present + (https://github.com/ansible-collections/community.general/pull/4351). +- terraform - revert bugfix https://github.com/ansible-collections/community.general/pull/4281 that tried to fix ``variable`` handling to allow complex values. It turned out that this was breaking several valid use-cases (https://github.com/ansible-collections/community.general/issues/4367, https://github.com/ansible-collections/community.general/pull/4370). + v4.6.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 2f8f55fcd0..2a42f45c83 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1585,3 +1585,21 @@ releases: - 4352-proxmox-inventory-filters.yml - 4355-ldap-recursive-delete.yml release_date: '2022-03-15' + 4.6.1: + changes: + bugfixes: + - 'lxd inventory plugin - do not crash if OS and release metadata are not present + + (https://github.com/ansible-collections/community.general/pull/4351). + + ' + - terraform - revert bugfix https://github.com/ansible-collections/community.general/pull/4281 + that tried to fix ``variable`` handling to allow complex values. It turned + out that this was breaking several valid use-cases (https://github.com/ansible-collections/community.general/issues/4367, + https://github.com/ansible-collections/community.general/pull/4370). + release_summary: Extraordinary bugfix release to fix a breaking change in ``terraform``. + fragments: + - 4.6.1.yml + - 4351-inventory-lxd-handling_metadata_wo_os_and_release.yml + - 4368-reverts-4281.yml + release_date: '2022-03-16' diff --git a/changelogs/fragments/4.6.1.yml b/changelogs/fragments/4.6.1.yml deleted file mode 100644 index f8bb1eceb2..0000000000 --- a/changelogs/fragments/4.6.1.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Extraordinary bugfix release to fix a breaking change in ``terraform``. diff --git a/changelogs/fragments/4351-inventory-lxd-handling_metadata_wo_os_and_release.yml b/changelogs/fragments/4351-inventory-lxd-handling_metadata_wo_os_and_release.yml deleted file mode 100644 index f7541a7a61..0000000000 --- a/changelogs/fragments/4351-inventory-lxd-handling_metadata_wo_os_and_release.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - | - lxd inventory plugin - do not crash if OS and release metadata are not present - (https://github.com/ansible-collections/community.general/pull/4351). diff --git a/changelogs/fragments/4368-reverts-4281.yml b/changelogs/fragments/4368-reverts-4281.yml deleted file mode 100644 index b179ac7801..0000000000 --- a/changelogs/fragments/4368-reverts-4281.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "terraform - revert bugfix https://github.com/ansible-collections/community.general/pull/4281 that tried to fix ``variable`` handling to allow complex values. - It turned out that this was breaking several valid use-cases (https://github.com/ansible-collections/community.general/issues/4367, https://github.com/ansible-collections/community.general/pull/4370)."