Files
community.general/CHANGELOG.md
Felix Fontein f9b7938cf6 Release 11.3.0.
2025-09-08 19:07:07 +02:00

200 KiB
Raw Blame History

Community General Release Notes

Topics

v11.3.0

Release Summary

Regular bugfix and feature release.

Minor Changes

Deprecated Features

Bugfixes

New Plugins

Filter

  • community.general.to_nice_yaml - Convert variable to YAML string.
  • community.general.to_yaml - Convert variable to YAML string.

New Modules

  • community.general.django_dumpdata - Wrapper for C(django-admin dumpdata).
  • community.general.django_loaddata - Wrapper for C(django-admin loaddata).
  • community.general.pacemaker_stonith - Manage Pacemaker STONITH.

v11.2.1

Release Summary

Bugfix release.

Bugfixes

v11.2.0

Release Summary

Regular bugfix and features release.

Minor Changes

Deprecated Features

Bugfixes

New Plugins

Lookup

  • community.general.binary_file - Read binary file and return it Base64 encoded.

New Modules

  • community.general.lvm_pv_move_data - Move data between LVM Physical Volumes (PVs).
  • community.general.pacemaker_info - Gather information about Pacemaker cluster.

v11.1.2

Release Summary

Bugfix release.

Minor Changes

Bugfixes

v11.1.1

Release Summary

Bugfix release for the next Ansible 12 pre-release.

Minor Changes

Bugfixes

v11.1.0

Release Summary

Regular bugfix and feature release.

Minor Changes

Deprecated Features

Bugfixes

New Plugins

Callback

  • community.general.tasks_only - Only show tasks.

New Modules

  • community.general.jenkins_credential - Manage Jenkins credentials and domains via API.

v11.0.0

Release Summary

This is release 11.0.0 of community.general, released on 2025-06-16.

Minor Changes

Deprecated Features

Removed Features (previously deprecated)

Security Fixes

Bugfixes

Known Issues

New Plugins

Callback

  • community.general.print_task - Prints playbook task snippet to job output.

Connection

  • community.general.wsl - Run tasks in WSL distribution using wsl.exe CLI via SSH.

Filter

  • community.general.accumulate - Produce a list of accumulated sums of the input list contents.
  • community.general.json_diff - Create a JSON patch by comparing two JSON files.
  • community.general.json_patch - Apply a JSON-Patch (RFC 6902) operation to an object.
  • community.general.json_patch_recipe - Apply JSON-Patch (RFC 6902) operations to an object.
  • community.general.to_prettytable - Format a list of dictionaries as an ASCII table.

Inventory

  • community.general.iocage - iocage inventory source.

Lookup

  • community.general.onepassword_ssh_key - Fetch SSH keys stored in 1Password.

New Modules

  • community.general.android_sdk - Manages Android SDK packages.
  • community.general.decompress - Decompresses compressed files.
  • community.general.ldap_inc - Use the Modify-Increment LDAP V3 feature to increment an attribute value.
  • community.general.lvm_pv - Manage LVM Physical Volumes.
  • community.general.pacemaker_resource - Manage pacemaker resources.
  • community.general.systemd_creds_decrypt - C(systemd)'s C(systemd-creds decrypt) plugin.
  • community.general.systemd_creds_encrypt - C(systemd)'s C(systemd-creds encrypt) plugin.
  • community.general.systemd_info - Gather C(systemd) unit info.
  • community.general.xdg_mime - Set default handler for MIME types, for applications using XDG tools.
  • community.general.zpool - Manage ZFS zpools.