From 96f609d1f2f928234375cde96c1984e0f34d31fc Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 26 Apr 2022 11:42:20 +0200 Subject: [PATCH] Release 4.8.0. --- CHANGELOG.rst | 86 +++++++++++ changelogs/changelog.yaml | 141 ++++++++++++++++++ changelogs/fragments/4.8.0.yml | 1 - .../4084-add-redfish-system-indicator-led.yml | 2 - changelogs/fragments/4320-nmcli-hairpin.yml | 2 - .../4377-allow-proxmox-snapshot-restoring.yml | 3 - .../fragments/4438-fix-error-message.yaml | 2 - .../4455-terraform-provider-upgrade.yml | 3 - ...upport-datadog-monitors-type-event-v2.yaml | 3 - ...onitor-if-it-is-not-null-api-response.yaml | 2 - .../4464-pacman-fix-local-remove.yaml | 2 - changelogs/fragments/4465-btrfs-resize.yml | 3 - .../4466-proxmox-ansible_host-deprecation.yml | 6 - .../fragments/4471-seport-refactor.yaml | 2 - changelogs/fragments/4476-cmd_runner.yml | 2 - ...port-for-lxd_container-and-lxd_profile.yml | 3 - .../4491-specify_all_in_list_calls.yaml | 23 --- .../4492-proxmox_kvm_fix_vm_without_name.yaml | 2 - ...recated-method-in-gitlab-branch-module.yml | 2 - .../4506-sudo-in-nmap-inv-plugin.yaml | 2 - ...ventory-plugin-to-match-documentation.yaml | 3 - .../fragments/4526-keycloak-realm-types.yaml | 2 - ...4530-fix-unauthorized-pritunl-request.yaml | 2 - .../4534-xfconf-added-value-types.yaml | 2 - .../4540-proxmox-inventory-token-auth.yml | 2 - changelogs/fragments/4555-proxmox-lxc-key.yml | 4 - .../fragments/4556-remove-default-none-1.yml | 7 - .../4557-alternatives-add-state-parameter.yml | 2 - .../fragments/4567-remove-default-none-2.yml | 13 -- 29 files changed, 227 insertions(+), 102 deletions(-) delete mode 100644 changelogs/fragments/4.8.0.yml delete mode 100644 changelogs/fragments/4084-add-redfish-system-indicator-led.yml delete mode 100644 changelogs/fragments/4320-nmcli-hairpin.yml delete mode 100644 changelogs/fragments/4377-allow-proxmox-snapshot-restoring.yml delete mode 100644 changelogs/fragments/4438-fix-error-message.yaml delete mode 100644 changelogs/fragments/4455-terraform-provider-upgrade.yml delete mode 100644 changelogs/fragments/4457-support-datadog-monitors-type-event-v2.yaml delete mode 100644 changelogs/fragments/4459-only-get-monitor-if-it-is-not-null-api-response.yaml delete mode 100644 changelogs/fragments/4464-pacman-fix-local-remove.yaml delete mode 100644 changelogs/fragments/4465-btrfs-resize.yml delete mode 100644 changelogs/fragments/4466-proxmox-ansible_host-deprecation.yml delete mode 100644 changelogs/fragments/4471-seport-refactor.yaml delete mode 100644 changelogs/fragments/4476-cmd_runner.yml delete mode 100644 changelogs/fragments/4479-add-project-support-for-lxd_container-and-lxd_profile.yml delete mode 100644 changelogs/fragments/4491-specify_all_in_list_calls.yaml delete mode 100644 changelogs/fragments/4492-proxmox_kvm_fix_vm_without_name.yaml delete mode 100644 changelogs/fragments/4496-remove-deprecated-method-in-gitlab-branch-module.yml delete mode 100644 changelogs/fragments/4506-sudo-in-nmap-inv-plugin.yaml delete mode 100644 changelogs/fragments/4524-update-opennebula-inventory-plugin-to-match-documentation.yaml delete mode 100644 changelogs/fragments/4526-keycloak-realm-types.yaml delete mode 100644 changelogs/fragments/4530-fix-unauthorized-pritunl-request.yaml delete mode 100644 changelogs/fragments/4534-xfconf-added-value-types.yaml delete mode 100644 changelogs/fragments/4540-proxmox-inventory-token-auth.yml delete mode 100644 changelogs/fragments/4555-proxmox-lxc-key.yml delete mode 100644 changelogs/fragments/4556-remove-default-none-1.yml delete mode 100644 changelogs/fragments/4557-alternatives-add-state-parameter.yml delete mode 100644 changelogs/fragments/4567-remove-default-none-2.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 143dca7c18..3b37ef46ad 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,92 @@ Community General Release Notes This changelog describes changes after version 3.0.0. +v4.8.0 +====== + +Release Summary +--------------- + +Regular feature and bugfix release. Please note that this is the last minor 4.x.0 release. Further releases with major version 4 will be bugfix releases 4.8.y. + +Minor Changes +------------- + +- alternatives - add ``state`` parameter, which provides control over whether the alternative should be set as the active selection for its alternatives group (https://github.com/ansible-collections/community.general/issues/4543, https://github.com/ansible-collections/community.general/pull/4557). +- atomic_container - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- clc_alert_policy - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). +- clc_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). +- clc_loadbalancer - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). +- clc_server - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). +- cmd_runner module util - reusable command runner with consistent argument formatting and sensible defaults (https://github.com/ansible-collections/community.general/pull/4476). +- datadog_monitor - support new datadog event monitor of type `event-v2 alert` (https://github.com/ansible-collections/community.general/pull/4457) +- filesystem - add support for resizing btrfs (https://github.com/ansible-collections/community.general/issues/4465). +- lxd_container - adds ``project`` option to allow selecting project for LXD instance (https://github.com/ansible-collections/community.general/pull/4479). +- lxd_profile - adds ``project`` option to allow selecting project for LXD profile (https://github.com/ansible-collections/community.general/pull/4479). +- nmap inventory plugin - add ``sudo`` option in plugin in order to execute ``sudo nmap`` so that ``nmap`` runs with elevated privileges (https://github.com/ansible-collections/community.general/pull/4506). +- nomad_job - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- nomad_job_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- packet_device - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- packet_sshkey - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- packet_volume - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- profitbricks - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- proxmox - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- proxmox inventory plugin - add token authentication as an alternative to username/password (https://github.com/ansible-collections/community.general/pull/4540). +- proxmox inventory plugin - parse LXC configs returned by the proxmox API (https://github.com/ansible-collections/community.general/pull/4472). +- proxmox_snap - add restore snapshot option (https://github.com/ansible-collections/community.general/pull/4377). +- proxmox_snap - fixed timeout value to correctly reflect time in seconds. The timeout was off by one second (https://github.com/ansible-collections/community.general/pull/4377). +- redfish_command - add ``IndicatorLedOn``, ``IndicatorLedOff``, and ``IndicatorLedBlink`` commands to the Systems category for controling system LEDs (https://github.com/ansible-collections/community.general/issues/4084). +- seport - minor refactoring (https://github.com/ansible-collections/community.general/pull/4471). +- smartos_image_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- terraform - adds ``terraform_upgrade`` parameter which allows ``terraform init`` to satisfy new provider constraints in an existing Terraform project (https://github.com/ansible-collections/community.general/issues/4333). +- udm_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). +- udm_share - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). +- vmadm - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- webfaction_app - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- webfaction_db - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). +- xfconf - added missing value types ``char``, ``uchar``, ``int64`` and ``uint64`` (https://github.com/ansible-collections/community.general/pull/4534). + +Deprecated Features +------------------- + +- nmcli - deprecate default hairpin mode for a bridge. This so we can change it to ``false`` in community.general 7.0.0, as this is also the default in ``nmcli`` (https://github.com/ansible-collections/community.general/pull/4334). +- proxmox inventory plugin - the current default ``true`` of the ``want_proxmox_nodes_ansible_host`` option has been deprecated. The default will change to ``false`` in community.general 6.0.0. To keep the current behavior, explicitly set ``want_proxmox_nodes_ansible_host`` to ``true`` in your inventory configuration. We suggest to already switch to the new behavior by explicitly setting it to ``false``, and by using ``compose:`` to set ``ansible_host`` to the correct value. See the examples in the plugin documentation for details (https://github.com/ansible-collections/community.general/pull/4466). + +Bugfixes +-------- + +- dnsmadeeasy - fix failure on deleting DNS entries when API response does not contain monitor value (https://github.com/ansible-collections/community.general/issues/3620). +- git_branch - remove deprecated and unnecessary branch ``unprotect`` method (https://github.com/ansible-collections/community.general/pull/4496). +- gitlab_group - improve searching for projects inside group on deletion (https://github.com/ansible-collections/community.general/pull/4491). +- gitlab_group_members - handle more than 20 groups when finding a group (https://github.com/ansible-collections/community.general/pull/4491, https://github.com/ansible-collections/community.general/issues/4460, https://github.com/ansible-collections/community.general/issues/3729). +- gitlab_hook - handle more than 20 hooks when finding a hook (https://github.com/ansible-collections/community.general/pull/4491). +- gitlab_project - handle more than 20 namespaces when finding a namespace (https://github.com/ansible-collections/community.general/pull/4491). +- gitlab_project_members - handle more than 20 projects and users when finding a project resp. user (https://github.com/ansible-collections/community.general/pull/4491). +- gitlab_user - handle more than 20 users and SSH keys when finding a user resp. SSH key (https://github.com/ansible-collections/community.general/pull/4491). +- keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526). +- opennebula inventory plugin - complete the implementation of ``constructable`` for opennebula inventory plugin. Now ``keyed_groups``, ``compose``, ``groups`` actually work (https://github.com/ansible-collections/community.general/issues/4497). +- pacman - fixed bug where ``absent`` state did not work for locally installed packages (https://github.com/ansible-collections/community.general/pull/4464). +- pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string`` parameter (https://github.com/ansible-collections/community.general/issues/4527). +- proxmox inventory plugin - fix error when parsing container with LXC configs (https://github.com/ansible-collections/community.general/issues/4472, https://github.com/ansible-collections/community.general/pull/4472). +- proxmox_kvm - fix a bug when getting a state of VM without name will fail (https://github.com/ansible-collections/community.general/pull/4508). +- xbps - fix error message that is reported when installing packages fails (https://github.com/ansible-collections/community.general/pull/4438). + +New Modules +----------- + +Cloud +~~~~~ + +lxd +^^^ + +- lxd_project - Manage LXD projects + +Monitoring +~~~~~~~~~~ + +- alerta_customer - Manage customers in Alerta + v4.7.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index eba38823ff..83af7d42d7 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1641,3 +1641,144 @@ releases: - 4422-warn-user-if-incorrect-SDK-version-is-installed.yaml - 4429-keycloak-client-add-always-display-in-console.yml release_date: '2022-04-05' + 4.8.0: + changes: + bugfixes: + - dnsmadeeasy - fix failure on deleting DNS entries when API response does not + contain monitor value (https://github.com/ansible-collections/community.general/issues/3620). + - git_branch - remove deprecated and unnecessary branch ``unprotect`` method + (https://github.com/ansible-collections/community.general/pull/4496). + - 'gitlab_group - improve searching for projects inside group on deletion (https://github.com/ansible-collections/community.general/pull/4491). + + ' + - 'gitlab_group_members - handle more than 20 groups when finding a group (https://github.com/ansible-collections/community.general/pull/4491, + https://github.com/ansible-collections/community.general/issues/4460, https://github.com/ansible-collections/community.general/issues/3729). + + ' + - 'gitlab_hook - handle more than 20 hooks when finding a hook (https://github.com/ansible-collections/community.general/pull/4491). + + ' + - 'gitlab_project - handle more than 20 namespaces when finding a namespace + (https://github.com/ansible-collections/community.general/pull/4491). + + ' + - 'gitlab_project_members - handle more than 20 projects and users when finding + a project resp. user (https://github.com/ansible-collections/community.general/pull/4491). + + ' + - 'gitlab_user - handle more than 20 users and SSH keys when finding a user + resp. SSH key (https://github.com/ansible-collections/community.general/pull/4491). + + ' + - keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` + from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526). + - opennebula inventory plugin - complete the implementation of ``constructable`` + for opennebula inventory plugin. Now ``keyed_groups``, ``compose``, ``groups`` + actually work (https://github.com/ansible-collections/community.general/issues/4497). + - pacman - fixed bug where ``absent`` state did not work for locally installed + packages (https://github.com/ansible-collections/community.general/pull/4464). + - pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string`` + parameter (https://github.com/ansible-collections/community.general/issues/4527). + - proxmox inventory plugin - fix error when parsing container with LXC configs + (https://github.com/ansible-collections/community.general/issues/4472, https://github.com/ansible-collections/community.general/pull/4472). + - proxmox_kvm - fix a bug when getting a state of VM without name will fail + (https://github.com/ansible-collections/community.general/pull/4508). + - xbps - fix error message that is reported when installing packages fails (https://github.com/ansible-collections/community.general/pull/4438). + deprecated_features: + - nmcli - deprecate default hairpin mode for a bridge. This so we can change + it to ``false`` in community.general 7.0.0, as this is also the default in + ``nmcli`` (https://github.com/ansible-collections/community.general/pull/4334). + - proxmox inventory plugin - the current default ``true`` of the ``want_proxmox_nodes_ansible_host`` + option has been deprecated. The default will change to ``false`` in community.general + 6.0.0. To keep the current behavior, explicitly set ``want_proxmox_nodes_ansible_host`` + to ``true`` in your inventory configuration. We suggest to already switch + to the new behavior by explicitly setting it to ``false``, and by using ``compose:`` + to set ``ansible_host`` to the correct value. See the examples in the plugin + documentation for details (https://github.com/ansible-collections/community.general/pull/4466). + minor_changes: + - alternatives - add ``state`` parameter, which provides control over whether + the alternative should be set as the active selection for its alternatives + group (https://github.com/ansible-collections/community.general/issues/4543, + https://github.com/ansible-collections/community.general/pull/4557). + - atomic_container - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - clc_alert_policy - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). + - clc_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). + - clc_loadbalancer - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). + - clc_server - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). + - cmd_runner module util - reusable command runner with consistent argument + formatting and sensible defaults (https://github.com/ansible-collections/community.general/pull/4476). + - datadog_monitor - support new datadog event monitor of type `event-v2 alert` + (https://github.com/ansible-collections/community.general/pull/4457) + - filesystem - add support for resizing btrfs (https://github.com/ansible-collections/community.general/issues/4465). + - lxd_container - adds ``project`` option to allow selecting project for LXD + instance (https://github.com/ansible-collections/community.general/pull/4479). + - lxd_profile - adds ``project`` option to allow selecting project for LXD profile + (https://github.com/ansible-collections/community.general/pull/4479). + - nmap inventory plugin - add ``sudo`` option in plugin in order to execute + ``sudo nmap`` so that ``nmap`` runs with elevated privileges (https://github.com/ansible-collections/community.general/pull/4506). + - nomad_job - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - nomad_job_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - packet_device - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - packet_sshkey - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - packet_volume - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - profitbricks - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - proxmox - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - proxmox inventory plugin - add token authentication as an alternative to username/password + (https://github.com/ansible-collections/community.general/pull/4540). + - proxmox inventory plugin - parse LXC configs returned by the proxmox API (https://github.com/ansible-collections/community.general/pull/4472). + - proxmox_snap - add restore snapshot option (https://github.com/ansible-collections/community.general/pull/4377). + - proxmox_snap - fixed timeout value to correctly reflect time in seconds. The + timeout was off by one second (https://github.com/ansible-collections/community.general/pull/4377). + - redfish_command - add ``IndicatorLedOn``, ``IndicatorLedOff``, and ``IndicatorLedBlink`` + commands to the Systems category for controling system LEDs (https://github.com/ansible-collections/community.general/issues/4084). + - seport - minor refactoring (https://github.com/ansible-collections/community.general/pull/4471). + - smartos_image_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - terraform - adds ``terraform_upgrade`` parameter which allows ``terraform + init`` to satisfy new provider constraints in an existing Terraform project + (https://github.com/ansible-collections/community.general/issues/4333). + - udm_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). + - udm_share - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). + - vmadm - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - webfaction_app - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - webfaction_db - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). + - xfconf - added missing value types ``char``, ``uchar``, ``int64`` and ``uint64`` + (https://github.com/ansible-collections/community.general/pull/4534). + release_summary: Regular feature and bugfix release. Please note that this is + the last minor 4.x.0 release. Further releases with major version 4 will be + bugfix releases 4.8.y. + fragments: + - 4.8.0.yml + - 4084-add-redfish-system-indicator-led.yml + - 4320-nmcli-hairpin.yml + - 4377-allow-proxmox-snapshot-restoring.yml + - 4438-fix-error-message.yaml + - 4455-terraform-provider-upgrade.yml + - 4457-support-datadog-monitors-type-event-v2.yaml + - 4459-only-get-monitor-if-it-is-not-null-api-response.yaml + - 4464-pacman-fix-local-remove.yaml + - 4465-btrfs-resize.yml + - 4466-proxmox-ansible_host-deprecation.yml + - 4471-seport-refactor.yaml + - 4476-cmd_runner.yml + - 4479-add-project-support-for-lxd_container-and-lxd_profile.yml + - 4491-specify_all_in_list_calls.yaml + - 4492-proxmox_kvm_fix_vm_without_name.yaml + - 4496-remove-deprecated-method-in-gitlab-branch-module.yml + - 4506-sudo-in-nmap-inv-plugin.yaml + - 4524-update-opennebula-inventory-plugin-to-match-documentation.yaml + - 4526-keycloak-realm-types.yaml + - 4530-fix-unauthorized-pritunl-request.yaml + - 4534-xfconf-added-value-types.yaml + - 4540-proxmox-inventory-token-auth.yml + - 4555-proxmox-lxc-key.yml + - 4556-remove-default-none-1.yml + - 4557-alternatives-add-state-parameter.yml + - 4567-remove-default-none-2.yml + modules: + - description: Manage customers in Alerta + name: alerta_customer + namespace: monitoring + - description: Manage LXD projects + name: lxd_project + namespace: cloud.lxd + release_date: '2022-04-26' diff --git a/changelogs/fragments/4.8.0.yml b/changelogs/fragments/4.8.0.yml deleted file mode 100644 index d5465df2ad..0000000000 --- a/changelogs/fragments/4.8.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular feature and bugfix release. Please note that this is the last minor 4.x.0 release. Further releases with major version 4 will be bugfix releases 4.8.y. diff --git a/changelogs/fragments/4084-add-redfish-system-indicator-led.yml b/changelogs/fragments/4084-add-redfish-system-indicator-led.yml deleted file mode 100644 index e27c61e13f..0000000000 --- a/changelogs/fragments/4084-add-redfish-system-indicator-led.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_command - add ``IndicatorLedOn``, ``IndicatorLedOff``, and ``IndicatorLedBlink`` commands to the Systems category for controling system LEDs (https://github.com/ansible-collections/community.general/issues/4084). diff --git a/changelogs/fragments/4320-nmcli-hairpin.yml b/changelogs/fragments/4320-nmcli-hairpin.yml deleted file mode 100644 index bcda97eeaf..0000000000 --- a/changelogs/fragments/4320-nmcli-hairpin.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: - - nmcli - deprecate default hairpin mode for a bridge. This so we can change it to ``false`` in community.general 7.0.0, as this is also the default in ``nmcli`` (https://github.com/ansible-collections/community.general/pull/4334). diff --git a/changelogs/fragments/4377-allow-proxmox-snapshot-restoring.yml b/changelogs/fragments/4377-allow-proxmox-snapshot-restoring.yml deleted file mode 100644 index 8067cc18df..0000000000 --- a/changelogs/fragments/4377-allow-proxmox-snapshot-restoring.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - proxmox_snap - add restore snapshot option (https://github.com/ansible-collections/community.general/pull/4377). - - proxmox_snap - fixed timeout value to correctly reflect time in seconds. The timeout was off by one second (https://github.com/ansible-collections/community.general/pull/4377). \ No newline at end of file diff --git a/changelogs/fragments/4438-fix-error-message.yaml b/changelogs/fragments/4438-fix-error-message.yaml deleted file mode 100644 index 67c7050218..0000000000 --- a/changelogs/fragments/4438-fix-error-message.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - xbps - fix error message that is reported when installing packages fails (https://github.com/ansible-collections/community.general/pull/4438). diff --git a/changelogs/fragments/4455-terraform-provider-upgrade.yml b/changelogs/fragments/4455-terraform-provider-upgrade.yml deleted file mode 100644 index 5fe2d08ca7..0000000000 --- a/changelogs/fragments/4455-terraform-provider-upgrade.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - terraform - adds ``terraform_upgrade`` parameter which allows ``terraform init`` to satisfy new provider constraints in an existing Terraform project (https://github.com/ansible-collections/community.general/issues/4333). \ No newline at end of file diff --git a/changelogs/fragments/4457-support-datadog-monitors-type-event-v2.yaml b/changelogs/fragments/4457-support-datadog-monitors-type-event-v2.yaml deleted file mode 100644 index 9072b6a389..0000000000 --- a/changelogs/fragments/4457-support-datadog-monitors-type-event-v2.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - datadog_monitor - support new datadog event monitor of type `event-v2 alert` (https://github.com/ansible-collections/community.general/pull/4457) diff --git a/changelogs/fragments/4459-only-get-monitor-if-it-is-not-null-api-response.yaml b/changelogs/fragments/4459-only-get-monitor-if-it-is-not-null-api-response.yaml deleted file mode 100644 index 88d0f401ea..0000000000 --- a/changelogs/fragments/4459-only-get-monitor-if-it-is-not-null-api-response.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - dnsmadeeasy - fix failure on deleting DNS entries when API response does not contain monitor value (https://github.com/ansible-collections/community.general/issues/3620). \ No newline at end of file diff --git a/changelogs/fragments/4464-pacman-fix-local-remove.yaml b/changelogs/fragments/4464-pacman-fix-local-remove.yaml deleted file mode 100644 index 50440491c9..0000000000 --- a/changelogs/fragments/4464-pacman-fix-local-remove.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - pacman - fixed bug where ``absent`` state did not work for locally installed packages (https://github.com/ansible-collections/community.general/pull/4464). diff --git a/changelogs/fragments/4465-btrfs-resize.yml b/changelogs/fragments/4465-btrfs-resize.yml deleted file mode 100644 index 1cdeea16c8..0000000000 --- a/changelogs/fragments/4465-btrfs-resize.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - filesystem - add support for resizing btrfs (https://github.com/ansible-collections/community.general/issues/4465). diff --git a/changelogs/fragments/4466-proxmox-ansible_host-deprecation.yml b/changelogs/fragments/4466-proxmox-ansible_host-deprecation.yml deleted file mode 100644 index a4c94a318c..0000000000 --- a/changelogs/fragments/4466-proxmox-ansible_host-deprecation.yml +++ /dev/null @@ -1,6 +0,0 @@ -deprecated_features: - - "proxmox inventory plugin - the current default ``true`` of the ``want_proxmox_nodes_ansible_host`` option has been deprecated. - The default will change to ``false`` in community.general 6.0.0. To keep the current behavior, explicitly set - ``want_proxmox_nodes_ansible_host`` to ``true`` in your inventory configuration. We suggest to already switch to the new - behavior by explicitly setting it to ``false``, and by using ``compose:`` to set ``ansible_host`` to the correct value. - See the examples in the plugin documentation for details (https://github.com/ansible-collections/community.general/pull/4466)." diff --git a/changelogs/fragments/4471-seport-refactor.yaml b/changelogs/fragments/4471-seport-refactor.yaml deleted file mode 100644 index 343ecd1335..0000000000 --- a/changelogs/fragments/4471-seport-refactor.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - seport - minor refactoring (https://github.com/ansible-collections/community.general/pull/4471). diff --git a/changelogs/fragments/4476-cmd_runner.yml b/changelogs/fragments/4476-cmd_runner.yml deleted file mode 100644 index b995e43ac2..0000000000 --- a/changelogs/fragments/4476-cmd_runner.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - cmd_runner module util - reusable command runner with consistent argument formatting and sensible defaults (https://github.com/ansible-collections/community.general/pull/4476). diff --git a/changelogs/fragments/4479-add-project-support-for-lxd_container-and-lxd_profile.yml b/changelogs/fragments/4479-add-project-support-for-lxd_container-and-lxd_profile.yml deleted file mode 100644 index 5ea1448c0b..0000000000 --- a/changelogs/fragments/4479-add-project-support-for-lxd_container-and-lxd_profile.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - lxd_container - adds ``project`` option to allow selecting project for LXD instance (https://github.com/ansible-collections/community.general/pull/4479). - - lxd_profile - adds ``project`` option to allow selecting project for LXD profile (https://github.com/ansible-collections/community.general/pull/4479). diff --git a/changelogs/fragments/4491-specify_all_in_list_calls.yaml b/changelogs/fragments/4491-specify_all_in_list_calls.yaml deleted file mode 100644 index e1a057d1f4..0000000000 --- a/changelogs/fragments/4491-specify_all_in_list_calls.yaml +++ /dev/null @@ -1,23 +0,0 @@ -bugfixes: - - > - gitlab_group_members - handle more than 20 groups when finding a group - (https://github.com/ansible-collections/community.general/pull/4491, - https://github.com/ansible-collections/community.general/issues/4460, - https://github.com/ansible-collections/community.general/issues/3729). - - > - gitlab_group - improve searching for projects inside group on deletion - (https://github.com/ansible-collections/community.general/pull/4491). - - > - gitlab_hook - handle more than 20 hooks when finding a hook - (https://github.com/ansible-collections/community.general/pull/4491). - - > - gitlab_project - handle more than 20 namespaces when finding a namespace - (https://github.com/ansible-collections/community.general/pull/4491). - - > - gitlab_project_members - handle more than 20 projects and users when - finding a project resp. user - (https://github.com/ansible-collections/community.general/pull/4491). - - > - gitlab_user - handle more than 20 users and SSH keys when finding a user - resp. SSH key - (https://github.com/ansible-collections/community.general/pull/4491). diff --git a/changelogs/fragments/4492-proxmox_kvm_fix_vm_without_name.yaml b/changelogs/fragments/4492-proxmox_kvm_fix_vm_without_name.yaml deleted file mode 100644 index 94efa9133b..0000000000 --- a/changelogs/fragments/4492-proxmox_kvm_fix_vm_without_name.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - proxmox_kvm - fix a bug when getting a state of VM without name will fail (https://github.com/ansible-collections/community.general/pull/4508). diff --git a/changelogs/fragments/4496-remove-deprecated-method-in-gitlab-branch-module.yml b/changelogs/fragments/4496-remove-deprecated-method-in-gitlab-branch-module.yml deleted file mode 100644 index 07329367e7..0000000000 --- a/changelogs/fragments/4496-remove-deprecated-method-in-gitlab-branch-module.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - git_branch - remove deprecated and unnecessary branch ``unprotect`` method (https://github.com/ansible-collections/community.general/pull/4496). diff --git a/changelogs/fragments/4506-sudo-in-nmap-inv-plugin.yaml b/changelogs/fragments/4506-sudo-in-nmap-inv-plugin.yaml deleted file mode 100644 index 1baded5cd4..0000000000 --- a/changelogs/fragments/4506-sudo-in-nmap-inv-plugin.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- nmap inventory plugin - add ``sudo`` option in plugin in order to execute ``sudo nmap`` so that ``nmap`` runs with elevated privileges (https://github.com/ansible-collections/community.general/pull/4506). diff --git a/changelogs/fragments/4524-update-opennebula-inventory-plugin-to-match-documentation.yaml b/changelogs/fragments/4524-update-opennebula-inventory-plugin-to-match-documentation.yaml deleted file mode 100644 index e5b32c181b..0000000000 --- a/changelogs/fragments/4524-update-opennebula-inventory-plugin-to-match-documentation.yaml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - opennebula inventory plugin - complete the implementation of ``constructable`` for opennebula inventory plugin. Now ``keyed_groups``, ``compose``, ``groups`` actually work (https://github.com/ansible-collections/community.general/issues/4497). diff --git a/changelogs/fragments/4526-keycloak-realm-types.yaml b/changelogs/fragments/4526-keycloak-realm-types.yaml deleted file mode 100644 index ff1699d7f8..0000000000 --- a/changelogs/fragments/4526-keycloak-realm-types.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - keycloak - fix parameters types for ``defaultDefaultClientScopes`` and ``defaultOptionalClientScopes`` from list of dictionaries to list of strings (https://github.com/ansible-collections/community.general/pull/4526). diff --git a/changelogs/fragments/4530-fix-unauthorized-pritunl-request.yaml b/changelogs/fragments/4530-fix-unauthorized-pritunl-request.yaml deleted file mode 100644 index 6b5bbd716d..0000000000 --- a/changelogs/fragments/4530-fix-unauthorized-pritunl-request.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - pritunl - fixed bug where pritunl plugin api add unneeded data in ``auth_string`` parameter (https://github.com/ansible-collections/community.general/issues/4527). diff --git a/changelogs/fragments/4534-xfconf-added-value-types.yaml b/changelogs/fragments/4534-xfconf-added-value-types.yaml deleted file mode 100644 index 152c554349..0000000000 --- a/changelogs/fragments/4534-xfconf-added-value-types.yaml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - xfconf - added missing value types ``char``, ``uchar``, ``int64`` and ``uint64`` (https://github.com/ansible-collections/community.general/pull/4534). diff --git a/changelogs/fragments/4540-proxmox-inventory-token-auth.yml b/changelogs/fragments/4540-proxmox-inventory-token-auth.yml deleted file mode 100644 index 8a156bc557..0000000000 --- a/changelogs/fragments/4540-proxmox-inventory-token-auth.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - proxmox inventory plugin - add token authentication as an alternative to username/password (https://github.com/ansible-collections/community.general/pull/4540). \ No newline at end of file diff --git a/changelogs/fragments/4555-proxmox-lxc-key.yml b/changelogs/fragments/4555-proxmox-lxc-key.yml deleted file mode 100644 index 5f598d3e07..0000000000 --- a/changelogs/fragments/4555-proxmox-lxc-key.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - proxmox inventory plugin - fix error when parsing container with LXC configs (https://github.com/ansible-collections/community.general/issues/4472, https://github.com/ansible-collections/community.general/pull/4472). -minor_changes: - - proxmox inventory plugin - parse LXC configs returned by the proxmox API (https://github.com/ansible-collections/community.general/pull/4472). diff --git a/changelogs/fragments/4556-remove-default-none-1.yml b/changelogs/fragments/4556-remove-default-none-1.yml deleted file mode 100644 index e527bf2c30..0000000000 --- a/changelogs/fragments/4556-remove-default-none-1.yml +++ /dev/null @@ -1,7 +0,0 @@ -minor_changes: - - clc_alert_policy - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - - clc_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - - clc_loadbalancer - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - - clc_server - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - - udm_group - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). - - udm_share - minor refactoring (https://github.com/ansible-collections/community.general/pull/4556). diff --git a/changelogs/fragments/4557-alternatives-add-state-parameter.yml b/changelogs/fragments/4557-alternatives-add-state-parameter.yml deleted file mode 100644 index b4d7558c02..0000000000 --- a/changelogs/fragments/4557-alternatives-add-state-parameter.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - alternatives - add ``state`` parameter, which provides control over whether the alternative should be set as the active selection for its alternatives group (https://github.com/ansible-collections/community.general/issues/4543, https://github.com/ansible-collections/community.general/pull/4557). diff --git a/changelogs/fragments/4567-remove-default-none-2.yml b/changelogs/fragments/4567-remove-default-none-2.yml deleted file mode 100644 index b4ef6ed77e..0000000000 --- a/changelogs/fragments/4567-remove-default-none-2.yml +++ /dev/null @@ -1,13 +0,0 @@ -minor_changes: - - atomic_container - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - proxmox - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - packet_device - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - packet_sshkey - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - packet_volume - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - profitbricks - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - smartos_image_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - vmadm - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - webfaction_app - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - webfaction_db - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - nomad_job - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567). - - nomad_job_info - minor refactoring (https://github.com/ansible-collections/community.general/pull/4567).