diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 17ca4b82a..2f675e2a2 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,22 @@ theforeman.foreman Release Notes This changelog describes changes after version 0.8.1. +v4.2.0 +====== + +Minor Changes +------------- + +- content_export_* - document that ``chunk_size_gb`` parameter is only applicable for ``importable`` exports (https://github.com/theforeman/foreman-ansible-modules/issues/1738) +- lifecycle_environments role - allow setting ``state`` for the LCE, allowing deletion of existing ones +- location, locations role - add ``description`` parameter to set the description + +Bugfixes +-------- + +- callback plugin - correctly catch facts with vault data and replace it with ``ENCRYPTED_VAULT_VALUE_NOT_REPORTED``, preventing ``Object of type AnsibleVaultEncryptedUnicode is not JSON serializable`` errors +- redhat_manifest - do not send empty JSON bodies in GET requests which confuse the portal sometimes (https://github.com/theforeman/foreman-ansible-modules/issues/1768) + v4.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9288d20ec..77deb170e 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -894,3 +894,24 @@ releases: name: content_import_version namespace: '' release_date: '2024-07-12' + 4.2.0: + changes: + bugfixes: + - callback plugin - correctly catch facts with vault data and replace it with + ``ENCRYPTED_VAULT_VALUE_NOT_REPORTED``, preventing ``Object of type AnsibleVaultEncryptedUnicode + is not JSON serializable`` errors + - redhat_manifest - do not send empty JSON bodies in GET requests which confuse + the portal sometimes (https://github.com/theforeman/foreman-ansible-modules/issues/1768) + minor_changes: + - content_export_* - document that ``chunk_size_gb`` parameter is only applicable + for ``importable`` exports (https://github.com/theforeman/foreman-ansible-modules/issues/1738) + - lifecycle_environments role - allow setting ``state`` for the LCE, allowing + deletion of existing ones + - location, locations role - add ``description`` parameter to set the description + fragments: + - 1724-location_description.yml + - 1738-export_chunk_size.yml + - 1768-empty-get-body.yml + - 1769-callback-vault-facts.yml + - lce-role-state.yml + release_date: '2024-08-30' diff --git a/changelogs/fragments/1724-location_description.yml b/changelogs/fragments/1724-location_description.yml deleted file mode 100644 index 660d0411c..000000000 --- a/changelogs/fragments/1724-location_description.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - location, locations role - add ``description`` parameter to set the description diff --git a/changelogs/fragments/1738-export_chunk_size.yml b/changelogs/fragments/1738-export_chunk_size.yml deleted file mode 100644 index 89b6b97b8..000000000 --- a/changelogs/fragments/1738-export_chunk_size.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - content_export_* - document that ``chunk_size_gb`` parameter is only applicable for ``importable`` exports (https://github.com/theforeman/foreman-ansible-modules/issues/1738) diff --git a/changelogs/fragments/1768-empty-get-body.yml b/changelogs/fragments/1768-empty-get-body.yml deleted file mode 100644 index 697bd8508..000000000 --- a/changelogs/fragments/1768-empty-get-body.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - redhat_manifest - do not send empty JSON bodies in GET requests which confuse the portal sometimes (https://github.com/theforeman/foreman-ansible-modules/issues/1768) diff --git a/changelogs/fragments/1769-callback-vault-facts.yml b/changelogs/fragments/1769-callback-vault-facts.yml deleted file mode 100644 index 6cf923b54..000000000 --- a/changelogs/fragments/1769-callback-vault-facts.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - callback plugin - correctly catch facts with vault data and replace it with ``ENCRYPTED_VAULT_VALUE_NOT_REPORTED``, preventing ``Object of type AnsibleVaultEncryptedUnicode is not JSON serializable`` errors diff --git a/changelogs/fragments/lce-role-state.yml b/changelogs/fragments/lce-role-state.yml deleted file mode 100644 index 7e3514c81..000000000 --- a/changelogs/fragments/lce-role-state.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - lifecycle_environments role - allow setting ``state`` for the LCE, allowing deletion of existing ones diff --git a/galaxy.yml b/galaxy.yml index a4be1f36c..c1cc06c10 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -70,12 +70,14 @@ authors: - "Partha Aji " - "Patrick C. F. Ernzer " - "Patrick Creech " + - "Patrick Pfurtscheller " - "Paul Armstrong " - "Paul Belanger " - "Paul Gration " - "Peter Ondrejka " - "Philipp " - "Quirin Pamp " + - "Richard J Osborne <20555769+rjo-uk@users.noreply.github.com>" - "Richard Stempfl " - "Richard Waax <40852459+riwael@users.noreply.github.com>" - "Sam " @@ -94,6 +96,7 @@ authors: - "alesc " - "bob <57952350+TheRedGreek@users.noreply.github.com>" - "calvingsmith <4283930+calvingsmith@users.noreply.github.com>" + - "cojmckee <32520575+cojmckee@users.noreply.github.com>" - "divialth <65872926+divialth@users.noreply.github.com>" - "furhouse " - "gardar " @@ -105,7 +108,7 @@ authors: - "russianguppie <46544650+russianguppie@users.noreply.github.com>" - "willtome " - "yuqo2450 <79540477+yuqo2450@users.noreply.github.com>" -version: "4.2.0-dev" +version: "4.2.0" license: - "GPL-3.0-or-later" tags: