From 1a81760d4700a1394a9e800b1d928609bcf5e8ee Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 27 Feb 2023 20:43:35 +0100 Subject: [PATCH] Release 6.4.0. --- CHANGELOG.rst | 55 +++++++++++ changelogs/changelog.yaml | 98 +++++++++++++++++++ .../4028-modprobe-persistent-option.yml | 3 - changelogs/fragments/5431-nmcli-wifi.yml | 4 - .../5615-zypper-transactional-update.yml | 2 - .../5814-support-keycloak-subgroups.yml | 2 - changelogs/fragments/5829-fix-yarn-global.yml | 4 - .../fragments/5830-sefcontext-path-subs.yml | 2 - ...ype-defaulted-keycloak_userfed-mappers.yml | 2 - ...5866-lxd_container-diff-and-check-mode.yml | 2 - ...reboot-functionality-to-redfish-config.yml | 2 - ...ibute-fucntionality-to-redfish-command.yml | 2 - ...ress-urllib3-insecure-request-warnings.yml | 2 - ...unner_access_level_default_with_gitlab.yml | 2 - .../fragments/5926-flatpak-remote-enabled.yml | 2 - .../5927-set-user-agent-dnsimple.yml | 2 - changelogs/fragments/5928-fix-favicon-url.yml | 2 - changelogs/fragments/5933-linting.yml | 2 - .../5934-fix-keycloak-sanitize_cr.yml | 2 - ...word-ignore-errors-from-op-account-get.yml | 2 - ...zfs-allow-cannot-parse-unknown-uid-gid.yml | 2 - .../5972-cloudflare-dns-srv-record.yml | 3 - .../5985-add-new-gitlab-api-features.yml | 2 - .../fragments/5994-github-webhook-secret.yml | 2 - changelogs/fragments/6.4.0.yml | 1 - .../fragments/6011-osx-defaults-errors.yml | 2 - changelogs/fragments/6034-lxd-tls.yml | 2 - .../6043-jc_plugin_parser_support.yml | 2 - .../fragments/6045-xorder-discovery.yml | 2 - .../fragments/6048-nmcli-addres-order.yml | 2 - .../fragments/6074-loader_in_listify.yml.yml | 2 - changelogs/fragments/6100-jenkins_plugin.yml | 2 - .../fragments/remove-unneeded-imports.yml | 2 - 33 files changed, 153 insertions(+), 67 deletions(-) delete mode 100644 changelogs/fragments/4028-modprobe-persistent-option.yml delete mode 100644 changelogs/fragments/5431-nmcli-wifi.yml delete mode 100644 changelogs/fragments/5615-zypper-transactional-update.yml delete mode 100644 changelogs/fragments/5814-support-keycloak-subgroups.yml delete mode 100644 changelogs/fragments/5829-fix-yarn-global.yml delete mode 100644 changelogs/fragments/5830-sefcontext-path-subs.yml delete mode 100644 changelogs/fragments/5863-providerType-defaulted-keycloak_userfed-mappers.yml delete mode 100644 changelogs/fragments/5866-lxd_container-diff-and-check-mode.yml delete mode 100644 changelogs/fragments/5899-adding-enablesecureboot-functionality-to-redfish-config.yml delete mode 100644 changelogs/fragments/5900-adding-verifybiosattribute-fucntionality-to-redfish-command.yml delete mode 100644 changelogs/fragments/5915-suppress-urllib3-insecure-request-warnings.yml delete mode 100644 changelogs/fragments/5925-align_gitlab_runner_access_level_default_with_gitlab.yml delete mode 100644 changelogs/fragments/5926-flatpak-remote-enabled.yml delete mode 100644 changelogs/fragments/5927-set-user-agent-dnsimple.yml delete mode 100644 changelogs/fragments/5928-fix-favicon-url.yml delete mode 100644 changelogs/fragments/5933-linting.yml delete mode 100644 changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml delete mode 100644 changelogs/fragments/5942-onepassword-ignore-errors-from-op-account-get.yml delete mode 100644 changelogs/fragments/5943-zfs_delegate_admin-fix-zfs-allow-cannot-parse-unknown-uid-gid.yml delete mode 100644 changelogs/fragments/5972-cloudflare-dns-srv-record.yml delete mode 100644 changelogs/fragments/5985-add-new-gitlab-api-features.yml delete mode 100644 changelogs/fragments/5994-github-webhook-secret.yml delete mode 100644 changelogs/fragments/6.4.0.yml delete mode 100644 changelogs/fragments/6011-osx-defaults-errors.yml delete mode 100644 changelogs/fragments/6034-lxd-tls.yml delete mode 100644 changelogs/fragments/6043-jc_plugin_parser_support.yml delete mode 100644 changelogs/fragments/6045-xorder-discovery.yml delete mode 100644 changelogs/fragments/6048-nmcli-addres-order.yml delete mode 100644 changelogs/fragments/6074-loader_in_listify.yml.yml delete mode 100644 changelogs/fragments/6100-jenkins_plugin.yml delete mode 100644 changelogs/fragments/remove-unneeded-imports.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b41f75654b..523220663e 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,61 @@ Community General Release Notes This changelog describes changes after version 5.0.0. +v6.4.0 +====== + +Release Summary +--------------- + +Regular feature and bugfix release. + +Minor Changes +------------- + +- dnsimple - set custom User-Agent for API requests to DNSimple (https://github.com/ansible-collections/community.general/pull/5927). +- flatpak_remote - add new boolean option ``enabled``. It controls, whether the remote is enabled or not (https://github.com/ansible-collections/community.general/pull/5926). +- gitlab_project - add ``releases_access_level``, ``environments_access_level``, ``feature_flags_access_level``, ``infrastructure_access_level``, ``monitor_access_level``, and ``security_and_compliance_access_level`` options (https://github.com/ansible-collections/community.general/pull/5986). +- jc filter plugin - added the ability to use parser plugins (https://github.com/ansible-collections/community.general/pull/6043). +- keycloak_group - add new optional module parameter ``parents`` to properly handle keycloak subgroups (https://github.com/ansible-collections/community.general/pull/5814). +- keycloak_user_federation - make ``org.keycloak.storage.ldap.mappers.LDAPStorageMapper`` the default value for mappers ``providerType`` (https://github.com/ansible-collections/community.general/pull/5863). +- ldap modules - add ``xorder_discovery`` option (https://github.com/ansible-collections/community.general/issues/6045, https://github.com/ansible-collections/community.general/pull/6109). +- lxd_container - add diff and check mode (https://github.com/ansible-collections/community.general/pull/5866). +- mattermost, rocketchat, slack - replace missing default favicon with docs.ansible.com favicon (https://github.com/ansible-collections/community.general/pull/5928). +- modprobe - add ``persistent`` option (https://github.com/ansible-collections/community.general/issues/4028, https://github.com/ansible-collections/community.general/pull/542). +- osx_defaults - include stderr in error messages (https://github.com/ansible-collections/community.general/pull/6011). +- proxmox - suppress urllib3 ``InsecureRequestWarnings`` when ``validate_certs`` option is ``false`` (https://github.com/ansible-collections/community.general/pull/5931). +- redfish_command - adding ``EnableSecureBoot`` functionality (https://github.com/ansible-collections/community.general/pull/5899). +- redfish_command - adding ``VerifyBiosAttributes`` functionality (https://github.com/ansible-collections/community.general/pull/5900). +- sefcontext - add support for path substitutions (https://github.com/ansible-collections/community.general/issues/1193). + +Deprecated Features +------------------- + +- gitlab_runner - the option ``access_level`` will lose its default value in community.general 8.0.0. From that version on, you have set this option to ``ref_protected`` explicitly, if you want to have a protected runner (https://github.com/ansible-collections/community.general/issues/5925). + +Bugfixes +-------- + +- cartesian and flattened lookup plugins - adjust to parameter deprecation in ansible-core 2.14's ``listify_lookup_plugin_terms`` helper function (https://github.com/ansible-collections/community.general/pull/6074). +- cloudflare_dns - fixed the idempotency for SRV DNS records (https://github.com/ansible-collections/community.general/pull/5972). +- cloudflare_dns - fixed the possiblity of setting a root-level SRV DNS record (https://github.com/ansible-collections/community.general/pull/5972). +- github_webhook - fix always changed state when no secret is provided (https://github.com/ansible-collections/community.general/pull/5994). +- jenkins_plugin - fix error due to undefined variable when updates file is not downloaded (https://github.com/ansible-collections/community.general/pull/6100). +- keycloak_client - fix accidental replacement of value for attribute ``saml.signing.private.key`` with ``no_log`` in wrong contexts (https://github.com/ansible-collections/community.general/pull/5934). +- lxd_* modules, lxd inventory plugin - fix TLS/SSL certificate validation problems by using the correct purpose when creating the TLS context (https://github.com/ansible-collections/community.general/issues/5616, https://github.com/ansible-collections/community.general/pull/6034). +- nmcli - fix change handling of values specified as an integer 0 (https://github.com/ansible-collections/community.general/pull/5431). +- nmcli - fix failure to handle WIFI settings when connection type not specified (https://github.com/ansible-collections/community.general/pull/5431). +- nmcli - fix improper detection of changes to ``wifi.wake-on-wlan`` (https://github.com/ansible-collections/community.general/pull/5431). +- nmcli - order is significant for lists of addresses (https://github.com/ansible-collections/community.general/pull/6048). +- onepassword lookup plugin - Changed to ignore errors from "op account get" calls. Previously, errors would prevent auto-signin code from executing (https://github.com/ansible-collections/community.general/pull/5942). +- terraform and timezone - slight refactoring to avoid linter reporting potentially undefined variables (https://github.com/ansible-collections/community.general/pull/5933). +- various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.general/pull/5940). +- yarn - fix ``global=true`` to check for the configured global folder instead of assuming the default (https://github.com/ansible-collections/community.general/pull/5829) +- yarn - fix ``state=absent`` not working with ``global=true`` when the package does not include a binary (https://github.com/ansible-collections/community.general/pull/5829) +- yarn - fix ``state=latest`` not working with ``global=true`` (https://github.com/ansible-collections/community.general/issues/5712). +- zfs_delegate_admin - zfs allow output can now be parsed when uids/gids are not known to the host system (https://github.com/ansible-collections/community.general/pull/5943). +- zypper - make package managing work on readonly filesystem of openSUSE MicroOS (https://github.com/ansible-collections/community.general/pull/5615). + v6.3.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index e5d5ec8120..4d931ed8cb 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1024,3 +1024,101 @@ releases: name: ocapi_info namespace: '' release_date: '2023-01-31' + 6.4.0: + changes: + bugfixes: + - cartesian and flattened lookup plugins - adjust to parameter deprecation in + ansible-core 2.14's ``listify_lookup_plugin_terms`` helper function (https://github.com/ansible-collections/community.general/pull/6074). + - cloudflare_dns - fixed the idempotency for SRV DNS records (https://github.com/ansible-collections/community.general/pull/5972). + - cloudflare_dns - fixed the possiblity of setting a root-level SRV DNS record + (https://github.com/ansible-collections/community.general/pull/5972). + - github_webhook - fix always changed state when no secret is provided (https://github.com/ansible-collections/community.general/pull/5994). + - jenkins_plugin - fix error due to undefined variable when updates file is + not downloaded (https://github.com/ansible-collections/community.general/pull/6100). + - keycloak_client - fix accidental replacement of value for attribute ``saml.signing.private.key`` + with ``no_log`` in wrong contexts (https://github.com/ansible-collections/community.general/pull/5934). + - lxd_* modules, lxd inventory plugin - fix TLS/SSL certificate validation problems + by using the correct purpose when creating the TLS context (https://github.com/ansible-collections/community.general/issues/5616, + https://github.com/ansible-collections/community.general/pull/6034). + - nmcli - fix change handling of values specified as an integer 0 (https://github.com/ansible-collections/community.general/pull/5431). + - nmcli - fix failure to handle WIFI settings when connection type not specified + (https://github.com/ansible-collections/community.general/pull/5431). + - nmcli - fix improper detection of changes to ``wifi.wake-on-wlan`` (https://github.com/ansible-collections/community.general/pull/5431). + - nmcli - order is significant for lists of addresses (https://github.com/ansible-collections/community.general/pull/6048). + - onepassword lookup plugin - Changed to ignore errors from "op account get" + calls. Previously, errors would prevent auto-signin code from executing (https://github.com/ansible-collections/community.general/pull/5942). + - terraform and timezone - slight refactoring to avoid linter reporting potentially + undefined variables (https://github.com/ansible-collections/community.general/pull/5933). + - various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.general/pull/5940). + - yarn - fix ``global=true`` to check for the configured global folder instead + of assuming the default (https://github.com/ansible-collections/community.general/pull/5829) + - yarn - fix ``state=absent`` not working with ``global=true`` when the package + does not include a binary (https://github.com/ansible-collections/community.general/pull/5829) + - yarn - fix ``state=latest`` not working with ``global=true`` (https://github.com/ansible-collections/community.general/issues/5712). + - zfs_delegate_admin - zfs allow output can now be parsed when uids/gids are + not known to the host system (https://github.com/ansible-collections/community.general/pull/5943). + - zypper - make package managing work on readonly filesystem of openSUSE MicroOS + (https://github.com/ansible-collections/community.general/pull/5615). + deprecated_features: + - gitlab_runner - the option ``access_level`` will lose its default value in + community.general 8.0.0. From that version on, you have set this option to + ``ref_protected`` explicitly, if you want to have a protected runner (https://github.com/ansible-collections/community.general/issues/5925). + minor_changes: + - dnsimple - set custom User-Agent for API requests to DNSimple (https://github.com/ansible-collections/community.general/pull/5927). + - flatpak_remote - add new boolean option ``enabled``. It controls, whether + the remote is enabled or not (https://github.com/ansible-collections/community.general/pull/5926). + - gitlab_project - add ``releases_access_level``, ``environments_access_level``, + ``feature_flags_access_level``, ``infrastructure_access_level``, ``monitor_access_level``, + and ``security_and_compliance_access_level`` options (https://github.com/ansible-collections/community.general/pull/5986). + - jc filter plugin - added the ability to use parser plugins (https://github.com/ansible-collections/community.general/pull/6043). + - keycloak_group - add new optional module parameter ``parents`` to properly + handle keycloak subgroups (https://github.com/ansible-collections/community.general/pull/5814). + - keycloak_user_federation - make ``org.keycloak.storage.ldap.mappers.LDAPStorageMapper`` + the default value for mappers ``providerType`` (https://github.com/ansible-collections/community.general/pull/5863). + - ldap modules - add ``xorder_discovery`` option (https://github.com/ansible-collections/community.general/issues/6045, + https://github.com/ansible-collections/community.general/pull/6109). + - lxd_container - add diff and check mode (https://github.com/ansible-collections/community.general/pull/5866). + - mattermost, rocketchat, slack - replace missing default favicon with docs.ansible.com + favicon (https://github.com/ansible-collections/community.general/pull/5928). + - modprobe - add ``persistent`` option (https://github.com/ansible-collections/community.general/issues/4028, + https://github.com/ansible-collections/community.general/pull/542). + - osx_defaults - include stderr in error messages (https://github.com/ansible-collections/community.general/pull/6011). + - proxmox - suppress urllib3 ``InsecureRequestWarnings`` when ``validate_certs`` + option is ``false`` (https://github.com/ansible-collections/community.general/pull/5931). + - redfish_command - adding ``EnableSecureBoot`` functionality (https://github.com/ansible-collections/community.general/pull/5899). + - redfish_command - adding ``VerifyBiosAttributes`` functionality (https://github.com/ansible-collections/community.general/pull/5900). + - sefcontext - add support for path substitutions (https://github.com/ansible-collections/community.general/issues/1193). + release_summary: Regular feature and bugfix release. + fragments: + - 4028-modprobe-persistent-option.yml + - 5431-nmcli-wifi.yml + - 5615-zypper-transactional-update.yml + - 5814-support-keycloak-subgroups.yml + - 5829-fix-yarn-global.yml + - 5830-sefcontext-path-subs.yml + - 5863-providerType-defaulted-keycloak_userfed-mappers.yml + - 5866-lxd_container-diff-and-check-mode.yml + - 5899-adding-enablesecureboot-functionality-to-redfish-config.yml + - 5900-adding-verifybiosattribute-fucntionality-to-redfish-command.yml + - 5915-suppress-urllib3-insecure-request-warnings.yml + - 5925-align_gitlab_runner_access_level_default_with_gitlab.yml + - 5926-flatpak-remote-enabled.yml + - 5927-set-user-agent-dnsimple.yml + - 5928-fix-favicon-url.yml + - 5933-linting.yml + - 5934-fix-keycloak-sanitize_cr.yml + - 5942-onepassword-ignore-errors-from-op-account-get.yml + - 5943-zfs_delegate_admin-fix-zfs-allow-cannot-parse-unknown-uid-gid.yml + - 5972-cloudflare-dns-srv-record.yml + - 5985-add-new-gitlab-api-features.yml + - 5994-github-webhook-secret.yml + - 6.4.0.yml + - 6011-osx-defaults-errors.yml + - 6034-lxd-tls.yml + - 6043-jc_plugin_parser_support.yml + - 6045-xorder-discovery.yml + - 6048-nmcli-addres-order.yml + - 6074-loader_in_listify.yml.yml + - 6100-jenkins_plugin.yml + - remove-unneeded-imports.yml + release_date: '2023-02-27' diff --git a/changelogs/fragments/4028-modprobe-persistent-option.yml b/changelogs/fragments/4028-modprobe-persistent-option.yml deleted file mode 100644 index 78c812bcbd..0000000000 --- a/changelogs/fragments/4028-modprobe-persistent-option.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - modprobe - add ``persistent`` option (https://github.com/ansible-collections/community.general/issues/4028, https://github.com/ansible-collections/community.general/pull/542). diff --git a/changelogs/fragments/5431-nmcli-wifi.yml b/changelogs/fragments/5431-nmcli-wifi.yml deleted file mode 100644 index 0f6f4edde5..0000000000 --- a/changelogs/fragments/5431-nmcli-wifi.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - nmcli - fix failure to handle WIFI settings when connection type not specified (https://github.com/ansible-collections/community.general/pull/5431). - - nmcli - fix improper detection of changes to ``wifi.wake-on-wlan`` (https://github.com/ansible-collections/community.general/pull/5431). - - nmcli - fix change handling of values specified as an integer 0 (https://github.com/ansible-collections/community.general/pull/5431). diff --git a/changelogs/fragments/5615-zypper-transactional-update.yml b/changelogs/fragments/5615-zypper-transactional-update.yml deleted file mode 100644 index 5eb6bb8405..0000000000 --- a/changelogs/fragments/5615-zypper-transactional-update.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "zypper - make package managing work on readonly filesystem of openSUSE MicroOS (https://github.com/ansible-collections/community.general/pull/5615)." diff --git a/changelogs/fragments/5814-support-keycloak-subgroups.yml b/changelogs/fragments/5814-support-keycloak-subgroups.yml deleted file mode 100644 index a369db4422..0000000000 --- a/changelogs/fragments/5814-support-keycloak-subgroups.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - keycloak_group - add new optional module parameter ``parents`` to properly handle keycloak subgroups (https://github.com/ansible-collections/community.general/pull/5814). diff --git a/changelogs/fragments/5829-fix-yarn-global.yml b/changelogs/fragments/5829-fix-yarn-global.yml deleted file mode 100644 index fade7d97f6..0000000000 --- a/changelogs/fragments/5829-fix-yarn-global.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - yarn - fix ``state=latest`` not working with ``global=true`` (https://github.com/ansible-collections/community.general/issues/5712). - - yarn - fix ``global=true`` to check for the configured global folder instead of assuming the default (https://github.com/ansible-collections/community.general/pull/5829) - - yarn - fix ``state=absent`` not working with ``global=true`` when the package does not include a binary (https://github.com/ansible-collections/community.general/pull/5829) diff --git a/changelogs/fragments/5830-sefcontext-path-subs.yml b/changelogs/fragments/5830-sefcontext-path-subs.yml deleted file mode 100644 index 51fb554fab..0000000000 --- a/changelogs/fragments/5830-sefcontext-path-subs.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - sefcontext - add support for path substitutions (https://github.com/ansible-collections/community.general/issues/1193). diff --git a/changelogs/fragments/5863-providerType-defaulted-keycloak_userfed-mappers.yml b/changelogs/fragments/5863-providerType-defaulted-keycloak_userfed-mappers.yml deleted file mode 100644 index 6532ea92d9..0000000000 --- a/changelogs/fragments/5863-providerType-defaulted-keycloak_userfed-mappers.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - keycloak_user_federation - make ``org.keycloak.storage.ldap.mappers.LDAPStorageMapper`` the default value for mappers ``providerType`` (https://github.com/ansible-collections/community.general/pull/5863). diff --git a/changelogs/fragments/5866-lxd_container-diff-and-check-mode.yml b/changelogs/fragments/5866-lxd_container-diff-and-check-mode.yml deleted file mode 100644 index eb337cd42a..0000000000 --- a/changelogs/fragments/5866-lxd_container-diff-and-check-mode.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - lxd_container - add diff and check mode (https://github.com/ansible-collections/community.general/pull/5866). diff --git a/changelogs/fragments/5899-adding-enablesecureboot-functionality-to-redfish-config.yml b/changelogs/fragments/5899-adding-enablesecureboot-functionality-to-redfish-config.yml deleted file mode 100644 index fba75df0eb..0000000000 --- a/changelogs/fragments/5899-adding-enablesecureboot-functionality-to-redfish-config.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_command - adding ``EnableSecureBoot`` functionality (https://github.com/ansible-collections/community.general/pull/5899). diff --git a/changelogs/fragments/5900-adding-verifybiosattribute-fucntionality-to-redfish-command.yml b/changelogs/fragments/5900-adding-verifybiosattribute-fucntionality-to-redfish-command.yml deleted file mode 100644 index bbbb464534..0000000000 --- a/changelogs/fragments/5900-adding-verifybiosattribute-fucntionality-to-redfish-command.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_command - adding ``VerifyBiosAttributes`` functionality (https://github.com/ansible-collections/community.general/pull/5900). diff --git a/changelogs/fragments/5915-suppress-urllib3-insecure-request-warnings.yml b/changelogs/fragments/5915-suppress-urllib3-insecure-request-warnings.yml deleted file mode 100644 index 9fa285154a..0000000000 --- a/changelogs/fragments/5915-suppress-urllib3-insecure-request-warnings.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - proxmox - suppress urllib3 ``InsecureRequestWarnings`` when ``validate_certs`` option is ``false`` (https://github.com/ansible-collections/community.general/pull/5931). diff --git a/changelogs/fragments/5925-align_gitlab_runner_access_level_default_with_gitlab.yml b/changelogs/fragments/5925-align_gitlab_runner_access_level_default_with_gitlab.yml deleted file mode 100644 index a14561f07e..0000000000 --- a/changelogs/fragments/5925-align_gitlab_runner_access_level_default_with_gitlab.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: - - gitlab_runner - the option ``access_level`` will lose its default value in community.general 8.0.0. From that version on, you have set this option to ``ref_protected`` explicitly, if you want to have a protected runner (https://github.com/ansible-collections/community.general/issues/5925). diff --git a/changelogs/fragments/5926-flatpak-remote-enabled.yml b/changelogs/fragments/5926-flatpak-remote-enabled.yml deleted file mode 100644 index 95185e613e..0000000000 --- a/changelogs/fragments/5926-flatpak-remote-enabled.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - flatpak_remote - add new boolean option ``enabled``. It controls, whether the remote is enabled or not (https://github.com/ansible-collections/community.general/pull/5926). diff --git a/changelogs/fragments/5927-set-user-agent-dnsimple.yml b/changelogs/fragments/5927-set-user-agent-dnsimple.yml deleted file mode 100644 index 1082b41481..0000000000 --- a/changelogs/fragments/5927-set-user-agent-dnsimple.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "dnsimple - set custom User-Agent for API requests to DNSimple (https://github.com/ansible-collections/community.general/pull/5927)." diff --git a/changelogs/fragments/5928-fix-favicon-url.yml b/changelogs/fragments/5928-fix-favicon-url.yml deleted file mode 100644 index eccb9f4a0f..0000000000 --- a/changelogs/fragments/5928-fix-favicon-url.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - mattermost, rocketchat, slack - replace missing default favicon with docs.ansible.com favicon (https://github.com/ansible-collections/community.general/pull/5928). diff --git a/changelogs/fragments/5933-linting.yml b/changelogs/fragments/5933-linting.yml deleted file mode 100644 index d0c46542bf..0000000000 --- a/changelogs/fragments/5933-linting.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "terraform and timezone - slight refactoring to avoid linter reporting potentially undefined variables (https://github.com/ansible-collections/community.general/pull/5933)." diff --git a/changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml b/changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml deleted file mode 100644 index 1c3163023c..0000000000 --- a/changelogs/fragments/5934-fix-keycloak-sanitize_cr.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "keycloak_client - fix accidental replacement of value for attribute ``saml.signing.private.key`` with ``no_log`` in wrong contexts (https://github.com/ansible-collections/community.general/pull/5934)." \ No newline at end of file diff --git a/changelogs/fragments/5942-onepassword-ignore-errors-from-op-account-get.yml b/changelogs/fragments/5942-onepassword-ignore-errors-from-op-account-get.yml deleted file mode 100644 index e6b774dd35..0000000000 --- a/changelogs/fragments/5942-onepassword-ignore-errors-from-op-account-get.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: -- onepassword lookup plugin - Changed to ignore errors from "op account get" calls. Previously, errors would prevent auto-signin code from executing (https://github.com/ansible-collections/community.general/pull/5942). diff --git a/changelogs/fragments/5943-zfs_delegate_admin-fix-zfs-allow-cannot-parse-unknown-uid-gid.yml b/changelogs/fragments/5943-zfs_delegate_admin-fix-zfs-allow-cannot-parse-unknown-uid-gid.yml deleted file mode 100644 index f07ca8a9a5..0000000000 --- a/changelogs/fragments/5943-zfs_delegate_admin-fix-zfs-allow-cannot-parse-unknown-uid-gid.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - zfs_delegate_admin - zfs allow output can now be parsed when uids/gids are not known to the host system (https://github.com/ansible-collections/community.general/pull/5943). diff --git a/changelogs/fragments/5972-cloudflare-dns-srv-record.yml b/changelogs/fragments/5972-cloudflare-dns-srv-record.yml deleted file mode 100644 index a331b49d23..0000000000 --- a/changelogs/fragments/5972-cloudflare-dns-srv-record.yml +++ /dev/null @@ -1,3 +0,0 @@ -bugfixes: - - "cloudflare_dns - fixed the possiblity of setting a root-level SRV DNS record (https://github.com/ansible-collections/community.general/pull/5972)." - - "cloudflare_dns - fixed the idempotency for SRV DNS records (https://github.com/ansible-collections/community.general/pull/5972)." diff --git a/changelogs/fragments/5985-add-new-gitlab-api-features.yml b/changelogs/fragments/5985-add-new-gitlab-api-features.yml deleted file mode 100644 index 7033a80bec..0000000000 --- a/changelogs/fragments/5985-add-new-gitlab-api-features.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - gitlab_project - add ``releases_access_level``, ``environments_access_level``, ``feature_flags_access_level``, ``infrastructure_access_level``, ``monitor_access_level``, and ``security_and_compliance_access_level`` options (https://github.com/ansible-collections/community.general/pull/5986). diff --git a/changelogs/fragments/5994-github-webhook-secret.yml b/changelogs/fragments/5994-github-webhook-secret.yml deleted file mode 100644 index 700703840c..0000000000 --- a/changelogs/fragments/5994-github-webhook-secret.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - github_webhook - fix always changed state when no secret is provided (https://github.com/ansible-collections/community.general/pull/5994). \ No newline at end of file diff --git a/changelogs/fragments/6.4.0.yml b/changelogs/fragments/6.4.0.yml deleted file mode 100644 index c1cd23f095..0000000000 --- a/changelogs/fragments/6.4.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular feature and bugfix release. diff --git a/changelogs/fragments/6011-osx-defaults-errors.yml b/changelogs/fragments/6011-osx-defaults-errors.yml deleted file mode 100644 index 49915d51a7..0000000000 --- a/changelogs/fragments/6011-osx-defaults-errors.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "osx_defaults - include stderr in error messages (https://github.com/ansible-collections/community.general/pull/6011)." diff --git a/changelogs/fragments/6034-lxd-tls.yml b/changelogs/fragments/6034-lxd-tls.yml deleted file mode 100644 index 975215f3e5..0000000000 --- a/changelogs/fragments/6034-lxd-tls.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "lxd_* modules, lxd inventory plugin - fix TLS/SSL certificate validation problems by using the correct purpose when creating the TLS context (https://github.com/ansible-collections/community.general/issues/5616, https://github.com/ansible-collections/community.general/pull/6034)." diff --git a/changelogs/fragments/6043-jc_plugin_parser_support.yml b/changelogs/fragments/6043-jc_plugin_parser_support.yml deleted file mode 100644 index 3684f32fe4..0000000000 --- a/changelogs/fragments/6043-jc_plugin_parser_support.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - jc filter plugin - added the ability to use parser plugins (https://github.com/ansible-collections/community.general/pull/6043). diff --git a/changelogs/fragments/6045-xorder-discovery.yml b/changelogs/fragments/6045-xorder-discovery.yml deleted file mode 100644 index 5e7fb5a031..0000000000 --- a/changelogs/fragments/6045-xorder-discovery.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ldap modules - add ``xorder_discovery`` option (https://github.com/ansible-collections/community.general/issues/6045, https://github.com/ansible-collections/community.general/pull/6109). diff --git a/changelogs/fragments/6048-nmcli-addres-order.yml b/changelogs/fragments/6048-nmcli-addres-order.yml deleted file mode 100644 index 4de15cf084..0000000000 --- a/changelogs/fragments/6048-nmcli-addres-order.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - nmcli - order is significant for lists of addresses (https://github.com/ansible-collections/community.general/pull/6048). diff --git a/changelogs/fragments/6074-loader_in_listify.yml.yml b/changelogs/fragments/6074-loader_in_listify.yml.yml deleted file mode 100644 index 9a0852a88e..0000000000 --- a/changelogs/fragments/6074-loader_in_listify.yml.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - cartesian and flattened lookup plugins - adjust to parameter deprecation in ansible-core 2.14's ``listify_lookup_plugin_terms`` helper function (https://github.com/ansible-collections/community.general/pull/6074). diff --git a/changelogs/fragments/6100-jenkins_plugin.yml b/changelogs/fragments/6100-jenkins_plugin.yml deleted file mode 100644 index 1f01d26083..0000000000 --- a/changelogs/fragments/6100-jenkins_plugin.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "jenkins_plugin - fix error due to undefined variable when updates file is not downloaded (https://github.com/ansible-collections/community.general/pull/6100)." diff --git a/changelogs/fragments/remove-unneeded-imports.yml b/changelogs/fragments/remove-unneeded-imports.yml deleted file mode 100644 index a5fed1d93e..0000000000 --- a/changelogs/fragments/remove-unneeded-imports.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "various plugins and modules - remove unnecessary imports (https://github.com/ansible-collections/community.general/pull/5940)."