From ec81990faa03996e8b5c2ec42943a47342d1c9be Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 29 Oct 2025 19:37:08 +0100 Subject: [PATCH] Move all f-string changelog fragments into a single changelog fragment.. --- changelogs/fragments/10285-fstr-plugins.yml | 7 --- changelogs/fragments/10899-use-f-strings.yml | 14 ------ .../10939-use-f-strings-redfish-utils.yml | 2 - .../10940-use-f-strings-xenserver.yml | 2 - .../10941-use-f-strings-keycloak.yml | 2 - changelogs/fragments/10942-mod-fstr-a.yml | 22 --------- changelogs/fragments/10942-mod-fstr-bc.yml | 31 ------------ changelogs/fragments/10947-mod-fstr-def.yml | 23 --------- changelogs/fragments/10958-mod-fstr-g.yml | 31 ------------ changelogs/fragments/10959-mod-fstr-h.yml | 24 ---------- changelogs/fragments/10968-mod-fstr-ip.yml | 13 ----- changelogs/fragments/10969-mod-fstr-i.yml | 21 --------- changelogs/fragments/10970-mod-fstr-jk.yml | 46 ------------------ changelogs/fragments/10971-mod-fstr-lm.yml | 47 ------------------- changelogs/fragments/10973-mod-fstr-no.yml | 44 ----------------- changelogs/fragments/10974-mod-fstr-p.yml | 42 ----------------- changelogs/fragments/10975-mod-fstr-r.yml | 22 --------- changelogs/fragments/10976-mod-fstr-sae.yml | 28 ----------- changelogs/fragments/10977-mod-fstr-sfz.yml | 29 ------------ changelogs/fragments/10978-mod-fstr-tz.yml | 45 ------------------ changelogs/fragments/10979-mod-utils-fstr.yml | 6 --- .../fragments/python-3-modernization.yml | 24 ++++++++++ 22 files changed, 24 insertions(+), 501 deletions(-) delete mode 100644 changelogs/fragments/10285-fstr-plugins.yml delete mode 100644 changelogs/fragments/10899-use-f-strings.yml delete mode 100644 changelogs/fragments/10939-use-f-strings-redfish-utils.yml delete mode 100644 changelogs/fragments/10940-use-f-strings-xenserver.yml delete mode 100644 changelogs/fragments/10941-use-f-strings-keycloak.yml delete mode 100644 changelogs/fragments/10942-mod-fstr-a.yml delete mode 100644 changelogs/fragments/10942-mod-fstr-bc.yml delete mode 100644 changelogs/fragments/10947-mod-fstr-def.yml delete mode 100644 changelogs/fragments/10958-mod-fstr-g.yml delete mode 100644 changelogs/fragments/10959-mod-fstr-h.yml delete mode 100644 changelogs/fragments/10968-mod-fstr-ip.yml delete mode 100644 changelogs/fragments/10969-mod-fstr-i.yml delete mode 100644 changelogs/fragments/10970-mod-fstr-jk.yml delete mode 100644 changelogs/fragments/10971-mod-fstr-lm.yml delete mode 100644 changelogs/fragments/10973-mod-fstr-no.yml delete mode 100644 changelogs/fragments/10974-mod-fstr-p.yml delete mode 100644 changelogs/fragments/10975-mod-fstr-r.yml delete mode 100644 changelogs/fragments/10976-mod-fstr-sae.yml delete mode 100644 changelogs/fragments/10977-mod-fstr-sfz.yml delete mode 100644 changelogs/fragments/10978-mod-fstr-tz.yml delete mode 100644 changelogs/fragments/10979-mod-utils-fstr.yml create mode 100644 changelogs/fragments/python-3-modernization.yml diff --git a/changelogs/fragments/10285-fstr-plugins.yml b/changelogs/fragments/10285-fstr-plugins.yml deleted file mode 100644 index 6fff590fee..0000000000 --- a/changelogs/fragments/10285-fstr-plugins.yml +++ /dev/null @@ -1,7 +0,0 @@ -minor_changes: - - dense callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285). - - mail callback plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285). - - wsl connection plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285). - - jc filter plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285). - - iocage inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285). - - xen_orchestra inventory plugin - use f-strings instead of concatenation (https://github.com/ansible-collections/community.general/pull/10285). diff --git a/changelogs/fragments/10899-use-f-strings.yml b/changelogs/fragments/10899-use-f-strings.yml deleted file mode 100644 index 9752e5ebf2..0000000000 --- a/changelogs/fragments/10899-use-f-strings.yml +++ /dev/null @@ -1,14 +0,0 @@ -minor_changes: - - wsl connection plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - accumulate filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - counter filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - crc32 filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - groupby_as_dict filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - hashids filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - json_query filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - lists filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - random_mac filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - time filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - unicode_normalize filter plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - passwordstore lookup plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). - - ansible_type plugin_utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10899). diff --git a/changelogs/fragments/10939-use-f-strings-redfish-utils.yml b/changelogs/fragments/10939-use-f-strings-redfish-utils.yml deleted file mode 100644 index d896edb752..0000000000 --- a/changelogs/fragments/10939-use-f-strings-redfish-utils.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - redfish_utils module utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10939). diff --git a/changelogs/fragments/10940-use-f-strings-xenserver.yml b/changelogs/fragments/10940-use-f-strings-xenserver.yml deleted file mode 100644 index 114ac46486..0000000000 --- a/changelogs/fragments/10940-use-f-strings-xenserver.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - xenserver module utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10940). diff --git a/changelogs/fragments/10941-use-f-strings-keycloak.yml b/changelogs/fragments/10941-use-f-strings-keycloak.yml deleted file mode 100644 index 504a6dd611..0000000000 --- a/changelogs/fragments/10941-use-f-strings-keycloak.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - keycloak module utils plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10941). diff --git a/changelogs/fragments/10942-mod-fstr-a.yml b/changelogs/fragments/10942-mod-fstr-a.yml deleted file mode 100644 index fcfdba3e42..0000000000 --- a/changelogs/fragments/10942-mod-fstr-a.yml +++ /dev/null @@ -1,22 +0,0 @@ -minor_changes: - - hwc_utils module_utils plugin - adjust f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - manageiq module_utils plugin - adjust f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - aerospike_migrations - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - airbrake_deployment - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - aix_devices - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - aix_filesystem - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - aix_inittab - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - aix_lvg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - aix_lvol - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - alerta_customer - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - ali_instance - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - alternatives - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - android_sdk - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - ansible_galaxy_install - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - apache2_mod_proxy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - apache2_module - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - apk - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - apt_repo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - apt_rpm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - archive - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). - - awall - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10942). diff --git a/changelogs/fragments/10942-mod-fstr-bc.yml b/changelogs/fragments/10942-mod-fstr-bc.yml deleted file mode 100644 index dcb56045f2..0000000000 --- a/changelogs/fragments/10942-mod-fstr-bc.yml +++ /dev/null @@ -1,31 +0,0 @@ -minor_changes: - - beadm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - bigpanda - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - bitbucket_access_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - bitbucket_pipeline_key_pair - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - bitbucket_pipeline_known_host - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - bitbucket_pipeline_variable - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - bower - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - btrfs_subvolume - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - campfire - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - capabilities - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cargo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - catapult - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - circonus_annotation - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cisco_webex - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cloud_init_data_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cloudflare_dns - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cobbler_sync - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cobbler_system - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - composer - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - consul - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - consul_agent_check - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - consul_agent_service - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - consul_auth_method - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - consul_binding_rule - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - consul_kv - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - consul_session - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - copr - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cpanm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - cronvar - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). - - crypttab - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10945). diff --git a/changelogs/fragments/10947-mod-fstr-def.yml b/changelogs/fragments/10947-mod-fstr-def.yml deleted file mode 100644 index 666ad442bd..0000000000 --- a/changelogs/fragments/10947-mod-fstr-def.yml +++ /dev/null @@ -1,23 +0,0 @@ -minor_changes: - - datadog_downtime - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - datadog_monitor - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - dconf - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - decompress - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - deploy_helper - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - discord - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - django_manage - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - dnf_config_manager - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - dnf_versionlock - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - dnsimple - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - dnsimple_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - dnsmadeeasy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - dpkg_divert - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - easy_install - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - ejabberd_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - elasticsearch_plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - emc_vnx_sg_member - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - etcd3 - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - filesize - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - filesystem - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - flatpak - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). - - flatpak_remote - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10947). diff --git a/changelogs/fragments/10958-mod-fstr-g.yml b/changelogs/fragments/10958-mod-fstr-g.yml deleted file mode 100644 index 33946a3bd7..0000000000 --- a/changelogs/fragments/10958-mod-fstr-g.yml +++ /dev/null @@ -1,31 +0,0 @@ -minor_changes: - - gconftool2 - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gem - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - git_config - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - git_config_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - github_deploy_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - github_issue - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - github_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - github_release - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - github_repo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - github_webhook - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - github_webhook_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_branch - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_deploy_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_group_access_token - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_group_members - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_hook - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_issue - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_label - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_merge_request - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_milestone - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_project - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_project_access_token - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_project_badge - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_project_members - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_protected_branch - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_runner - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gitlab_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - grove - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). - - gunicorn - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10958). diff --git a/changelogs/fragments/10959-mod-fstr-h.yml b/changelogs/fragments/10959-mod-fstr-h.yml deleted file mode 100644 index c7d60bf12c..0000000000 --- a/changelogs/fragments/10959-mod-fstr-h.yml +++ /dev/null @@ -1,24 +0,0 @@ -minor_changes: - - haproxy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - heroku_collaborator - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - homebrew - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - homebrew_cask - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - homebrew_services - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - homebrew_tap - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - homectl - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - honeybadger_deployment - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hpilo_boot - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hpilo_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - htpasswd - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_ecs_instance - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_evs_disk - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_network_vpc - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_smn_topic - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_eip - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_peering_connect - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_port - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_private_ip - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_route - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_security_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_security_group_rule - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). - - hwc_vpc_subnet - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10959). diff --git a/changelogs/fragments/10968-mod-fstr-ip.yml b/changelogs/fragments/10968-mod-fstr-ip.yml deleted file mode 100644 index eec555b26a..0000000000 --- a/changelogs/fragments/10968-mod-fstr-ip.yml +++ /dev/null @@ -1,13 +0,0 @@ -minor_changes: - - ipa_getkeytab - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipa_host - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipa_otptoken - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipa_subca - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipa_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipbase_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipify_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipinfoio_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipmi_boot - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipmi_power - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - iptables_state - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). - - ipwcli_dns - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10968). diff --git a/changelogs/fragments/10969-mod-fstr-i.yml b/changelogs/fragments/10969-mod-fstr-i.yml deleted file mode 100644 index 5d21033f82..0000000000 --- a/changelogs/fragments/10969-mod-fstr-i.yml +++ /dev/null @@ -1,21 +0,0 @@ -minor_changes: - - ibm_sa_domain - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - icinga2_feature - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - icinga2_host - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - idrac_redfish_command - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - idrac_redfish_config - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - idrac_redfish_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - ilo_redfish_command - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - ilo_redfish_config - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - ilo_redfish_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - imc_rest - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - imgadm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - infinity - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - influxdb_retention_policy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - ini_file - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - installp - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - interfaces_file - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - irc - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - iso_create - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - iso_customize - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). - - iso_extract - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10969). diff --git a/changelogs/fragments/10970-mod-fstr-jk.yml b/changelogs/fragments/10970-mod-fstr-jk.yml deleted file mode 100644 index c3f0e42456..0000000000 --- a/changelogs/fragments/10970-mod-fstr-jk.yml +++ /dev/null @@ -1,46 +0,0 @@ -minor_changes: - - jabber - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - java_cert - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - java_keystore - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jboss - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_build - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_build_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_credential - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_job - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_job_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_node - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jenkins_script - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - jira - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - kdeconfig - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - kernel_blacklist - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_authentication - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_authentication_required_actions - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_authz_authorization_scope - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_authz_custom_policy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_authz_permission - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_authz_permission_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_client - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_client_rolemapping - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_client_rolescope - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_clientscope - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_clientsecret_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_clientsecret_regenerate - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_clienttemplate - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_component - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_component_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_identity_provider - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_realm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_realm_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_realm_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_realm_keys_metadata_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_realm_rolemapping - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_role - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_user_federation - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_user_rolemapping - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keycloak_userprofile - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keyring - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - keyring_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). - - kibana_plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10970). diff --git a/changelogs/fragments/10971-mod-fstr-lm.yml b/changelogs/fragments/10971-mod-fstr-lm.yml deleted file mode 100644 index 2e0d7c4aff..0000000000 --- a/changelogs/fragments/10971-mod-fstr-lm.yml +++ /dev/null @@ -1,47 +0,0 @@ -minor_changes: - - launchd - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - layman - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lbu - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - ldap_attrs - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - ldap_inc - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - ldap_search - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - librato_annotation - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - linode - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - linode_v4 - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - listen_ports_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lldp - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - locale_gen - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - logentries - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - logentries_msg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - logstash_plugin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lvg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lvg_rename - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lvm_pv - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lvm_pv_move_data - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lvol - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lxc_container - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lxd_container - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lxd_profile - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - lxd_project - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - macports - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - mail - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - make - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - manageiq_alert_profiles - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - manageiq_alerts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - manageiq_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - manageiq_provider - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - manageiq_tenant - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - manageiq_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - mas - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - mattermost - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - maven_artifact - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - memset_memstore_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - memset_server_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - memset_zone_domain - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - memset_zone_record - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - mksysb - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - modprobe - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - monit - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - mqtt - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - mssql_db - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). - - mssql_script - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10971). diff --git a/changelogs/fragments/10973-mod-fstr-no.yml b/changelogs/fragments/10973-mod-fstr-no.yml deleted file mode 100644 index bdd9ad4351..0000000000 --- a/changelogs/fragments/10973-mod-fstr-no.yml +++ /dev/null @@ -1,44 +0,0 @@ -minor_changes: - - nagios - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - newrelic_deployment - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nexmo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nginx_status_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nictagadm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nmcli - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nomad_job - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nomad_job_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nomad_token - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nosh - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - npm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - nsupdate - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - ocapi_command - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - ocapi_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - odbc - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - office_365_connector_card - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - omapi_host - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - one_host - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - one_image - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - one_image_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - one_service - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - one_template - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - one_vm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - one_vnet - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneandone_firewall_policy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneandone_load_balancer - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneandone_monitoring_policy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneandone_private_network - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneandone_public_ip - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneandone_server - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - onepassword_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneview_ethernet_network - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - oneview_network_set_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - online_server_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - open_iscsi - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - openbsd_pkg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - opendj_backendprop - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - openwrt_init - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - opkg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - osx_defaults - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - ovh_ip_failover - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - ovh_ip_loadbalancing_backend - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). - - ovh_monthly_billing - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10973). diff --git a/changelogs/fragments/10974-mod-fstr-p.yml b/changelogs/fragments/10974-mod-fstr-p.yml deleted file mode 100644 index 75d30b2879..0000000000 --- a/changelogs/fragments/10974-mod-fstr-p.yml +++ /dev/null @@ -1,42 +0,0 @@ -minor_changes: - - pacemaker_cluster - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pacemaker_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pacemaker_resource - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pacemaker_stonith - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - packet_device - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - packet_ip_subnet - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - packet_project - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - packet_sshkey - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - packet_volume - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - packet_volume_attachment - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pacman - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pacman_key - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pagerduty - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pagerduty_alert - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pagerduty_change - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pagerduty_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pam_limits - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pamd - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - parted - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pear - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pids - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pip_package_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pipx - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pkg5 - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pkg5_publisher - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pkgin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pkgng - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pmem - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pnpm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - portage - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - portinstall - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pritunl_org - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pritunl_org_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pritunl_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pritunl_user_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pubnub_blocks - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pulp_repo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - puppet - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pushbullet - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - pushover - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). - - python_requirements_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10974). diff --git a/changelogs/fragments/10975-mod-fstr-r.yml b/changelogs/fragments/10975-mod-fstr-r.yml deleted file mode 100644 index 304316f055..0000000000 --- a/changelogs/fragments/10975-mod-fstr-r.yml +++ /dev/null @@ -1,22 +0,0 @@ -minor_changes: - - read_csv - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redfish_command - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redfish_config - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redfish_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redhat_subscription - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redis - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redis_data - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redis_data_incr - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redis_data_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - redis_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rhevm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rhsm_release - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rhsm_repository - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - riak - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rocketchat - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rollbar_deployment - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rundeck_acl_policy - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rundeck_job_executions_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rundeck_job_run - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - rundeck_project - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). - - runit - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10975). diff --git a/changelogs/fragments/10976-mod-fstr-sae.yml b/changelogs/fragments/10976-mod-fstr-sae.yml deleted file mode 100644 index aebed22161..0000000000 --- a/changelogs/fragments/10976-mod-fstr-sae.yml +++ /dev/null @@ -1,28 +0,0 @@ -minor_changes: - - say - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_compute - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_compute_private_network - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_container - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_container_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_container_namespace - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_container_namespace_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_container_registry - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_container_registry_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_database_backup - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_function - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_function_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_function_namespace - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_function_namespace_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_ip - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_lb - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_private_network - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_security_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_security_group_rule - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_sshkey - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_user_data - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - scaleway_volume - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - sefcontext - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - selogin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - sendgrid - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - seport - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). - - serverless - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10976). diff --git a/changelogs/fragments/10977-mod-fstr-sfz.yml b/changelogs/fragments/10977-mod-fstr-sfz.yml deleted file mode 100644 index d57d051b09..0000000000 --- a/changelogs/fragments/10977-mod-fstr-sfz.yml +++ /dev/null @@ -1,29 +0,0 @@ -minor_changes: - - simpleinit_msb - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - slack - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - slackpkg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - snap - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - snmp_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - solaris_zone - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - sorcery - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - spectrum_device - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - spectrum_model_attrs - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - spotinst_aws_elastigroup - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - ss_3par_cpg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - ssh_config - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - stacki_host - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - statsd - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - statusio_maintenance - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - sudoers - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - supervisorctl - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - svc - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - svr4pkg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - swdepot - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - swupd - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - syslogger - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - syspatch - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - sysrc - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - systemd_creds_decrypt - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - systemd_creds_encrypt - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - systemd_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). - - sysupgrade - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10977). diff --git a/changelogs/fragments/10978-mod-fstr-tz.yml b/changelogs/fragments/10978-mod-fstr-tz.yml deleted file mode 100644 index c251e752b4..0000000000 --- a/changelogs/fragments/10978-mod-fstr-tz.yml +++ /dev/null @@ -1,45 +0,0 @@ -minor_changes: - - taiga_issue - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - telegram - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - terraform - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - timezone - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - twilio - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - typetalk - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - udm_dns_record - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - udm_dns_zone - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - udm_group - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - udm_share - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - udm_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - ufw - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - urpmi - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - usb_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vdo - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vertica_configuration - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vertica_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vertica_role - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vertica_schema - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vertica_user - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vexata_eg - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vexata_volume - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - vmadm - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - wakeonlan - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - wdc_redfish_command - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - wdc_redfish_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xattr - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xbps - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xcc_redfish_command - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xenserver_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xenserver_guest - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xfconf - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xfs_quota - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - xml - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - yarn - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - yum_versionlock - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zfs - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zfs_delegate_admin - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zfs_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zpool - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zpool_facts - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zypper - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zypper_repository - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). - - zypper_repository_info - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10978). diff --git a/changelogs/fragments/10979-mod-utils-fstr.yml b/changelogs/fragments/10979-mod-utils-fstr.yml deleted file mode 100644 index cf0d84c817..0000000000 --- a/changelogs/fragments/10979-mod-utils-fstr.yml +++ /dev/null @@ -1,6 +0,0 @@ -minor_changes: - - ibm_sa_utils module utils - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10979). - - online module utils - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10979). - - opennebula module utils - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10979). - - redfish_utils module utils - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10979). - - scaleway module utils - use f-strings for string templating (https://github.com/ansible-collections/community.general/pull/10979). diff --git a/changelogs/fragments/python-3-modernization.yml b/changelogs/fragments/python-3-modernization.yml new file mode 100644 index 0000000000..5e67996222 --- /dev/null +++ b/changelogs/fragments/python-3-modernization.yml @@ -0,0 +1,24 @@ +minor_changes: + - >- + Modernize code for Python 3.7+ + (https://github.com/ansible-collections/community.general/pull/10285, + https://github.com/ansible-collections/community.general/pull/10899, + https://github.com/ansible-collections/community.general/pull/10939, + https://github.com/ansible-collections/community.general/pull/10940, + https://github.com/ansible-collections/community.general/pull/10941, + https://github.com/ansible-collections/community.general/pull/10942, + https://github.com/ansible-collections/community.general/pull/10945, + https://github.com/ansible-collections/community.general/pull/10947, + https://github.com/ansible-collections/community.general/pull/10958, + https://github.com/ansible-collections/community.general/pull/10959, + https://github.com/ansible-collections/community.general/pull/10968, + https://github.com/ansible-collections/community.general/pull/10969, + https://github.com/ansible-collections/community.general/pull/10970, + https://github.com/ansible-collections/community.general/pull/10971, + https://github.com/ansible-collections/community.general/pull/10973, + https://github.com/ansible-collections/community.general/pull/10974, + https://github.com/ansible-collections/community.general/pull/10975, + https://github.com/ansible-collections/community.general/pull/10976, + https://github.com/ansible-collections/community.general/pull/10977, + https://github.com/ansible-collections/community.general/pull/10978, + https://github.com/ansible-collections/community.general/pull/10979)