mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update CHANGELOG for new AWS modules (#26272)
Used: ``` git diff --diff-filter A --name-only --oneline stable-2.3 -- \ lib/ansible/modules/cloud/amazon/ | xargs -n1 -I{} basename {} .py \ | xargs -n1 echo ' *' ```
This commit is contained in:
parent
b060d0ccba
commit
ded2a7c0e0
1 changed files with 15 additions and 0 deletions
15
CHANGELOG.md
15
CHANGELOG.md
|
@ -58,6 +58,10 @@ Ansible Changes By Release
|
||||||
* nxos_template (use nxos_config instead)
|
* nxos_template (use nxos_config instead)
|
||||||
* ops_template (use ops_config instead)
|
* ops_template (use ops_config instead)
|
||||||
|
|
||||||
|
* Modules (scheduled for removal in 2.6)
|
||||||
|
|
||||||
|
* ec2_remote_facts
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
* Removed previously deprecated config option `hostfile` and env var `ANSIBLE_HOSTS`
|
* Removed previously deprecated config option `hostfile` and env var `ANSIBLE_HOSTS`
|
||||||
* Removed unused and deprecated config option `pattern`
|
* Removed unused and deprecated config option `pattern`
|
||||||
|
@ -147,9 +151,20 @@ Ansible Changes By Release
|
||||||
* aci_rest
|
* aci_rest
|
||||||
- aix_lvol
|
- aix_lvol
|
||||||
- amazon
|
- amazon
|
||||||
|
* aws_api_gateway
|
||||||
|
* dynamodb_ttl
|
||||||
|
* ec2_instance_facts
|
||||||
* ec2_metadata_facts
|
* ec2_metadata_facts
|
||||||
* ec2_vpc_endpoint
|
* ec2_vpc_endpoint
|
||||||
|
* ec2_vpc_endpoint_facts
|
||||||
|
* ec2_vpc_peering_facts
|
||||||
|
* elb_application_lb
|
||||||
|
* elb_application_lb_facts
|
||||||
|
* elb_target_group
|
||||||
|
* elb_target_group_facts
|
||||||
* iam_cert_facts
|
* iam_cert_facts
|
||||||
|
* iam_group
|
||||||
|
* iam_managed_policy
|
||||||
* lightsail
|
* lightsail
|
||||||
- atomic
|
- atomic
|
||||||
* atomic_container
|
* atomic_container
|
||||||
|
|
Loading…
Reference in a new issue