Files
community.general/CHANGELOG.md
Felix Fontein c663a3009a Release 6.6.9.
2024-05-19 21:39:46 +02:00

150 KiB

Community General Release Notes

Topics

v6.6.9

Release Summary

Maintenance release.

This is the last 6.x.y release. The 6.x.y release train is now effectively End of Life. Thanks to everyone who contributed to the community.general 6.x.y releases!

Security Fixes

Bugfixes

v6.6.8

Release Summary

Security and bugfix release.

Security Fixes

Bugfixes

v6.6.7

Release Summary

Bugfix release.

From now on, community.general 6.x.y will only receive major bugfixes and security fixes anymore.

Bugfixes

v6.6.6

Release Summary

Regular bugfix release.

Bugfixes

v6.6.5

Release Summary

Regular bugfix release.

Minor Changes

Bugfixes

v6.6.4

Release Summary

Regular bugfix release.

Minor Changes

Bugfixes

v6.6.3

Release Summary

Regular bugfix release.

Minor Changes

Bugfixes

v6.6.2

Release Summary

Regular bugfix release.

Bugfixes

v6.6.1

Release Summary

Regular bugfix release.

Minor Changes

Bugfixes

v6.6.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

New Modules

  • btrfs_info - Query btrfs filesystem info
  • btrfs_subvolume - Manage btrfs subvolumes
  • ilo_redfish_command - Manages Out-Of-Band controllers using Redfish APIs
  • keycloak_authz_authorization_scope - Allows administration of Keycloak client authorization scopes via Keycloak API
  • keycloak_clientscope_type - Set the type of aclientscope in realm or client via Keycloak API

v6.5.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

New Plugins

Lookup

  • merge_variables - merge variables with a certain suffix

New Modules

  • kdeconfig - Manage KDE configuration files

v6.4.0

Release Summary

Regular feature and bugfix release.

Minor Changes

Deprecated Features

Bugfixes

v6.3.0

Release Summary

Regular bugfix and feature release.

Minor Changes

Breaking Changes / Porting Guide

  • ModuleHelper module utils - when the module sets output variables named msg, exception, output, vars, or changed, the actual output will prefix those names with _ (underscore symbol) only when they clash with output variables generated by ModuleHelper itself, which only occurs when handling exceptions. Please note that this breaking change does not require a new major release since before this release, it was not possible to add such variables to the output due to a bug (https://github.com/ansible-collections/community.general/pull/5765).

Deprecated Features

Bugfixes

New Modules

  • ocapi_command - Manages Out-Of-Band controllers using Open Composable API (OCAPI)
  • ocapi_info - Manages Out-Of-Band controllers using Open Composable API (OCAPI)

v6.2.0

Release Summary

Regular bugfix and feature release.

Minor Changes

Deprecated Features

Bugfixes

v6.1.0

Release Summary

Regular bugfix and feature release.

Minor Changes

Deprecated Features

  • The sap modules sapcar_extract, sap_task_list_execute, and hana_query, will be removed from this collection in community.general 7.0.0 and replaced with redirects to community.sap_libs. If you want to continue using these modules, make sure to also install community.sap_libs (it is part of the Ansible package) (https://github.com/ansible-collections/community.general/pull/5614).

Bugfixes

New Modules

  • gitlab_project_badge - Manage project badges on GitLab Server
  • keycloak_clientsecret_info - Retrieve client secret via Keycloak API
  • keycloak_clientsecret_regenerate - Regenerate Keycloak client secret via Keycloak API

v6.0.1

Release Summary

Bugfix release for Ansible 7.0.0.

Bugfixes

v6.0.0

Release Summary

New major release of community.general with lots of bugfixes, new features, some removed deprecated features, and some other breaking changes. Please check the coresponding sections of the changelog for more details.

Major Changes

  • The internal structure of the collection was changed for modules and action plugins. These no longer live in a directory hierarchy ordered by topic, but instead are now all in a single (flat) directory. This has no impact on users assuming they did not use internal FQCNs. These will still work, but result in deprecation warnings. They were never officially supported and thus the redirects are kept as a courtsey, and this is not labelled as a breaking change. Note that for example the Ansible VScode plugin started recommending these internal names. If you followed its recommendation, you will now have to change back to the short names to avoid deprecation warnings, and potential errors in the future as these redirects will be removed in community.general 9.0.0 (https://github.com/ansible-collections/community.general/pull/5461).
  • newrelic_deployment - removed New Relic v1 API, added support for v2 API (https://github.com/ansible-collections/community.general/pull/5341).

Minor Changes

Breaking Changes / Porting Guide

Deprecated Features

Removed Features (previously deprecated)

Bugfixes

New Plugins

Filter

  • counter - Counts hashable elements in a sequence

Lookup

  • bitwarden - Retrieve secrets from Bitwarden

New Modules

  • gconftool2_info - Retrieve GConf configurations
  • iso_customize - Add/remove/change files in ISO file
  • keycloak_user_rolemapping - Allows administration of Keycloak user_rolemapping with the Keycloak API
  • keyring - Set or delete a passphrase using the Operating System's native keyring
  • keyring_info - Get a passphrase using the Operating System's native keyring
  • manageiq_policies_info - Listing of resource policy_profiles in ManageIQ
  • manageiq_tags_info - Retrieve resource tags in ManageIQ
  • pipx_info - Rretrieves information about applications installed with pipx
  • proxmox_disk - Management of a disk of a Qemu(KVM) VM in a Proxmox VE cluster.
  • scaleway_compute_private_network - Scaleway compute - private network management
  • scaleway_container - Scaleway Container management
  • scaleway_container_info - Retrieve information on Scaleway Container
  • scaleway_container_namespace - Scaleway Container namespace management
  • scaleway_container_namespace_info - Retrieve information on Scaleway Container namespace
  • scaleway_container_registry - Scaleway Container registry management module
  • scaleway_container_registry_info - Scaleway Container registry info module
  • scaleway_function - Scaleway Function management
  • scaleway_function_info - Retrieve information on Scaleway Function
  • scaleway_function_namespace - Scaleway Function namespace management
  • scaleway_function_namespace_info - Retrieve information on Scaleway Function namespace
  • wdc_redfish_command - Manages WDC UltraStar Data102 Out-Of-Band controllers using Redfish APIs
  • wdc_redfish_info - Manages WDC UltraStar Data102 Out-Of-Band controllers using Redfish APIs