Skip to content

Releases: theforeman/foreman-ansible-modules

v4.2.0

30 Aug 17:54
v4.2.0
Compare
Choose a tag to compare

Minor Changes

  • content_export_* - document that chunk_size_gb parameter is only applicable for importable exports (#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 (#1768)

v4.1.0

17 Jul 07:34
v4.1.0
Compare
Choose a tag to compare

Minor Changes

  • redhat_manifest - report changed when manifest is regenerated and downloaded (#1473)

New Modules

  • theforeman.foreman.content_import_info - List content imports
  • theforeman.foreman.content_import_library - Manage library content imports
  • theforeman.foreman.content_import_repository - Manage repository content imports
  • theforeman.foreman.content_import_version - Manage content view version content imports

v4.0.0

12 Jan 12:24
v4.0.0
Compare
Choose a tag to compare

Breaking Changes / Porting Guide

  • content_view_filter - stop managing rules from this module, content_view_filter_rule should be used for that
  • inventory plugin - do not default to http://localhost:3000 as the Foreman URL, providing a URL is now mandatory

Bugfixes

  • compute_profile, host - refer to VMware storage pods by name, not id (#1247)

New Modules

  • theforeman.foreman.registration_command - Manage Registration Command
  • theforeman.foreman.webhook - Manage Webhooks

v3.15.0

15 Nov 16:18
v3.15.0
Compare
Choose a tag to compare

Minor Changes

  • content_view_publish role - allow passing async and poll to the module (#1676)
  • convert2rhel role - install convert2rhel from cdn-public.redhat.com, dropping the requirement of a custom CA cert

Bugfixes

v3.14.0

08 Sep 13:31
Compare
Choose a tag to compare

Bugfixes

New Modules

  • theforeman.foreman.smart_class_parameter_override_value - Manage Smart Class Parameter Override Values