chore(deps): update ansible-dependencies (major)#42
Merged
Conversation
| datasource | package | from | to | | ----------------- | ----------------- | ------ | ------ | | galaxy-collection | amazon.aws | 10.2.0 | 11.2.0 | | galaxy-collection | ansible.windows | 1.11.0 | 3.5.0 | | galaxy-collection | community.windows | 1.11.0 | 3.1.0 |
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:
10.2.0→11.2.01.11.0→3.5.01.11.0→3.1.0Release Notes
ansible-collections/amazon.aws (amazon.aws)
v11.2.0Compare Source
=======
Release Summary
This release introduces several new features and improvements across the collection. Notable additions include support for the
volume_initialization_rateparameter inec2_volto enable Provisioned Initialization Rate when creating volumes from snapshots, and a newprotected_from_scale_inoption inautoscaling_groupto control scale-in protection for instances. Route53 modules have been enhanced with new parameters for latency-based routing, includingrouting_regionand a temporaryaws_regionoption to support the transition away from the deprecatedregionparameter.The release also includes security fixes addressing potential ReDoS vulnerabilities in ARN and EC2 security group ID parsing, as well as several internal improvements and refactorings to improve code maintainability, error handling, and testability across modules and plugin utilities.
Several deprecations were introduced in inventory plugins to avoid conflicts with Ansible reserved variable names and modernize configuration options. In addition, the release includes code modernization updates such as replacing deprecated
datetime.utcnow()usage with timezone-aware alternatives, improvements to inventory plugin utilities, and various testing and internal maintenance updates.Minor Changes
protected_from_scale_into toggle protection from scale-in. This allows users to enable or disable scale-in protection for instances in an autoscaling group. (#2207)datetime.utcnow()with timezone-awaredatetime.now(tz=timezone.utc)(#2858).disable_lookups=Falseparameter from template calls as it is deprecated and False is the default value (#2864).disable_lookups=Falseparameter from template calls as it is deprecated and False is the default value (#2864).list()call when usingsorted(), improving efficiency by allowing sorted() to consume the generator expression directly (#2882).volume_initialization_rateoptional parameter to support Provisioned Initialization Rate when creating a volume from snapshots. (#2665)datetime.utcnow()with timezone-awaredatetime.now(datetime.timezone.utc)(#2866).datetime.utcnow()with timezone-awaredatetime.now(datetime.timezone.utc)(#2866).routing_regionparameter to explicitly specify the region for latency-based resource record sets (#2893).aws_regionparameter to allow specifying the AWS region for API requests while theregionparameter is being transitioned (#2893).Deprecated Features
tagshost variable has been deprecated to avoid conflicts with Ansible reserved variable names and will be removed in a release after 2026-12-01. Useec2_tagsinstead (#2847).use_contrib_script_compatible_ec2_tag_keysoption has been deprecated and will be removed in a release after 2026-12-01. Use theec2_tagsstructure instead. (#2854)use_contrib_script_compatible_sanitizationoption has been deprecated and will be removed in a release after 2026-12-01. Use Ansible's default group name sanitization instead. (#2854)tagshost variable has been deprecated to avoid conflicts with Ansible reserved variable names and will be removed in a release after 2026-12-01. Userds_tagsinstead (#2847).regionparameter for latency-based routing has been deprecated and will be removed in a release after 2027-06-01. Therouting_regionparameter behaves exactly asregionbehaves today and should be used instead (#2893).Security Fixes
Bugfixes
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.3.0Compare Source
=======
Release Summary
This minor release includes several bug fixes across ALB, S3, and the SSM connection plugin, security hardening for ARN parsing, and expanded compatibility with ansible-core >= 2.16.
Minor Changes
ansible-coreminimum version to2.16. This expands compatibility and does not change or remove existing functionality.Security Fixes
Bugfixes
Orderfield when determining if listener modifications are needed (#2537).Parameter validation failed: Invalid type for parameter ListenerArn, value: None(#2400).contentstring (#2810)ansible-collections/ansible.windows (ansible.windows)
v3.5.0Compare Source
======
Release Summary
Release summary for v3.5.0
Security Fixes
AllowUpdateAnywas hardcoded for non-SRV records, allowing any authenticated user to update DNS records. Added a new parameterallow_update_anywhich defaults tofalse(https://issues.redhat.com/browse/ACA-5193).v3.4.0Compare Source
======
Release Summary
Release summary for v3.4.0
Minor Changes
verify_signatureparameter.ansible.builtin.fileand now supports optionsaccess_time,access_time_format,modification_time, andmodification_time_format. (#798)cmdmodule option that can be used instead of the free form input. This aligns the options to the POSIXshellmodule.pwsh.exeas the executable in a mode similar to howpowershell.exeis run.Bugfixes
2.24.state: touch(#798).exenot present inPATHEXTenvironment variableexecutableuses the absolute path topowershell.exerather than looking it up in thePATHenvironment.New Modules
v3.3.0Compare Source
======
Release Summary
Release summary for v3.3.0
Minor Changes
env_valueswhich is a copy of the existingvaluesreturn value. The documentation forvalueshas been removed to discourage use of that version due to the inability to usevalueswith dot notation in a Jinja2 template due to the conflict with the Pythonvaluesattribute.Bugfixes
win_powershell- #828shutdown.exeto avoid relying onPATHlookups to find - #826v3.2.0Compare Source
======
Release Summary
Release summary for v3.2.0
Minor Changes
ansible_managedwhen set on Ansible Core 2.19+.Bugfixes
--checkflag.v3.1.0Compare Source
======
Release Summary
Release summary for v3.1.0
Minor Changes
ansible_product_uuidto align with Python facts - #789pathandremote_srcoptions which can be used to specify a local or remote PowerShell script to run.ansible.windows.win_powershellmodule to run signed scripts in Full Language Mode on a WDAC enabled host.Bugfixes
v3.0.0Compare Source
======
Release Summary
Major release of the ansible.windows collection. This release includes fixes for Ansible 2.19 and removes some deprecated modules.
Minor Changes
comment_start_stringandcomment_end_stringas options to align with the builtintemplatemodule.Removed Features (previously deprecated)
microsoft.ad.domaininsteadmicrosoft.ad.domain_controllerinsteadmicrosoft.ad.membershipinsteadrestart_neededinfeature_result, usereboot_requiredinsteadfiltered_reason, usefiltered_reasonsinsteadBugfixes
Get-WmiObject- #767v2.8.0Compare Source
======
Release Summary
Release summary for v2.8.0
Minor Changes
checksumandchecksum_algorithmto verify the package before installation. Also returnschecksumifchecksum_algorithmis provided - #596Bugfixes
v2.7.0Compare Source
======
Release Summary
Release summary for v2.7.0
Minor Changes
--diffoutput support.membersoption to set the group membership. This is designed to replace the functionality of thewin_group_membershipmodule.sidreturn value representing the security identifier of the group whenstate=present.Bugfixes
memberscontained duplicate members that were not already present in the group - #736New Modules
v2.6.0Compare Source
======
Release Summary
Release summary for v2.6.0. Includes various modules promoted from
community.windows.Minor Changes
ansible_os_install_dateas the OS installation date in the ISO 8601 formatyyyy-MM-ddTHH:mm:ssZ. This date is represented in the UTC timezone - #663Bugfixes
GetTypeerror when converting the output object - ttps[//github.com/Method invocation failed because the interface does not contain a method named 'GetType' ansible-collections/ansible.windows#708](//redirect.github.com/Method invocation failed because the interface does not contain a method named 'GetType' ansible-collections/ansible.windows#708)8$Ansible.Result = @​()as an empty array is returned as an empty list and not null - #686SeSecurityPrivilegeprivilege isn't present.New Modules
ansible-collections/community.windows (community.windows)
v3.1.0Compare Source
======
Release Summary
Release summary for v3.1.0
Minor Changes
Bugfixes
v3.0.1Compare Source
======
Release Summary
Release summary for v3.0.1
Bugfixes
rabbitmq_bin_path(#635).C:\Program Files- #614v3.0.0Compare Source
======
Release Summary
Major release of the community.windows collection. This release includes fixes for Ansible 2.19 and removes some deprecated modules.
Minor Changes
Deprecated Features
ansible.windows.win_audit_policy_system. Useansible.windows.win_audit_policy_systeminstead as the redirection will be removed in 4.0.0ansible.windows.win_audit_rule. Useansible.windows.win_audit_ruleinstead as the redirection will be removed in 4.0.0ansible.windows.win_auto_logon. Useansible.windows.win_auto_logoninstead as the redirection will be removed in 4.0.0ansible.windows.win_certificate_info. Useansible.windows.win_certificate_infoinstead as the redirection will be removed in 4.0.0ansible.windows.win_computer_description. Useansible.windows.win_computer_descriptioninstead as the redirection will be removed in 4.0.0ansible.windows.win_credential. Useansible.windows.win_credentialinstead as the redirection will be removed in 4.0.0ansible.windows.win_dhcp_lease. Useansible.windows.win_dhcp_leaseinstead as the redirection will be removed in 4.0.0ansible.windows.win_dns_record. Useansible.windows.win_dns_recordinstead as the redirection will be removed in 4.0.0ansible.windows.win_dns_zone. Useansible.windows.win_dns_zoneinstead as the redirection will be removed in 4.0.0ansible.windows.win_eventlog. Useansible.windows.win_eventloginstead as the redirection will be removed in 4.0.0ansible.windows.win_feature_info. Useansible.windows.win_feature_infoinstead as the redirection will be removed in 4.0.0ansible.windows.win_file_compression. Useansible.windows.win_file_compressioninstead as the redirection will be removed in 4.0.0ansible.windows.win_firewall. Useansible.windows.win_firewallinstead as the redirection will be removed in 4.0.0ansible.windows.win_hosts. Useansible.windows.win_hostsinstead as the redirection will be removed in 4.0.0ansible.windows.win_hotfix. Useansible.windows.win_hotfixinstead as the redirection will be removed in 4.0.0ansible.windows.win_http_proxy. Useansible.windows.win_http_proxyinstead as the redirection will be removed in 4.0.0microsoft.iis.virtual_directoryinstead as the module will be removed in 4.0.0microsoft.iis.web_applicationinstead instead as the module will be removed in 4.0.0microsoft.iis.web_app_poolinstead instead as the module will be removed in 4.0.0microsoft.iis.websiteinstead instead as the module will be removed in 4.0.0microsoft.iis.websiteinstead instead as the module will be removed in 4.0.0ansible.windows.win_inet_proxy. Useansible.windows.win_inet_proxyinstead as the redirection will be removed in 4.0.0ansible.windows.win_listen_ports_facts. Useansible.windows.win_listen_ports_factsinstead as the redirection will be removed in 4.0.0ansible.windows.win_mapped_drive. Useansible.windows.win_mapped_driveinstead as the redirection will be removed in 4.0.0ansible.windows.win_product_facts. Useansible.windows.win_product_factsinstead as the redirection will be removed in 4.0.0ansible.windows.win_region. Useansible.windows.win_regioninstead as the redirection will be removed in 4.0.0ansible.windows.win_route. Useansible.windows.win_routeinstead as the redirection will be removed in 4.0.0ansible.windows.win_timezone. Useansible.windows.win_timezoneinstead as the redirection will be removed in 4.0.0ansible.windows.win_user_profile. Useansible.windows.win_user_profileinstead as the redirection will be removed in 4.0.0Removed Features (previously deprecated)
microsoft.ad.computerinsteadmicrosoft.ad.groupinsteadmicrosoft.ad.membershipinsteadmicrosoft.ad.object_infoinsteadmicrosoft.ad.ouinsteadmicrosoft.ad.userinsteadbackup, usebackup_fileinsteadbackup, usebackup_fileinsteadBugfixes
v2.4.0Compare Source
======
Release Summary
Release summary for v2.4.0
Minor Changes
v2.3.0Compare Source
======
Release Summary
Release summary for v2.3.0
Minor Changes
Bugfixes
v2.2.0Compare Source
======
Release Summary
Release summary for v2.2.0
Minor Changes
Bugfixes
state=latestcmdreturn value to include the executablerobocopyv2.1.0Compare Source
======
Release Summary
Release summary for v2.1.0
Minor Changes
Bugfixes
Invoke-Expressionwhen running external commandsv2.0.0Compare Source
======
Release Summary
Version
2.0.0is a major release of thecommunity.windowscollection that removes some deprecated features. Please review the changelog to see what deprecated features have been removed in this release.Minor Changes
zone_scopeoption to manage a record in a specific zone scopeDeprecated Features
microsoft.ad.computermodule, thecommunity.windows.win_domain_computermodule will be removed in the3.0.0release of this collection.microsoft.ad.groupmodule, thecommunity.windows.win_domain_groupmodule will be removed in the3.0.0release of this collection.microsoft.ad.groupmodule, thecommunity.windows.win_domain_group_membershipmodule will be removed in the3.0.0release of this collection.microsoft.ad.object_infomodule, thecommunity.windows.win_domain_object_infomodule will be removed in the3.0.0release of this collection.microsoft.ad.oumodule, thecommunity.windows.win_domain_oumodule will be removed in the3.0.0release of this collection.microsoft.ad.usermodule, thecommunity.windows.win_domain_usermodule will be removed in the3.0.0release of this collection.Removed Features (previously deprecated)
app_parameters, useargumentsinstead.url, usecommunity.windows.win_psrepositoryto manage repositories insteadrepositoryspecified whenstate: absent, usecommunity.windows.win_psrepositoryto manage repositories insteadrepetitionto be defined as a list of dictionary entries. Specify therepetitionas a dictionary value rather than a list of dictionaries.Bugfixes
v1.13.0Compare Source
=======
Release Summary
Release summary for v1.13.0
Minor Changes
2.12or neweragingfor creating non-static DNS records.forceoption to allow overwriting/updating existing module dependency only if requestedBugfixes
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Renovate Bot.