diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5ae15a68d4..bc968361bf 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -6,6 +6,100 @@ Community General Release Notes This changelog describes changes after version 2.0.0. +v3.2.0 +====== + +Release Summary +--------------- + +Regular bugfix and feature release. + +Minor Changes +------------- + +- Remove unnecessary ``__init__.py`` files from ``plugins/`` (https://github.com/ansible-collections/community.general/pull/2632). +- archive - added ``exclusion_patterns`` option to exclude files or subdirectories from archives (https://github.com/ansible-collections/community.general/pull/2616). +- cloud_init_data_facts - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). +- composer - add ``composer_executable`` option (https://github.com/ansible-collections/community.general/issues/2649). +- flatpak - add ``no_dependencies`` parameter (https://github.com/ansible/ansible/pull/55452, https://github.com/ansible-collections/community.general/pull/2751). +- ini_file - opening file with encoding ``utf-8-sig`` (https://github.com/ansible-collections/community.general/issues/2189). +- jira - add comment visibility parameter for comment operation (https://github.com/ansible-collections/community.general/pull/2556). +- maven_artifact - added ``checksum_alg`` option to support SHA1 checksums in order to support FIPS systems (https://github.com/ansible-collections/community.general/pull/2662). +- module_helper module utils - method ``CmdMixin.run_command()`` now accepts ``process_output`` specifying a function to process the outcome of the underlying ``module.run_command()`` (https://github.com/ansible-collections/community.general/pull/2564). +- nmcli - add new options to ignore automatic DNS servers and gateways (https://github.com/ansible-collections/community.general/issues/1087). +- onepassword lookup plugin - add ``domain`` option (https://github.com/ansible-collections/community.general/issues/2734). +- open_iscsi - add ``auto_portal_startup`` parameter to allow ``node.startup`` setting per portal (https://github.com/ansible-collections/community.general/issues/2685). +- open_iscsi - also consider ``portal`` and ``port`` to check if already logged in or not (https://github.com/ansible-collections/community.general/issues/2683). +- proxmox_group_info - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). +- proxmox_kvm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). +- rhevm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). +- serverless - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). +- stacki_host - minor refactoring (https://github.com/ansible-collections/community.general/pull/2681). +- terraform - add option ``overwrite_init`` to skip init if exists (https://github.com/ansible-collections/community.general/pull/2573). +- terraform - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). + +Deprecated Features +------------------- + +- All inventory and vault scripts will be removed from community.general in version 4.0.0. If you are referencing them, please update your references to the new `contrib-scripts GitHub repository `_ so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697). + +Bugfixes +-------- + +- consul_kv lookup plugin - allow to set ``recurse``, ``index``, ``datacenter`` and ``token`` as keyword arguments (https://github.com/ansible-collections/community.general/issues/2124). +- cpanm - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731). +- influxdb_user - fix bug which removed current privileges instead of appending them to existing ones (https://github.com/ansible-collections/community.general/issues/2609, https://github.com/ansible-collections/community.general/pull/2614). +- iptables_state - call ``async_status`` action plugin rather than its module (https://github.com/ansible-collections/community.general/issues/2700). +- iptables_state - fix a broken query of ``async_status`` result with current ansible-core development version (https://github.com/ansible-collections/community.general/issues/2627, https://github.com/ansible-collections/community.general/pull/2671). +- java_cert - fix issue with incorrect alias used on PKCS#12 certificate import (https://github.com/ansible-collections/community.general/pull/2560). +- jenkins_plugin - use POST method for sending request to jenkins API when ``state`` option is one of ``enabled``, ``disabled``, ``pinned``, ``unpinned``, or ``absent`` (https://github.com/ansible-collections/community.general/issues/2510). +- json_query filter plugin - avoid 'unknown type' errors for more Ansible internal types (https://github.com/ansible-collections/community.general/pull/2607). +- keycloak_realm - ``ssl_required`` changed from a boolean type to accept the strings ``none``, ``external`` or ``all``. This is not a breaking change since the module always failed when a boolean was supplied (https://github.com/ansible-collections/community.general/pull/2693). +- keycloak_realm - remove warning that ``reset_password_allowed`` needs to be marked as ``no_log`` (https://github.com/ansible-collections/community.general/pull/2694). +- module_helper module utils - ``CmdMixin`` must also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731). +- netcup_dns - use ``str(ex)`` instead of unreliable ``ex.message`` in exception handling to fix ``AttributeError`` in error cases (https://github.com/ansible-collections/community.general/pull/2590). +- ovir4 inventory script - improve configparser creation to avoid crashes for options without values (https://github.com/ansible-collections/community.general/issues/674). +- proxmox_kvm - fixed ``vmid`` return value when VM with ``name`` already exists (https://github.com/ansible-collections/community.general/issues/2648). +- redis cache - improved connection string parsing (https://github.com/ansible-collections/community.general/issues/497). +- rhsm_release - fix the issue that module considers 8, 7Client and 7Workstation as invalid releases (https://github.com/ansible-collections/community.general/pull/2571). +- ssh_config - reduce stormssh searches based on host (https://github.com/ansible-collections/community.general/pull/2568/). +- stacki_host - when adding a new server, ``rack`` and ``rank`` must be passed, and network parameters are optional (https://github.com/ansible-collections/community.general/pull/2681). +- terraform - ensure the workspace is set back to its previous value when the apply fails (https://github.com/ansible-collections/community.general/pull/2634). +- xfconf - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/issues/2715). +- zypper_repository - fix idempotency on adding repository with ``$releasever`` and ``$basearch`` variables (https://github.com/ansible-collections/community.general/issues/1985). + +New Plugins +----------- + +Lookup +~~~~~~ + +- random_string - Generates random string + +New Modules +----------- + +Database +~~~~~~~~ + +saphana +^^^^^^^ + +- hana_query - Execute SQL on HANA + +Files +~~~~~ + +- sapcar_extract - Manages SAP SAPCAR archives + +Packaging +~~~~~~~~~ + +os +^^ + +- pacman_key - Manage pacman's list of trusted keys + v3.1.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index b51e963768..b4eb74fac4 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -1156,3 +1156,133 @@ releases: name: random_pet namespace: null release_date: '2021-05-18' + 3.2.0: + changes: + bugfixes: + - consul_kv lookup plugin - allow to set ``recurse``, ``index``, ``datacenter`` + and ``token`` as keyword arguments (https://github.com/ansible-collections/community.general/issues/2124). + - cpanm - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731). + - influxdb_user - fix bug which removed current privileges instead of appending + them to existing ones (https://github.com/ansible-collections/community.general/issues/2609, + https://github.com/ansible-collections/community.general/pull/2614). + - iptables_state - call ``async_status`` action plugin rather than its module + (https://github.com/ansible-collections/community.general/issues/2700). + - iptables_state - fix a broken query of ``async_status`` result with current + ansible-core development version (https://github.com/ansible-collections/community.general/issues/2627, + https://github.com/ansible-collections/community.general/pull/2671). + - java_cert - fix issue with incorrect alias used on PKCS#12 certificate import + (https://github.com/ansible-collections/community.general/pull/2560). + - jenkins_plugin - use POST method for sending request to jenkins API when ``state`` + option is one of ``enabled``, ``disabled``, ``pinned``, ``unpinned``, or ``absent`` + (https://github.com/ansible-collections/community.general/issues/2510). + - json_query filter plugin - avoid 'unknown type' errors for more Ansible internal + types (https://github.com/ansible-collections/community.general/pull/2607). + - keycloak_realm - ``ssl_required`` changed from a boolean type to accept the + strings ``none``, ``external`` or ``all``. This is not a breaking change since + the module always failed when a boolean was supplied (https://github.com/ansible-collections/community.general/pull/2693). + - keycloak_realm - remove warning that ``reset_password_allowed`` needs to be + marked as ``no_log`` (https://github.com/ansible-collections/community.general/pull/2694). + - module_helper module utils - ``CmdMixin`` must also use ``LC_ALL`` to enforce + locale choice (https://github.com/ansible-collections/community.general/pull/2731). + - netcup_dns - use ``str(ex)`` instead of unreliable ``ex.message`` in exception + handling to fix ``AttributeError`` in error cases (https://github.com/ansible-collections/community.general/pull/2590). + - ovir4 inventory script - improve configparser creation to avoid crashes for + options without values (https://github.com/ansible-collections/community.general/issues/674). + - proxmox_kvm - fixed ``vmid`` return value when VM with ``name`` already exists + (https://github.com/ansible-collections/community.general/issues/2648). + - redis cache - improved connection string parsing (https://github.com/ansible-collections/community.general/issues/497). + - rhsm_release - fix the issue that module considers 8, 7Client and 7Workstation + as invalid releases (https://github.com/ansible-collections/community.general/pull/2571). + - ssh_config - reduce stormssh searches based on host (https://github.com/ansible-collections/community.general/pull/2568/). + - stacki_host - when adding a new server, ``rack`` and ``rank`` must be passed, + and network parameters are optional (https://github.com/ansible-collections/community.general/pull/2681). + - terraform - ensure the workspace is set back to its previous value when the + apply fails (https://github.com/ansible-collections/community.general/pull/2634). + - xfconf - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/issues/2715). + - zypper_repository - fix idempotency on adding repository with ``$releasever`` + and ``$basearch`` variables (https://github.com/ansible-collections/community.general/issues/1985). + deprecated_features: + - All inventory and vault scripts will be removed from community.general in + version 4.0.0. If you are referencing them, please update your references + to the new `contrib-scripts GitHub repository `_ + so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697). + minor_changes: + - Remove unnecessary ``__init__.py`` files from ``plugins/`` (https://github.com/ansible-collections/community.general/pull/2632). + - archive - added ``exclusion_patterns`` option to exclude files or subdirectories + from archives (https://github.com/ansible-collections/community.general/pull/2616). + - cloud_init_data_facts - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). + - composer - add ``composer_executable`` option (https://github.com/ansible-collections/community.general/issues/2649). + - flatpak - add ``no_dependencies`` parameter (https://github.com/ansible/ansible/pull/55452, + https://github.com/ansible-collections/community.general/pull/2751). + - ini_file - opening file with encoding ``utf-8-sig`` (https://github.com/ansible-collections/community.general/issues/2189). + - jira - add comment visibility parameter for comment operation (https://github.com/ansible-collections/community.general/pull/2556). + - maven_artifact - added ``checksum_alg`` option to support SHA1 checksums in + order to support FIPS systems (https://github.com/ansible-collections/community.general/pull/2662). + - module_helper module utils - method ``CmdMixin.run_command()`` now accepts + ``process_output`` specifying a function to process the outcome of the underlying + ``module.run_command()`` (https://github.com/ansible-collections/community.general/pull/2564). + - nmcli - add new options to ignore automatic DNS servers and gateways (https://github.com/ansible-collections/community.general/issues/1087). + - onepassword lookup plugin - add ``domain`` option (https://github.com/ansible-collections/community.general/issues/2734). + - open_iscsi - add ``auto_portal_startup`` parameter to allow ``node.startup`` + setting per portal (https://github.com/ansible-collections/community.general/issues/2685). + - open_iscsi - also consider ``portal`` and ``port`` to check if already logged + in or not (https://github.com/ansible-collections/community.general/issues/2683). + - proxmox_group_info - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). + - proxmox_kvm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). + - rhevm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). + - serverless - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). + - stacki_host - minor refactoring (https://github.com/ansible-collections/community.general/pull/2681). + - terraform - add option ``overwrite_init`` to skip init if exists (https://github.com/ansible-collections/community.general/pull/2573). + - terraform - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). + release_summary: Regular bugfix and feature release. + fragments: + - 2126-consul_kv-pass-token.yml + - 2461-ovirt4-fix-configparser.yml + - 2510-jenkins_plugin_use_post_method.yml + - 2556-add-comment_visibility-parameter-for-comment-operation-of-jira-module.yml + - 2557-cloud-misc-refactor.yml + - 2560-java_cert-pkcs12-alias-bugfix.yml + - 2564-mh-cmd-process-output.yml + - 2568-ssh_config-reduce-stormssh-searches-based-on-host.yml + - 2571-rhsm_release-fix-release_matcher.yaml + - 2573-terraform-overwrite-init.yml + - 2578-ini-file-utf8-bom.yml + - 2579-redis-cache-ipv6.yml + - 2590-netcup_dns-exception-no-message-attr.yml + - 2614-influxdb_user-fix-issue-introduced-in-PR#2499.yml + - 2616-archive-exclusion_patterns-option.yml + - 2632-cleanup.yml + - 2634-terraform-switch-workspace.yml + - 2635-nmcli-add-ignore-auto-arguments.yml + - 2648-proxmox_kvm-fix-vmid-return-value.yml + - 2650-composer-add_composer_executable.yml + - 2661-maven_artifact-add-sha1-option.yml + - 2671-fix-broken-query-of-async_status-result.yml + - 2681-stacki-host-bugfix.yml + - 2684-open_iscsi-single-target-multiple-portal-overrides.yml + - 2711-fix-iptables_state-2700-async_status-call.yml + - 2722-zypper_repository-fix_idempotency_on_adding_repo_with_releasever.yml + - 2731-mh-cmd-locale.yml + - 2735-onepassword-add_domain_option.yml + - 2751-flatpak-no_dependencies.yml + - 3.2.0.yml + - json_query_more_types.yml + - keycloak-realm-no-log-password-reset.yml + - keycloak_realm_ssl_required.yml + - script-removal.yml + modules: + - description: Execute SQL on HANA + name: hana_query + namespace: database.saphana + - description: Manage pacman's list of trusted keys + name: pacman_key + namespace: packaging.os + - description: Manages SAP SAPCAR archives + name: sapcar_extract + namespace: files + plugins: + lookup: + - description: Generates random string + name: random_string + namespace: null + release_date: '2021-06-08' diff --git a/changelogs/fragments/2126-consul_kv-pass-token.yml b/changelogs/fragments/2126-consul_kv-pass-token.yml deleted file mode 100644 index a60fd2efcd..0000000000 --- a/changelogs/fragments/2126-consul_kv-pass-token.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - consul_kv lookup plugin - allow to set ``recurse``, ``index``, ``datacenter`` and ``token`` as keyword arguments - (https://github.com/ansible-collections/community.general/issues/2124). diff --git a/changelogs/fragments/2461-ovirt4-fix-configparser.yml b/changelogs/fragments/2461-ovirt4-fix-configparser.yml deleted file mode 100644 index 6e3845b21a..0000000000 --- a/changelogs/fragments/2461-ovirt4-fix-configparser.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - ovir4 inventory script - improve configparser creation to avoid crashes for options without values (https://github.com/ansible-collections/community.general/issues/674). diff --git a/changelogs/fragments/2510-jenkins_plugin_use_post_method.yml b/changelogs/fragments/2510-jenkins_plugin_use_post_method.yml deleted file mode 100644 index b310e27061..0000000000 --- a/changelogs/fragments/2510-jenkins_plugin_use_post_method.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - jenkins_plugin - use POST method for sending request to jenkins API when ``state`` option is one of ``enabled``, ``disabled``, ``pinned``, ``unpinned``, or ``absent`` (https://github.com/ansible-collections/community.general/issues/2510). diff --git a/changelogs/fragments/2556-add-comment_visibility-parameter-for-comment-operation-of-jira-module.yml b/changelogs/fragments/2556-add-comment_visibility-parameter-for-comment-operation-of-jira-module.yml deleted file mode 100644 index e31fad744a..0000000000 --- a/changelogs/fragments/2556-add-comment_visibility-parameter-for-comment-operation-of-jira-module.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - jira - add comment visibility parameter for comment operation (https://github.com/ansible-collections/community.general/pull/2556). diff --git a/changelogs/fragments/2557-cloud-misc-refactor.yml b/changelogs/fragments/2557-cloud-misc-refactor.yml deleted file mode 100644 index 82e56dc942..0000000000 --- a/changelogs/fragments/2557-cloud-misc-refactor.yml +++ /dev/null @@ -1,7 +0,0 @@ -minor_changes: - - cloud_init_data_facts - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). - - proxmox_group_info - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). - - proxmox_kvm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). - - rhevm - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). - - serverless - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). - - terraform - minor refactor (https://github.com/ansible-collections/community.general/pull/2557). diff --git a/changelogs/fragments/2560-java_cert-pkcs12-alias-bugfix.yml b/changelogs/fragments/2560-java_cert-pkcs12-alias-bugfix.yml deleted file mode 100644 index 471962d74f..0000000000 --- a/changelogs/fragments/2560-java_cert-pkcs12-alias-bugfix.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "java_cert - fix issue with incorrect alias used on PKCS#12 certificate import (https://github.com/ansible-collections/community.general/pull/2560)." diff --git a/changelogs/fragments/2564-mh-cmd-process-output.yml b/changelogs/fragments/2564-mh-cmd-process-output.yml deleted file mode 100644 index 717c0d7fbb..0000000000 --- a/changelogs/fragments/2564-mh-cmd-process-output.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - module_helper module utils - method ``CmdMixin.run_command()`` now accepts ``process_output`` specifying a function to process the outcome of the underlying ``module.run_command()`` (https://github.com/ansible-collections/community.general/pull/2564). diff --git a/changelogs/fragments/2568-ssh_config-reduce-stormssh-searches-based-on-host.yml b/changelogs/fragments/2568-ssh_config-reduce-stormssh-searches-based-on-host.yml deleted file mode 100644 index 2f3e400e7e..0000000000 --- a/changelogs/fragments/2568-ssh_config-reduce-stormssh-searches-based-on-host.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - ssh_config - reduce stormssh searches based on host (https://github.com/ansible-collections/community.general/pull/2568/). diff --git a/changelogs/fragments/2571-rhsm_release-fix-release_matcher.yaml b/changelogs/fragments/2571-rhsm_release-fix-release_matcher.yaml deleted file mode 100644 index 764743303f..0000000000 --- a/changelogs/fragments/2571-rhsm_release-fix-release_matcher.yaml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - rhsm_release - fix the issue that module considers 8, 7Client and 7Workstation as invalid releases (https://github.com/ansible-collections/community.general/pull/2571). diff --git a/changelogs/fragments/2573-terraform-overwrite-init.yml b/changelogs/fragments/2573-terraform-overwrite-init.yml deleted file mode 100644 index f2dad6a7ee..0000000000 --- a/changelogs/fragments/2573-terraform-overwrite-init.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - terraform - add option ``overwrite_init`` to skip init if exists (https://github.com/ansible-collections/community.general/pull/2573). diff --git a/changelogs/fragments/2578-ini-file-utf8-bom.yml b/changelogs/fragments/2578-ini-file-utf8-bom.yml deleted file mode 100644 index 00640c0b23..0000000000 --- a/changelogs/fragments/2578-ini-file-utf8-bom.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - ini_file - opening file with encoding ``utf-8-sig`` (https://github.com/ansible-collections/community.general/issues/2189). diff --git a/changelogs/fragments/2579-redis-cache-ipv6.yml b/changelogs/fragments/2579-redis-cache-ipv6.yml deleted file mode 100644 index aaa5e78b34..0000000000 --- a/changelogs/fragments/2579-redis-cache-ipv6.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - redis cache - improved connection string parsing (https://github.com/ansible-collections/community.general/issues/497). diff --git a/changelogs/fragments/2590-netcup_dns-exception-no-message-attr.yml b/changelogs/fragments/2590-netcup_dns-exception-no-message-attr.yml deleted file mode 100644 index 06cac9ad1b..0000000000 --- a/changelogs/fragments/2590-netcup_dns-exception-no-message-attr.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - netcup_dns - use ``str(ex)`` instead of unreliable ``ex.message`` in exception handling to fix ``AttributeError`` in error cases (https://github.com/ansible-collections/community.general/pull/2590). diff --git a/changelogs/fragments/2614-influxdb_user-fix-issue-introduced-in-PR#2499.yml b/changelogs/fragments/2614-influxdb_user-fix-issue-introduced-in-PR#2499.yml deleted file mode 100644 index dfae3f2bdf..0000000000 --- a/changelogs/fragments/2614-influxdb_user-fix-issue-introduced-in-PR#2499.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - influxdb_user - fix bug which removed current privileges instead of appending them to existing ones (https://github.com/ansible-collections/community.general/issues/2609, https://github.com/ansible-collections/community.general/pull/2614). diff --git a/changelogs/fragments/2616-archive-exclusion_patterns-option.yml b/changelogs/fragments/2616-archive-exclusion_patterns-option.yml deleted file mode 100644 index 86ef806b63..0000000000 --- a/changelogs/fragments/2616-archive-exclusion_patterns-option.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - archive - added ``exclusion_patterns`` option to exclude files or subdirectories from archives (https://github.com/ansible-collections/community.general/pull/2616). diff --git a/changelogs/fragments/2632-cleanup.yml b/changelogs/fragments/2632-cleanup.yml deleted file mode 100644 index def89de634..0000000000 --- a/changelogs/fragments/2632-cleanup.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "Remove unnecessary ``__init__.py`` files from ``plugins/`` (https://github.com/ansible-collections/community.general/pull/2632)." diff --git a/changelogs/fragments/2634-terraform-switch-workspace.yml b/changelogs/fragments/2634-terraform-switch-workspace.yml deleted file mode 100644 index 247447b3a8..0000000000 --- a/changelogs/fragments/2634-terraform-switch-workspace.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - terraform - ensure the workspace is set back to its previous value when the apply fails (https://github.com/ansible-collections/community.general/pull/2634). diff --git a/changelogs/fragments/2635-nmcli-add-ignore-auto-arguments.yml b/changelogs/fragments/2635-nmcli-add-ignore-auto-arguments.yml deleted file mode 100644 index e75ceb6a1b..0000000000 --- a/changelogs/fragments/2635-nmcli-add-ignore-auto-arguments.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - nmcli - add new options to ignore automatic DNS servers and gateways (https://github.com/ansible-collections/community.general/issues/1087). diff --git a/changelogs/fragments/2648-proxmox_kvm-fix-vmid-return-value.yml b/changelogs/fragments/2648-proxmox_kvm-fix-vmid-return-value.yml deleted file mode 100644 index 7971fc24eb..0000000000 --- a/changelogs/fragments/2648-proxmox_kvm-fix-vmid-return-value.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - proxmox_kvm - fixed ``vmid`` return value when VM with ``name`` already exists (https://github.com/ansible-collections/community.general/issues/2648). diff --git a/changelogs/fragments/2650-composer-add_composer_executable.yml b/changelogs/fragments/2650-composer-add_composer_executable.yml deleted file mode 100644 index b1cccc689c..0000000000 --- a/changelogs/fragments/2650-composer-add_composer_executable.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - composer - add ``composer_executable`` option (https://github.com/ansible-collections/community.general/issues/2649). diff --git a/changelogs/fragments/2661-maven_artifact-add-sha1-option.yml b/changelogs/fragments/2661-maven_artifact-add-sha1-option.yml deleted file mode 100644 index 827942200b..0000000000 --- a/changelogs/fragments/2661-maven_artifact-add-sha1-option.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - maven_artifact - added ``checksum_alg`` option to support SHA1 checksums in order to support FIPS systems (https://github.com/ansible-collections/community.general/pull/2662). diff --git a/changelogs/fragments/2671-fix-broken-query-of-async_status-result.yml b/changelogs/fragments/2671-fix-broken-query-of-async_status-result.yml deleted file mode 100644 index 993caaa323..0000000000 --- a/changelogs/fragments/2671-fix-broken-query-of-async_status-result.yml +++ /dev/null @@ -1,6 +0,0 @@ ---- -bugfixes: - - "iptables_state - fix a broken query of ``async_status`` result - with current ansible-core development version - (https://github.com/ansible-collections/community.general/issues/2627, - https://github.com/ansible-collections/community.general/pull/2671)." diff --git a/changelogs/fragments/2681-stacki-host-bugfix.yml b/changelogs/fragments/2681-stacki-host-bugfix.yml deleted file mode 100644 index 3403bfbfbe..0000000000 --- a/changelogs/fragments/2681-stacki-host-bugfix.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - stacki_host - when adding a new server, ``rack`` and ``rank`` must be passed, and network parameters are optional (https://github.com/ansible-collections/community.general/pull/2681). -minor_changes: - - stacki_host - minor refactoring (https://github.com/ansible-collections/community.general/pull/2681). diff --git a/changelogs/fragments/2684-open_iscsi-single-target-multiple-portal-overrides.yml b/changelogs/fragments/2684-open_iscsi-single-target-multiple-portal-overrides.yml deleted file mode 100644 index cb14a08ba0..0000000000 --- a/changelogs/fragments/2684-open_iscsi-single-target-multiple-portal-overrides.yml +++ /dev/null @@ -1,3 +0,0 @@ -minor_changes: - - open_iscsi - also consider ``portal`` and ``port`` to check if already logged in or not (https://github.com/ansible-collections/community.general/issues/2683). - - open_iscsi - add ``auto_portal_startup`` parameter to allow ``node.startup`` setting per portal (https://github.com/ansible-collections/community.general/issues/2685). diff --git a/changelogs/fragments/2711-fix-iptables_state-2700-async_status-call.yml b/changelogs/fragments/2711-fix-iptables_state-2700-async_status-call.yml deleted file mode 100644 index 8f94cf5178..0000000000 --- a/changelogs/fragments/2711-fix-iptables_state-2700-async_status-call.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -bugfixes: - - "iptables_state - call ``async_status`` action plugin rather than its module - (https://github.com/ansible-collections/community.general/issues/2700)." diff --git a/changelogs/fragments/2722-zypper_repository-fix_idempotency_on_adding_repo_with_releasever.yml b/changelogs/fragments/2722-zypper_repository-fix_idempotency_on_adding_repo_with_releasever.yml deleted file mode 100644 index faada2e9bf..0000000000 --- a/changelogs/fragments/2722-zypper_repository-fix_idempotency_on_adding_repo_with_releasever.yml +++ /dev/null @@ -1,5 +0,0 @@ ---- -bugfixes: - - zypper_repository - fix idempotency on adding repository with - ``$releasever`` and ``$basearch`` variables - (https://github.com/ansible-collections/community.general/issues/1985). diff --git a/changelogs/fragments/2731-mh-cmd-locale.yml b/changelogs/fragments/2731-mh-cmd-locale.yml deleted file mode 100644 index b917493f4c..0000000000 --- a/changelogs/fragments/2731-mh-cmd-locale.yml +++ /dev/null @@ -1,4 +0,0 @@ -bugfixes: - - module_helper module utils - ``CmdMixin`` must also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731). - - xfconf - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/issues/2715). - - cpanm - also use ``LC_ALL`` to enforce locale choice (https://github.com/ansible-collections/community.general/pull/2731). diff --git a/changelogs/fragments/2735-onepassword-add_domain_option.yml b/changelogs/fragments/2735-onepassword-add_domain_option.yml deleted file mode 100644 index eef74439ce..0000000000 --- a/changelogs/fragments/2735-onepassword-add_domain_option.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -minor_changes: - - onepassword lookup plugin - add ``domain`` option (https://github.com/ansible-collections/community.general/issues/2734). diff --git a/changelogs/fragments/2751-flatpak-no_dependencies.yml b/changelogs/fragments/2751-flatpak-no_dependencies.yml deleted file mode 100644 index a07ead96da..0000000000 --- a/changelogs/fragments/2751-flatpak-no_dependencies.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: -- "flatpak - add ``no_dependencies`` parameter (https://github.com/ansible/ansible/pull/55452, https://github.com/ansible-collections/community.general/pull/2751)." diff --git a/changelogs/fragments/3.2.0.yml b/changelogs/fragments/3.2.0.yml deleted file mode 100644 index 4b1469c9fe..0000000000 --- a/changelogs/fragments/3.2.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Regular bugfix and feature release. diff --git a/changelogs/fragments/json_query_more_types.yml b/changelogs/fragments/json_query_more_types.yml deleted file mode 100644 index 4ac69b67c0..0000000000 --- a/changelogs/fragments/json_query_more_types.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - json_query filter plugin - avoid 'unknown type' errors for more Ansible internal types (https://github.com/ansible-collections/community.general/pull/2607). diff --git a/changelogs/fragments/keycloak-realm-no-log-password-reset.yml b/changelogs/fragments/keycloak-realm-no-log-password-reset.yml deleted file mode 100644 index 104bf4179b..0000000000 --- a/changelogs/fragments/keycloak-realm-no-log-password-reset.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - keycloak_realm - remove warning that ``reset_password_allowed`` needs to be marked as ``no_log`` (https://github.com/ansible-collections/community.general/pull/2694). diff --git a/changelogs/fragments/keycloak_realm_ssl_required.yml b/changelogs/fragments/keycloak_realm_ssl_required.yml deleted file mode 100644 index 7476612e2f..0000000000 --- a/changelogs/fragments/keycloak_realm_ssl_required.yml +++ /dev/null @@ -1,3 +0,0 @@ ---- -bugfixes: - - keycloak_realm - ``ssl_required`` changed from a boolean type to accept the strings ``none``, ``external`` or ``all``. This is not a breaking change since the module always failed when a boolean was supplied (https://github.com/ansible-collections/community.general/pull/2693). diff --git a/changelogs/fragments/script-removal.yml b/changelogs/fragments/script-removal.yml deleted file mode 100644 index be17f6ad65..0000000000 --- a/changelogs/fragments/script-removal.yml +++ /dev/null @@ -1,2 +0,0 @@ -deprecated_features: -- "All inventory and vault scripts will be removed from community.general in version 4.0.0. If you are referencing them, please update your references to the new `contrib-scripts GitHub repository `_ so your workflow will not break once community.general 4.0.0 is released (https://github.com/ansible-collections/community.general/pull/2697)."