Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Aug 30, 2024
1 parent 3d8d3e9 commit 270736f
Show file tree
Hide file tree
Showing 8 changed files with 41 additions and 11 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
======

Expand Down
21 changes: 21 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
2 changes: 0 additions & 2 deletions changelogs/fragments/1724-location_description.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1738-export_chunk_size.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1768-empty-get-body.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/1769-callback-vault-facts.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/lce-role-state.yml

This file was deleted.

5 changes: 4 additions & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,14 @@ authors:
- "Partha Aji <[email protected]>"
- "Patrick C. F. Ernzer <[email protected]>"
- "Patrick Creech <[email protected]>"
- "Patrick Pfurtscheller <[email protected]>"
- "Paul Armstrong <[email protected]>"
- "Paul Belanger <[email protected]>"
- "Paul Gration <[email protected]>"
- "Peter Ondrejka <[email protected]>"
- "Philipp <[email protected]>"
- "Quirin Pamp <[email protected]>"
- "Richard J Osborne <[email protected]>"
- "Richard Stempfl <[email protected]>"
- "Richard Waax <[email protected]>"
- "Sam <[email protected]>"
Expand All @@ -94,6 +96,7 @@ authors:
- "alesc <[email protected]>"
- "bob <[email protected]>"
- "calvingsmith <[email protected]>"
- "cojmckee <[email protected]>"
- "divialth <[email protected]>"
- "furhouse <[email protected]>"
- "gardar <[email protected]>"
Expand All @@ -105,7 +108,7 @@ authors:
- "russianguppie <[email protected]>"
- "willtome <[email protected]>"
- "yuqo2450 <[email protected]>"
version: "4.2.0-dev"
version: "4.2.0"
license:
- "GPL-3.0-or-later"
tags:
Expand Down

0 comments on commit 270736f

Please sign in to comment.