diff --git a/changelogs/fragments/command-support-argv.yaml b/changelogs/fragments/command-support-argv.yaml index c38d8064d6b..38be3c4de99 100644 --- a/changelogs/fragments/command-support-argv.yaml +++ b/changelogs/fragments/command-support-argv.yaml @@ -1,4 +1,4 @@ --- -features: +minor_changes: - command module - Added argv option to allow command to be specified as a list vs. a string (https://github.com/ansible/ansible/issues/19392) diff --git a/changelogs/fragments/gem-custom-home.yaml b/changelogs/fragments/gem-custom-home.yaml index 8ecc4f7086d..226e7c32dc7 100644 --- a/changelogs/fragments/gem-custom-home.yaml +++ b/changelogs/fragments/gem-custom-home.yaml @@ -1,2 +1,2 @@ -new_features: +minor_changes: - gem - add ability to specify a custom directory for installing gems (https://github.com/ansible/ansible/pull/38195) diff --git a/changelogs/fragments/new-gcp-modules.yml b/changelogs/fragments/new-gcp-modules.yml deleted file mode 100644 index 2b39f456a49..00000000000 --- a/changelogs/fragments/new-gcp-modules.yml +++ /dev/null @@ -1,34 +0,0 @@ -new_features: -- 'New Google Cloud module: gcp_compute_address' -- 'New Google Cloud module: gcp_compute_backend_bucket' -- 'New Google Cloud module: gcp_compute_backend_service' -- 'New Google Cloud module: gcp_compute_firewall' -- 'New Google Cloud module: gcp_compute_forwarding_rule' -- 'New Google Cloud module: gcp_compute_global_address' -- 'New Google Cloud module: gcp_compute_global_forwarding_rule' -- 'New Google Cloud module: gcp_compute_health_check' -- 'New Google Cloud module: gcp_compute_http_health_check' -- 'New Google Cloud module: gcp_compute_https_health_check' -- 'New Google Cloud module: gcp_compute_image' -- 'New Google Cloud module: gcp_compute_instance' -- 'New Google Cloud module: gcp_compute_instance_group' -- 'New Google Cloud module: gcp_compute_instance_group_manager' -- 'New Google Cloud module: gcp_compute_instance_template' -- 'New Google Cloud module: gcp_compute_network' -- 'New Google Cloud module: gcp_compute_route' -- 'New Google Cloud module: gcp_compute_ssl_certificate' -- 'New Google Cloud module: gcp_compute_subnetwork' -- 'New Google Cloud module: gcp_compute_target_http_proxy' -- 'New Google Cloud module: gcp_compute_target_https_proxy' -- 'New Google Cloud module: gcp_compute_target_pool' -- 'New Google Cloud module: gcp_compute_target_ssl_proxy' -- 'New Google Cloud module: gcp_compute_target_tcp_proxy' -- 'New Google Cloud module: gcp_compute_url_map' -- 'New Google Cloud module: gcp_container_cluster' -- 'New Google Cloud module: gcp_container_node_pool' -- 'New Google Cloud module: gcp_dns_managed_zone' -- 'New Google Cloud module: gcp_dns_resource_record_set' -- 'New Google Cloud module: gcp_pubsub_subscription' -- 'New Google Cloud module: gcp_pubsub_topic' -- 'New Google Cloud module: gcp_storage_bucket' -- 'New Google Cloud module: gcp_storage_bucket_access_control' diff --git a/changelogs/fragments/onepassword-lookup.yaml b/changelogs/fragments/onepassword-lookup.yaml deleted file mode 100644 index 7a8cbe70956..00000000000 --- a/changelogs/fragments/onepassword-lookup.yaml +++ /dev/null @@ -1,2 +0,0 @@ -features: - - onepassword lookup - add lookup plugins onepassword and onepassword_raw to retrieve secrets from 1Password vault (https://github.com/ansible/ansible/pull/37207)