Open
Conversation
3a78da6 to
1ab398e
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
7.2.0→11.1.0Release Notes
ansible-collections/amazon.aws (amazon.aws)
v11.1.0Compare Source
=======
Release Summary
This release adds support for indirect node counts across various EC2, RDS, and S3 resources. It also introduces the new
amazon.aws.ec2_instance_type_infomodule to support EC2 instance types. Furthermore, theaws_cloudtrailandaws_sqs_queueEvent Source plugins have been ported from theansible.edacollection; please note that this introducesaiobotocore >= 2.14.0as a new dependency for this collection. Several bugfixes are included for theelb_application_lbands3_objectmodules.Minor Changes
ansible.edatoamazon.aws(#2816).ansible.edatoamazon.aws(#2816).aiobotocoreas a dependency for the event source plugins only (#2816).Bugfixes
Orderfield when determining if listener modifications are needed (#2537).Parameter validation failed: Invalid type for parameter ListenerArn, value: None(#2400).contentstring (#2810)New Modules
v11.0.0Compare Source
=======
Release Summary
This major release includes changes such as refactored S3 module utilities to consolidate duplicate code, add comprehensive type hints and docstrings, and improve maintainability. Additionally,
botocoreandboto3versions have been bumped to 1.35.0 andawscliversion has been bumped to 1.34.0.Major Changes
awscliversion has been bumped to 1.34.0 (#2774).botocoreandboto3versions have been bumped to 1.35.0 (#2774).rules.cidr_ipandrules.cidr_ipv6have been removed (#2777).iam_userreturn key has been removed; onlyuseris now returned (#2777).functionhas been removed (#2777).ResourceRecordSets,HostedZones,HealthChecks,CheckerIpRanges,DelegationSets,HealthCheck) have been removed (#2777).listmode has been removed; uses3_object_infoinstead (#2777)./has been removed (#2777).dualstackandendpoint_urlat the same time has been removed (#2777).Minor Changes
v10.2.0Compare Source
=======
Release Summary
This release adds support for the io2 storage type for RDS as well as other minor changes, several bugfixes and deprecated features.
Minor Changes
throughputlimits in line with updated AWS limits (#2749).throughputandiopslimits for GP3 volumes in line with updated AWS limits (#2749).is_boto3_error_httpstatusto handle HTTP 403 and 501 status codes from S3-compatible services (#2776).is_boto3_error_httpstatushelper function to catch boto3 exceptions based on HTTP status codes (#2776).record_valueskey toresource_record_setsreturn value that can be accessed using Jinja2 dot notation (#2772).MalformedPolicyDocumenterrors by providing a clearer error message when an invalid policy document is provided (#2778).Deprecated Features
dhcp_configreturn value has been deprecated and will be removed in a release after 2026-12-01. Usedhcp_optionsinstead (#2772).dhcp_configreturn value has been deprecated and will be removed in a release after 2026-12-01. Usedhcp_optionsinstead (#2772).valueskey in theresource_record_setsreturn value has been deprecated in favor ofrecord_valuesfor Jinja2 compatibility. Thevalueskey will be removed in a release after 2026-12-01 (#2772).Bugfixes
function.TheName) which cannot be used in Jinja2 templates (#2772).bucket_key_enabledexplicitly set tofalse(#2734).v10.1.2Compare Source
=======
Release Summary
This release includes multiple bug fixes.
Bugfixes
ansible.module_utils.siximports to avoid warnings (#2727).terminatedhad no effect. The fix implements missing instance termination state (#2719).v10.1.1Compare Source
=======
Release Summary
This release includes a bugfix and a documentation update.
Bugfixes
v10.1.0Compare Source
=======
Release Summary
This minor release adds support for
Route53as a hostname.Minor Changes
Route53as hostname (#2580).v10.0.0Compare Source
=======
Release Summary
This major release introduces new support with the
aws_ssmconnection plugin, which has been promoted fromcommunity.aws, several bugfixes, minor changes and deprecated features.Additionally, this release increases the minimum required versions of
boto3andbotocoreto 1.34.0 to align with updated AWS SDK support and support for ansible-core < 2.17 has been dropped.Due to the AWS SDKs announcing the end of support for Python less than 3.8 (https://aws.amazon.com/blogs/developer/python-support-policy-updates-for-aws-sdks-and-tools/), support for Python less than 3.8 by this collection was deprecated in 9.0.0 release and is removed in this 10.0.0 release.
Major Changes
botocore<1.34.0andboto3<1.34.0. Most modules will continue to work with older versions of the AWS SDK, however compatibility with older versions of the SDK is not guaranteed and will not be tested. When using older versions of the SDK a warning will be emitted by Ansible (#2426).community.awscollection. Playbooks using the Fully Qualified Collection Name for this module should be updated to useamazon.aws.aws_ssm.Minor Changes
Breaking Changes / Porting Guide
EC2_ACCESS_KEYenvironment variable was deprecated in release6.0.0and has now been removed. Please use theaccess_keyparameter orAWS_ACCESS_KEY_IDenvironment variable instead (#2527).EC2_REGIONenvironment variable was deprecated in release6.0.0and has now been removed. Please use theregionparameter orAWS_REGIONenvironment variable instead (#2527).EC2_SECRET_KEYenvironment variable was deprecated in release6.0.0and has now been removed. Please use thesecret_keyparameter orAWS_SECRET_ACCESS_KEYenvironment variable instead (#2527).EC2_SECURITY_TOKENandAWS_SECURITY_TOKENenvironment variables were deprecated in release6.0.0and have now been removed. Please use thesession_tokenparameter orAWS_SESSION_TOKENenvironment variable instead (#2527).EC2_URLandS3_URLenvironment variables were deprecated in release6.0.0and have now been removed. Please use theendpoint_urlparameter orAWS_URLenvironment variable instead (#2527).access_token,aws_security_tokenandsecurity_tokenaliases for thesession_tokenparameter were deprecated in release6.0.0and have now been removed. Please use thesession_tokenname instead (#2527).boto_profilealias for theprofileparameter was deprecated in release6.0.0and has now been removed. Please use theprofilename instead (#2527).ec2_access_keyalias for theaccess_keyparameter was deprecated in release6.0.0and has now been removed. Please use theaccess_keyname instead (#2527).ec2_regionalias for theregionparameter was deprecated in release6.0.0and has now been removed. Please use theregionname instead (#2527).ec2_secret_keyalias for thesecret_keyparameter was deprecated in release6.0.0and has now been removed. Please use thesecret_keyname instead (#2527).endpoint,ec2_urlands3_urlaliases for theendpoint_urlparameter were deprecated in release6.0.0and have now been removed. Please use theregionname instead (#2527).amazon.aws.aws_credentialsdocs fragment has been removed please useamazon.aws.common.pluginsinstead (#2527).amazon.aws.aws_regiondocs fragment has been removed please useamazon.aws.region.pluginsinstead (#2527).amazon.aws.awsdocs fragment has been removed please useamazon.aws.common.modulesinstead (#2527).amazon.aws.ec2docs fragment has been removed please useamazon.aws.region.modulesinstead (#2527).resultkey has been removed from the return value.vpc_peering_connectionsshould be used instead (#2618).boto3parameter forget_aws_region()andget_aws_connection_info(), this parameter has had no effect since release 4.0.0 (#2443).boto3parameter forget_ec2_security_group_ids_from_names()andget_aws_connection_info(), this parameter has had no effect since release 4.0.0 (#2603).Bugfixes
v9.5.2Compare Source
======
Release Summary
This release includes bugfixes to
ec2_vpc_nacl,autoscaling_instance,s3_objectmodules and sanity failure fixes.Bugfixes
ansible.module_utils.siximports to avoid warnings (#2727).terminatedhad no effect. The fix implements missing instance termination state (#2719).v9.5.1Compare Source
======
Release Summary
This release includes a bugfix and a documentation update.
Bugfixes
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.