From 1a72fbaa88aa4a976572539e46efd7ef4707cf39 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Tue, 12 Nov 2024 18:18:32 +0100
Subject: [PATCH] Ansible 11.0.0rc1: Dependencies, changelog and porting guide
(#499)
Co-authored-by: Github Actions <41898282+github-actions[bot]@users.noreply.github.com>
---
11/CHANGELOG-v11.md | 623 +++++++++++++++++++++------------
11/CHANGELOG-v11.rst | 578 +++++++++++++++++++-----------
11/ansible-11.0.0rc1-tags.yaml | 378 ++++++++++++++++++++
11/ansible-11.0.0rc1.deps | 96 +++++
11/ansible-11.0.0rc1.yaml | 280 +++++++++++++++
11/changelog.yaml | 7 +
11/galaxy-requirements.yaml | 8 +-
11/porting_guide_11.rst | 2 +-
8 files changed, 1526 insertions(+), 446 deletions(-)
create mode 100644 11/ansible-11.0.0rc1-tags.yaml
create mode 100644 11/ansible-11.0.0rc1.deps
create mode 100644 11/ansible-11.0.0rc1.yaml
diff --git a/11/CHANGELOG-v11.md b/11/CHANGELOG-v11.md
index f8dadd9fb5..f565f88290 100644
--- a/11/CHANGELOG-v11.md
+++ b/11/CHANGELOG-v11.md
@@ -2,70 +2,233 @@
This changelog describes changes since Ansible 10\.0\.0\.
-- v11\.0\.0b2
+- v11\.0\.0rc1
- Release Summary
- - Added Collections
- Ansible\-core
- Changed Collections
+ - Bugfixes
- Unchanged Collections
-- v11\.0\.0b1
+- v11\.0\.0b2
- Release Summary
+ - Added Collections
- Ansible\-core
- Changed Collections
+ - Unchanged Collections
+- v11\.0\.0b1
+ - Release Summary
+ - Ansible\-core
+ - Changed Collections
- Major Changes
- Minor Changes
- Breaking Changes / Porting Guide
- Deprecated Features
- Removed Features \(previously deprecated\)
- Security Fixes
- - Bugfixes
+ - Bugfixes
- Known Issues
- New Plugins
- New Modules
- - Unchanged Collections
+ - Unchanged Collections
- v11\.0\.0a2
- - Release Summary
+ - Release Summary
- Removed Collections
- - Ansible\-core
- - Changed Collections
+ - Ansible\-core
+ - Changed Collections
- Major Changes
- Minor Changes
- Breaking Changes / Porting Guide
- Deprecated Features
- Removed Features \(previously deprecated\)
- - Bugfixes
+ - Bugfixes
- Known Issues
- New Modules
- - Unchanged Collections
+ - Unchanged Collections
- v11\.0\.0a1
- - Release Summary
+ - Release Summary
- Removed Collections
- Added Collections
- - Ansible\-core
+ - Ansible\-core
- Included Collections
- Major Changes
- Minor Changes
- Breaking Changes / Porting Guide
- Deprecated Features
- Removed Features \(previously deprecated\)
- - Bugfixes
+ - Bugfixes
- Known Issues
- New Plugins
- New Modules
- - Unchanged Collections
+ - Unchanged Collections
-
-## v11\.0\.0b2
+
+## v11\.0\.0rc1
- Release Summary
-- Added Collections
- Ansible\-core
- Changed Collections
+- Bugfixes
+ - community\.dns
+ - community\.docker
+ - community\.general
- Unchanged Collections
### Release Summary
+Release Date\: 2024\-11\-12
+
+[Porting Guide](https\://docs\.ansible\.com/ansible/devel/porting\_guides\.html)
+
+
+### Ansible\-core
+
+Ansible 11\.0\.0rc1 contains ansible\-core version 2\.18\.0\.
+This is the same version of ansible\-core as in the previous Ansible release\.
+
+
+### Changed Collections
+
+If not mentioned explicitly\, the changes are reported in the combined changelog below\.
+
+| Collection | Ansible 11.0.0b2 | Ansible 11.0.0rc1 | Notes |
+| ----------------- | ---------------- | ----------------- | ----- |
+| community.dns | 3.0.6 | 3.0.7 | |
+| community.docker | 4.0.0 | 4.0.1 | |
+| community.general | 10.0.0 | 10.0.1 | |
+
+
+### Bugfixes
+
+
+#### community\.dns
+
+* Update Public Suffix List\.
+
+
+#### community\.docker
+
+* docker\_compose\_v2\_run \- make sure to sanitize labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+* docker\_config \- make sure to sanitize labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+* docker\_network \- make sure to sanitize labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+* docker\_node \- make sure to sanitize labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+* docker\_secret \- make sure to sanitize labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+* docker\_swarm \- make sure to sanitize labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+* docker\_swarm\_service \- make sure to sanitize labels
and container\_labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+* docker\_volume \- make sure to sanitize labels
before sending them to the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/985](https\://github\.com/ansible\-collections/community\.docker/pull/985)\)\.
+
+
+#### community\.general
+
+* keycloak\_client \- fix diff by removing code that turns the attributes dict which contains additional settings into a list \([https\://github\.com/ansible\-collections/community\.general/pull/9077](https\://github\.com/ansible\-collections/community\.general/pull/9077)\)\.
+* keycloak\_clientscope \- fix diff and end\_state
by removing the code that turns the attributes dict\, which contains additional config items\, into a list \([https\://github\.com/ansible\-collections/community\.general/pull/9082](https\://github\.com/ansible\-collections/community\.general/pull/9082)\)\.
+* redfish\_utils module utils \- remove undocumented default applytime \([https\://github\.com/ansible\-collections/community\.general/pull/9114](https\://github\.com/ansible\-collections/community\.general/pull/9114)\)\.
+
+
+### Unchanged Collections
+
+* amazon\.aws \(still version 9\.0\.0\)
+* ansible\.netcommon \(still version 7\.1\.0\)
+* ansible\.posix \(still version 1\.6\.2\)
+* ansible\.utils \(still version 5\.1\.2\)
+* ansible\.windows \(still version 2\.5\.0\)
+* arista\.eos \(still version 10\.0\.1\)
+* awx\.awx \(still version 24\.6\.1\)
+* azure\.azcollection \(still version 3\.0\.0\)
+* check\_point\.mgmt \(still version 6\.2\.1\)
+* chocolatey\.chocolatey \(still version 1\.5\.3\)
+* cisco\.aci \(still version 2\.10\.1\)
+* cisco\.asa \(still version 6\.0\.0\)
+* cisco\.dnac \(still version 6\.22\.0\)
+* cisco\.intersight \(still version 2\.0\.20\)
+* cisco\.ios \(still version 9\.0\.3\)
+* cisco\.iosxr \(still version 10\.2\.2\)
+* cisco\.ise \(still version 2\.9\.5\)
+* cisco\.meraki \(still version 2\.18\.3\)
+* cisco\.mso \(still version 2\.9\.0\)
+* cisco\.nxos \(still version 9\.2\.1\)
+* cisco\.ucs \(still version 1\.14\.0\)
+* cloud\.common \(still version 4\.0\.0\)
+* cloudscale\_ch\.cloud \(still version 2\.4\.0\)
+* community\.aws \(still version 9\.0\.0\)
+* community\.ciscosmb \(still version 1\.0\.9\)
+* community\.crypto \(still version 2\.22\.3\)
+* community\.digitalocean \(still version 1\.27\.0\)
+* community\.grafana \(still version 2\.1\.0\)
+* community\.hashi\_vault \(still version 6\.2\.0\)
+* community\.hrobot \(still version 2\.0\.2\)
+* community\.library\_inventory\_filtering\_v1 \(still version 1\.0\.2\)
+* community\.libvirt \(still version 1\.3\.0\)
+* community\.mongodb \(still version 1\.7\.8\)
+* community\.mysql \(still version 3\.10\.3\)
+* community\.network \(still version 5\.1\.0\)
+* community\.okd \(still version 4\.0\.0\)
+* community\.postgresql \(still version 3\.7\.0\)
+* community\.proxysql \(still version 1\.6\.0\)
+* community\.rabbitmq \(still version 1\.3\.0\)
+* community\.routeros \(still version 3\.0\.0\)
+* community\.sap\_libs \(still version 1\.4\.2\)
+* community\.sops \(still version 2\.0\.0\)
+* community\.vmware \(still version 5\.1\.0\)
+* community\.windows \(still version 2\.3\.0\)
+* community\.zabbix \(still version 3\.1\.2\)
+* containers\.podman \(still version 1\.16\.2\)
+* cyberark\.conjur \(still version 1\.3\.1\)
+* cyberark\.pas \(still version 1\.0\.27\)
+* dellemc\.enterprise\_sonic \(still version 2\.5\.1\)
+* dellemc\.openmanage \(still version 9\.8\.0\)
+* dellemc\.powerflex \(still version 2\.5\.0\)
+* dellemc\.unity \(still version 2\.0\.0\)
+* f5networks\.f5\_modules \(still version 1\.32\.1\)
+* fortinet\.fortimanager \(still version 2\.7\.0\)
+* fortinet\.fortios \(still version 2\.3\.8\)
+* google\.cloud \(still version 1\.4\.1\)
+* grafana\.grafana \(still version 5\.6\.0\)
+* hetzner\.hcloud \(still version 4\.2\.1\)
+* ibm\.qradar \(still version 4\.0\.0\)
+* ibm\.spectrum\_virtualize \(still version 2\.0\.0\)
+* ibm\.storage\_virtualize \(still version 2\.5\.0\)
+* ieisystem\.inmanage \(still version 3\.0\.0\)
+* infinidat\.infinibox \(still version 1\.4\.5\)
+* infoblox\.nios\_modules \(still version 1\.7\.0\)
+* inspur\.ispim \(still version 2\.2\.3\)
+* junipernetworks\.junos \(still version 9\.1\.0\)
+* kaytus\.ksmanage \(still version 2\.0\.0\)
+* kubernetes\.core \(still version 5\.0\.0\)
+* kubevirt\.core \(still version 2\.1\.0\)
+* lowlydba\.sqlserver \(still version 2\.3\.4\)
+* microsoft\.ad \(still version 1\.7\.1\)
+* netapp\.cloudmanager \(still version 21\.24\.0\)
+* netapp\.ontap \(still version 22\.12\.0\)
+* netapp\.storagegrid \(still version 21\.13\.0\)
+* netapp\_eseries\.santricity \(still version 1\.4\.1\)
+* netbox\.netbox \(still version 3\.20\.0\)
+* ngine\_io\.cloudstack \(still version 2\.5\.0\)
+* openstack\.cloud \(still version 2\.2\.0\)
+* ovirt\.ovirt \(still version 3\.2\.0\)
+* purestorage\.flasharray \(still version 1\.31\.1\)
+* purestorage\.flashblade \(still version 1\.19\.1\)
+* sensu\.sensu\_go \(still version 1\.14\.0\)
+* splunk\.es \(still version 4\.0\.0\)
+* telekom\_mms\.icinga\_director \(still version 2\.2\.0\)
+* theforeman\.foreman \(still version 4\.2\.0\)
+* vmware\.vmware \(still version 1\.6\.0\)
+* vmware\.vmware\_rest \(still version 4\.2\.0\)
+* vultr\.cloud \(still version 1\.13\.0\)
+* vyos\.vyos \(still version 5\.0\.0\)
+* wti\.remote \(still version 1\.0\.10\)
+
+
+## v11\.0\.0b2
+
+- Release Summary
+- Added Collections
+- Ansible\-core
+- Changed Collections
+- Unchanged Collections
+
+
+### Release Summary
+
Release Date\: 2024\-11\-06
[Porting Guide](https\://docs\.ansible\.com/ansible/devel/porting\_guides\.html)
@@ -75,13 +238,13 @@ Release Date\: 2024\-11\-06
* netapp\.storagegrid \(version 21\.13\.0\)
-
+
### Ansible\-core
Ansible 11\.0\.0b2 contains ansible\-core version 2\.18\.0\.
This is the same version of ansible\-core as in the previous Ansible release\.
-
+
### Changed Collections
If not mentioned explicitly\, the changes are reported in the combined changelog below\.
@@ -90,7 +253,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
| ------------------ | ---------------- | ---------------- | ----------------------------------- |
| netapp.storagegrid | | 21.13.0 | The collection was added to Ansible |
-
+
### Unchanged Collections
* amazon\.aws \(still version 9\.0\.0\)
@@ -189,9 +352,9 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
## v11\.0\.0b1
-- Release Summary
-- Ansible\-core
-- Changed Collections
+- Release Summary
+- Ansible\-core
+- Changed Collections
- Major Changes
- amazon\.aws
- ansible\.utils
@@ -203,8 +366,8 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- cisco\.dnac
- cisco\.iosxr
- community\.aws
- - community\.docker
- - community\.general
+ - community\.docker
+ - community\.general
- community\.routeros
- community\.vmware
- dellemc\.openmanage
@@ -217,23 +380,23 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- Breaking Changes / Porting Guide
- amazon\.aws
- community\.aws
- - community\.docker
- - community\.general
+ - community\.docker
+ - community\.general
- community\.routeros
- Deprecated Features
- amazon\.aws
- community\.aws
- - community\.general
+ - community\.general
- community\.vmware
- Removed Features \(previously deprecated\)
- - community\.docker
- - community\.general
+ - community\.docker
+ - community\.general
- community\.routeros
- community\.sops
- Security Fixes
- - Ansible\-core
-- Bugfixes
- Ansible\-core
+- Bugfixes
+ - Ansible\-core
- amazon\.aws
- ansible\.posix
- ansible\.utils
@@ -244,9 +407,9 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- cisco\.meraki
- community\.aws
- community\.crypto
- - community\.dns
- - community\.docker
- - community\.general
+ - community\.dns
+ - community\.docker
+ - community\.general
- community\.vmware
- containers\.podman
- dellemc\.openmanage
@@ -255,7 +418,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- vmware\.vmware
- vmware\.vmware\_rest
- Known Issues
- - community\.general
+ - community\.general
- dellemc\.openmanage
- New Plugins
- Filter
@@ -263,18 +426,18 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- New Modules
- amazon\.aws
- cisco\.iosxr
- - community\.general
+ - community\.general
- purestorage\.flashblade
-- Unchanged Collections
+- Unchanged Collections
-
+
### Release Summary
Release Date\: 2024\-11\-05
[Porting Guide](https\://docs\.ansible\.com/ansible/devel/porting\_guides\.html)
-
+
### Ansible\-core
Ansible 11\.0\.0b1 contains ansible\-core version 2\.18\.0\.
@@ -282,43 +445,43 @@ This is a newer version than version 2\.18\.0rc1 contained in the previous Ansib
The changes are reported in the combined changelog below\.
-
+
### Changed Collections
If not mentioned explicitly\, the changes are reported in the combined changelog below\.
-| Collection | Ansible 11.0.0a2 | Ansible 11.0.0b1 | Notes |
-| ---------------------------------------- | ---------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| amazon.aws | 8.2.1 | 9.0.0 | |
-| ansible.posix | 1.6.1 | 1.6.2 | |
-| ansible.utils | 4.1.0 | 5.1.2 | |
-| arista.eos | 10.0.0 | 10.0.1 | |
-| azure.azcollection | 2.7.0 | 3.0.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-| cisco.dnac | 6.20.0 | 6.22.0 | |
-| cisco.ios | 9.0.2 | 9.0.3 | |
-| cisco.iosxr | 10.1.0 | 10.2.2 | |
-| cisco.ise | 2.9.3 | 2.9.5 | |
-| cisco.meraki | 2.18.2 | 2.18.3 | |
-| community.aws | 8.0.0 | 9.0.0 | |
-| community.crypto | 2.22.1 | 2.22.3 | |
-| community.dns | 3.0.5 | 3.0.6 | |
-| community.docker | 3.13.0 | 4.0.0 | |
-| community.general | 9.5.0 | 10.0.0 | |
-| community.library_inventory_filtering_v1 | 1.0.1 | 1.0.2 | |
-| community.mongodb | 1.7.7 | 1.7.8 | There are no changes recorded in the changelog. |
-| community.routeros | 2.19.0 | 3.0.0 | |
-| community.sops | 1.9.1 | 2.0.0 | |
-| community.vmware | 5.0.1 | 5.1.0 | |
-| containers.podman | 1.16.1 | 1.16.2 | |
-| cyberark.conjur | 1.3.0 | 1.3.1 | You can find the collection's changelog at [https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md](https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md). |
-| dellemc.openmanage | 9.7.0 | 9.8.0 | |
-| f5networks.f5_modules | 1.31.0 | 1.32.1 | |
-| grafana.grafana | 5.5.1 | 5.6.0 | |
-| netapp.cloudmanager | 21.22.1 | 21.24.0 | |
-| purestorage.flashblade | 1.18.0 | 1.19.1 | |
-| telekom_mms.icinga_director | 2.1.2 | 2.2.0 | |
-| vmware.vmware | 1.5.0 | 1.6.0 | |
-| vmware.vmware_rest | 4.1.0 | 4.2.0 | |
+| Collection | Ansible 11.0.0a2 | Ansible 11.0.0b1 | Notes |
+| ---------------------------------------- | ---------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| amazon.aws | 8.2.1 | 9.0.0 | |
+| ansible.posix | 1.6.1 | 1.6.2 | |
+| ansible.utils | 4.1.0 | 5.1.2 | |
+| arista.eos | 10.0.0 | 10.0.1 | |
+| azure.azcollection | 2.7.0 | 3.0.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+| cisco.dnac | 6.20.0 | 6.22.0 | |
+| cisco.ios | 9.0.2 | 9.0.3 | |
+| cisco.iosxr | 10.1.0 | 10.2.2 | |
+| cisco.ise | 2.9.3 | 2.9.5 | |
+| cisco.meraki | 2.18.2 | 2.18.3 | |
+| community.aws | 8.0.0 | 9.0.0 | |
+| community.crypto | 2.22.1 | 2.22.3 | |
+| community.dns | 3.0.5 | 3.0.6 | |
+| community.docker | 3.13.0 | 4.0.0 | |
+| community.general | 9.5.0 | 10.0.0 | |
+| community.library_inventory_filtering_v1 | 1.0.1 | 1.0.2 | |
+| community.mongodb | 1.7.7 | 1.7.8 | There are no changes recorded in the changelog. |
+| community.routeros | 2.19.0 | 3.0.0 | |
+| community.sops | 1.9.1 | 2.0.0 | |
+| community.vmware | 5.0.1 | 5.1.0 | |
+| containers.podman | 1.16.1 | 1.16.2 | |
+| cyberark.conjur | 1.3.0 | 1.3.1 | You can find the collection's changelog at `[https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md](https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md). |
+| dellemc.openmanage | 9.7.0 | 9.8.0 | |
+| f5networks.f5_modules | 1.31.0 | 1.32.1 | |
+| grafana.grafana | 5.5.1 | 5.6.0 | |
+| netapp.cloudmanager | 21.22.1 | 21.24.0 | |
+| purestorage.flashblade | 1.18.0 | 1.19.1 | |
+| telekom_mms.icinga_director | 2.1.2 | 2.2.0 | |
+| vmware.vmware | 1.5.0 | 1.6.0 | |
+| vmware.vmware_rest | 4.1.0 | 4.2.0 | |
### Major Changes
@@ -536,12 +699,12 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* ec2\_vpc\_vpn\_info \- Refactor module to use shared code from amazon\.aws\.plugins\.module\_utils\.ec2
\([https\://github\.com/ansible\-collections/community\.aws/pull/2160](https\://github\.com/ansible\-collections/community\.aws/pull/2160)\)\.
* elb\_classic\_lb\_info \- Refactor elb\_classic\_lb\_info module \([https\://github\.com/ansible\-collections/community\.aws/pull/2139](https\://github\.com/ansible\-collections/community\.aws/pull/2139)\)\.
-
+
#### community\.docker
* docker\_compose\_v2 \- add renew\_anon\_volumes
parameter for docker compose up
\([https\://github\.com/ansible\-collections/community\.docker/pull/977](https\://github\.com/ansible\-collections/community\.docker/pull/977)\)\.
-
+
#### community\.general
* CmdRunner module util \- argument formats can be specified as plain functions without calling cmd\_runner\_fmt\.as\_func\(\)
\([https\://github\.com/ansible\-collections/community\.general/pull/8479](https\://github\.com/ansible\-collections/community\.general/pull/8479)\)\.
@@ -835,15 +998,15 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* elb\_classic\_lb\_info \- The module has been migrated from the community\.aws
collection\. Playbooks using the Fully Qualified Collection Name for this module should be updated to use amazon\.aws\.elb\_classic\_lb\_info
\.
* iam\_policy \- the connection\_properties
return key was previously deprecated and has been removed\, please use raw\_connection\_properties
instead \([https\://github\.com/ansible\-collections/community\.aws/pull/2165](https\://github\.com/ansible\-collections/community\.aws/pull/2165)\)\.
-
+
#### community\.docker
* docker\_container \- the default of image\_name\_mismatch
changed from ignore
to recreate
\([https\://github\.com/ansible\-collections/community\.docker/pull/971](https\://github\.com/ansible\-collections/community\.docker/pull/971)\)\.
-
+
#### community\.general
-* The collection no longer supports ansible\-core 2\.13 and ansible\-core 2\.14\. While most \(or even all\) modules and plugins might still work with these versions\, they are no longer tested in CI and breakages regarding them will not be fixed \([https\://github\.com/ansible\-collections/community\.general/pull/8921](https\://github\.com/ansible\-collections/community\.general/pull/8921)\)\.\"
+* The collection no longer supports ansible\-core 2\.13 and ansible\-core 2\.14\. While most \(or even all\) modules and plugins might still work with these versions\, they are no longer tested in CI and breakages regarding them will not be fixed \([https\://github\.com/ansible\-collections/community\.general/pull/8921](https\://github\.com/ansible\-collections/community\.general/pull/8921)\)\.
* cmd\_runner module utils \- CLI arguments created directly from module parameters are no longer assigned a default formatter \([https\://github\.com/ansible\-collections/community\.general/pull/8928](https\://github\.com/ansible\-collections/community\.general/pull/8928)\)\.
* irc \- the defaults of use\_tls
and validate\_certs
changed from false
to true
\([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\.
* rhsm\_repository \- the states present
and absent
have been removed\. Use enabled
and disabled
instead \([https\://github\.com/ansible\-collections/community\.general/pull/8918](https\://github\.com/ansible\-collections/community\.general/pull/8918)\)\.
@@ -876,7 +1039,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* community\.aws collection \- 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/](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 has been deprecated and will removed in release 10\.0\.0 \([https\://github\.com/ansible\-collections/community\.aws/pull/2195](https\://github\.com/ansible\-collections/community\.aws/pull/2195)\)\.
-
+
#### community\.general
* CmdRunner module util \- setting the value of the ignore\_none
parameter within a CmdRunner
context is deprecated and that feature should be removed in community\.general 12\.0\.0 \([https\://github\.com/ansible\-collections/community\.general/pull/8479](https\://github\.com/ansible\-collections/community\.general/pull/8479)\)\.
@@ -896,7 +1059,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Removed Features \(previously deprecated\)
-
+
#### community\.docker
* The collection no longer supports ansible\-core 2\.11\, 2\.12\, 2\.13\, and 2\.14\. You need ansible\-core 2\.15\.0 or newer to use community\.docker 4\.x\.y \([https\://github\.com/ansible\-collections/community\.docker/pull/971](https\://github\.com/ansible\-collections/community\.docker/pull/971)\)\.
@@ -905,7 +1068,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* docker\_container \- the purge\_networks
option has been removed\. Use networks\: strict
in comparisons
instead and make sure that networks
is specified \([https\://github\.com/ansible\-collections/community\.docker/pull/971](https\://github\.com/ansible\-collections/community\.docker/pull/971)\)\.
* various modules and plugins \- remove the ssl\_version
option \([https\://github\.com/ansible\-collections/community\.docker/pull/971](https\://github\.com/ansible\-collections/community\.docker/pull/971)\)\.
-
+
#### community\.general
* The consul\_acl module has been removed\. Use community\.general\.consul\_token and/or community\.general\.consul\_policy instead \([https\://github\.com/ansible\-collections/community\.general/pull/8921](https\://github\.com/ansible\-collections/community\.general/pull/8921)\)\.
@@ -932,17 +1095,17 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Security Fixes
-
+
#### Ansible\-core
* include\_vars action \- Ensure that result masking is correctly requested when vault\-encrypted files are read\. \(CVE\-2024\-8775\)
* task result processing \- Ensure that action\-sourced result masking \(\_ansible\_no\_log\=True
\) is preserved\. \(CVE\-2024\-8775\)
* user action won\'t allow ssh\-keygen\, chown and chmod to run on existing ssh public key file\, avoiding traversal on existing symlinks \(CVE\-2024\-9902\)\.
-
+
### Bugfixes
-
+
#### Ansible\-core
* user action will now require O\(force\) to overwrite the public part of an ssh key when generating ssh keys\, as was already the case for the private part\.
@@ -1013,17 +1176,17 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* acme\_certificate \- fix authorization failure when CSR contains SANs with mixed case \([https\://github\.com/ansible\-collections/community\.crypto/pull/803](https\://github\.com/ansible\-collections/community\.crypto/pull/803)\)\.
* time module utils \- fix conversion of naive datetime
objects to UNIX timestamps for Python 3 \([https\://github\.com/ansible\-collections/community\.crypto/issues/808](https\://github\.com/ansible\-collections/community\.crypto/issues/808)\, [https\://github\.com/ansible\-collections/community\.crypto/pull/810](https\://github\.com/ansible\-collections/community\.crypto/pull/810)\)\.
-
+
#### community\.dns
* Update Public Suffix List\.
-
+
#### community\.docker
* docker\_compose\_v2 \- improve parsing of dry\-run image build operations from JSON events \([https\://github\.com/ansible\-collections/community\.docker/issues/975](https\://github\.com/ansible\-collections/community\.docker/issues/975)\, [https\://github\.com/ansible\-collections/community\.docker/pull/976](https\://github\.com/ansible\-collections/community\.docker/pull/976)\)\.
-
+
#### community\.general
* bitwarden lookup plugin \- fix KeyError
in search\_field
\([https\://github\.com/ansible\-collections/community\.general/issues/8549](https\://github\.com/ansible\-collections/community\.general/issues/8549)\, [https\://github\.com/ansible\-collections/community\.general/pull/8557](https\://github\.com/ansible\-collections/community\.general/pull/8557)\)\.
@@ -1161,7 +1324,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Known Issues
-
+
#### community\.general
* jenkins\_node \- the module is not able to update offline message when node is already offline due to internally using toggleOffline API \([https\://github\.com/ansible\-collections/community\.general/pull/9084](https\://github\.com/ansible\-collections/community\.general/pull/9084)\)\.
@@ -1205,7 +1368,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* cisco\.iosxr\.iosxr\_route\_maps \- Resource module to configure route maps\.
-
+
#### community\.general
* community\.general\.bootc\_manage \- Bootc Switch and Upgrade\.
@@ -1228,7 +1391,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* purestorage\.flashblade\.purefb\_saml \- Manage FlashBlade SAML2 service and identity providers
-
+
### Unchanged Collections
* ansible\.netcommon \(still version 7\.1\.0\)
@@ -1297,37 +1460,37 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
## v11\.0\.0a2
-- Release Summary
+- Release Summary
- Removed Collections
-- Ansible\-core
-- Changed Collections
+- Ansible\-core
+- Changed Collections
- Major Changes
- dellemc\.openmanage
- fortinet\.fortios
- ieisystem\.inmanage
- kaytus\.ksmanage
- Minor Changes
- - Ansible\-core
+ - Ansible\-core
- chocolatey\.chocolatey
- cisco\.dnac
- - community\.general
+ - community\.general
- community\.postgresql
- infoblox\.nios\_modules
- ngine\_io\.cloudstack
- Breaking Changes / Porting Guide
- cloud\.common
- Deprecated Features
- - community\.general
+ - community\.general
- community\.network
- Removed Features \(previously deprecated\)
-- Bugfixes
- - Ansible\-core
+- Bugfixes
+ - Ansible\-core
- ansible\.posix
- chocolatey\.chocolatey
- cloud\.common
- community\.crypto
- - community\.dns
- - community\.general
+ - community\.dns
+ - community\.general
- community\.postgresql
- community\.sops
- community\.vmware
@@ -1342,14 +1505,14 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- Known Issues
- dellemc\.openmanage
- New Modules
- - community\.docker
- - community\.general
+ - community\.docker
+ - community\.general
- ieisystem\.inmanage
- infoblox\.nios\_modules
- kaytus\.ksmanage
-- Unchanged Collections
+- Unchanged Collections
-
+
### Release Summary
Release Date\: 2024\-10\-15
@@ -1361,7 +1524,7 @@ Release Date\: 2024\-10\-15
* ngine\_io\.exoscale \(previously included version\: 1\.1\.0\)
-
+
### Ansible\-core
Ansible 11\.0\.0a2 contains ansible\-core version 2\.18\.0rc1\.
@@ -1369,7 +1532,7 @@ This is a newer version than version 2\.18\.0b1 contained in the previous Ansibl
The changes are reported in the combined changelog below\.
-
+
### Changed Collections
If not mentioned explicitly\, the changes are reported in the combined changelog below\.
@@ -1430,7 +1593,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Minor Changes
-
+
#### Ansible\-core
* ansible\-test \- Default to Python 3\.13 in the base
and default
containers\.
@@ -1463,7 +1626,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* Setting dnac versions and compare for version based routing\.
* Unit test automation for worflow\_manager modules\.
-
+
#### community\.general
* dig lookup plugin \- add port
option to specify DNS server port \([https\://github\.com/ansible\-collections/community\.general/pull/8966](https\://github\.com/ansible\-collections/community\.general/pull/8966)\)\.
@@ -1553,7 +1716,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
The collection has [unresolved sanity test failures](https\://github\.com/sensu/sensu\-go\-ansible/issues/362)\.
See [Collections Removal Process for collections not satisfying the collection requirements](https\://docs\.ansible\.com/ansible/devel/community/collection\_contributors/collection\_package\_removal\.html\#collections\-not\-satisfying\-the\-collection\-requirements) for more details\, including for how this can be cancelled \([https\://forum\.ansible\.com/t/8380](https\://forum\.ansible\.com/t/8380)\)\.
-
+
#### community\.general
* hipchat \- the hipchat service has been discontinued and the self\-hosted variant has been End of Life since 2020\. The module is therefore deprecated and will be removed from community\.general 11\.0\.0 if nobody provides compelling reasons to still keep it \([https\://github\.com/ansible\-collections/community\.general/pull/8919](https\://github\.com/ansible\-collections/community\.general/pull/8919)\)\.
@@ -1568,10 +1731,10 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* The deprecated ngine\_io\.exoscale
collection has been removed \([https\://forum\.ansible\.com/t/2572](https\://forum\.ansible\.com/t/2572)\)\.
-
+
### Bugfixes
-
+
#### Ansible\-core
* Errors now preserve stacked error messages even when YAML is involved\.
@@ -1608,12 +1771,12 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* acme\_\* modules \- when querying renewal information\, make sure to insert a slash between the base URL and the certificate identifier \([https\://github\.com/ansible\-collections/community\.crypto/issues/801](https\://github\.com/ansible\-collections/community\.crypto/issues/801)\, [https\://github\.com/ansible\-collections/community\.crypto/pull/802](https\://github\.com/ansible\-collections/community\.crypto/pull/802)\)\.
* various modules \- pass absolute paths to module\.atomic\_move\(\)
\([https\://github\.com/ansible/ansible/issues/83950](https\://github\.com/ansible/ansible/issues/83950)\, [https\://github\.com/ansible\-collections/community\.crypto/pull/799](https\://github\.com/ansible\-collections/community\.crypto/pull/799)\)\.
-
+
#### community\.dns
* Update Public Suffix List\.
-
+
#### community\.general
* cloudflare\_dns \- fix changing Cloudflare SRV records \([https\://github\.com/ansible\-collections/community\.general/issues/8679](https\://github\.com/ansible\-collections/community\.general/issues/8679)\, [https\://github\.com/ansible\-collections/community\.general/pull/8948](https\://github\.com/ansible\-collections/community\.general/pull/8948)\)\.
@@ -1736,13 +1899,13 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### New Modules
-
+
#### community\.docker
* community\.docker\.docker\_compose\_v2\_exec \- Run command in a container of a Compose service\.
* community\.docker\.docker\_compose\_v2\_run \- Run command in a new container of a Compose service\.
-
+
#### community\.general
* community\.general\.ipa\_getkeytab \- Manage keytab file in FreeIPA\.
@@ -1768,7 +1931,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* kaytus\.ksmanage\.edit\_system\_lock\_mode \- Set system lock mode information
* kaytus\.ksmanage\.system\_lock\_mode\_info \- Get system lock mode information
-
+
### Unchanged Collections
* amazon\.aws \(still version 8\.2\.1\)
@@ -1843,10 +2006,10 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
## v11\.0\.0a1
-- Release Summary
+- Release Summary
- Removed Collections
- Added Collections
-- Ansible\-core
+- Ansible\-core
- Included Collections
- Major Changes
- ansible\.netcommon
@@ -1868,7 +2031,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- splunk\.es
- vyos\.vyos
- Minor Changes
- - Ansible\-core
+ - Ansible\-core
- amazon\.aws
- ansible\.netcommon
- ansible\.posix
@@ -1882,8 +2045,8 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- cisco\.nxos
- cloudscale\_ch\.cloud
- community\.crypto
- - community\.docker
- - community\.general
+ - community\.docker
+ - community\.general
- community\.grafana
- community\.mysql
- community\.okd
@@ -1916,7 +2079,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- vultr\.cloud
- vyos\.vyos
- Breaking Changes / Porting Guide
- - Ansible\-core
+ - Ansible\-core
- community\.mysql
- community\.vmware
- community\.zabbix
@@ -1924,22 +2087,22 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- kubernetes\.core
- vmware\.vmware\_rest
- Deprecated Features
- - Ansible\-core
+ - Ansible\-core
- amazon\.aws
- cisco\.ios
- - community\.docker
- - community\.general
+ - community\.docker
+ - community\.general
- community\.grafana
- community\.routeros
- community\.sops
- community\.vmware
- Removed Features \(previously deprecated\)
- - Ansible\-core
+ - Ansible\-core
- community\.grafana
- community\.okd
- kubernetes\.core
-- Bugfixes
- - Ansible\-core
+- Bugfixes
+ - Ansible\-core
- amazon\.aws
- ansible\.netcommon
- ansible\.posix
@@ -1952,9 +2115,9 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- cisco\.mso
- cisco\.nxos
- community\.crypto
- - community\.dns
- - community\.docker
- - community\.general
+ - community\.dns
+ - community\.docker
+ - community\.general
- community\.grafana
- community\.hrobot
- community\.mysql
@@ -1988,16 +2151,16 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- theforeman\.foreman
- vmware\.vmware\_rest
- Known Issues
- - Ansible\-core
+ - Ansible\-core
- ansible\.netcommon
- - community\.docker
+ - community\.docker
- dellemc\.openmanage
- New Plugins
- Test
- New Modules
- - Ansible\-core
+ - Ansible\-core
- check\_point\.mgmt
- - community\.general
+ - community\.general
- community\.grafana
- community\.zabbix
- containers\.podman
@@ -2008,9 +2171,9 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
- netbox\.netbox
- purestorage\.flasharray
- theforeman\.foreman
-- Unchanged Collections
+- Unchanged Collections
-
+
### Release Summary
Release Date\: 2024\-09\-25
@@ -2033,7 +2196,7 @@ Release Date\: 2024\-09\-25
* kubevirt\.core \(version 2\.1\.0\)
* vmware\.vmware \(version 1\.5\.0\)
-
+
### Ansible\-core
Ansible 11\.0\.0a1 contains ansible\-core version 2\.18\.0b1\.
@@ -2046,80 +2209,80 @@ The changes are reported in the combined changelog below\.
If not mentioned explicitly\, the changes are reported in the combined changelog below\.
-| Collection | Ansible 10.0.0 | Ansible 11.0.0a1 | Notes |
-| ------------------------ | -------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
-| amazon.aws | 8.0.0 | 8.2.1 | |
-| ansible.netcommon | 6.1.2 | 7.1.0 | |
-| ansible.posix | 1.5.4 | 1.6.0 | |
-| ansible.windows | 2.3.0 | 2.5.0 | |
-| arista.eos | 9.0.0 | 10.0.0 | |
-| awx.awx | 24.3.1 | 24.6.1 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-| azure.azcollection | 2.3.0 | 2.7.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-| check_point.mgmt | 5.2.3 | 6.2.1 | |
-| cisco.aci | 2.9.0 | 2.10.1 | |
-| cisco.asa | 5.0.1 | 6.0.0 | |
-| cisco.dnac | 6.13.3 | 6.18.0 | |
-| cisco.intersight | 2.0.9 | 2.0.18 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-| cisco.ios | 8.0.0 | 9.0.2 | |
-| cisco.iosxr | 9.0.0 | 10.1.0 | |
-| cisco.ise | 2.9.1 | 2.9.3 | |
-| cisco.meraki | 2.18.1 | 2.18.2 | |
-| cisco.mso | 2.6.0 | 2.9.0 | |
-| cisco.nxos | 8.0.0 | 9.2.1 | |
-| cisco.ucs | 1.10.0 | 1.14.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-| cloudscale_ch.cloud | 2.3.1 | 2.4.0 | |
-| community.crypto | 2.20.0 | 2.22.0 | |
-| community.digitalocean | 1.26.0 | 1.27.0 | There are no changes recorded in the changelog. |
-| community.dns | 3.0.0 | 3.0.4 | |
-| community.docker | 3.10.3 | 3.12.2 | |
-| community.general | 9.0.1 | 9.4.0 | |
-| community.grafana | 1.9.1 | 2.1.0 | |
-| community.hrobot | 2.0.0 | 2.0.1 | |
-| community.mongodb | 1.7.4 | 1.7.6 | There are no changes recorded in the changelog. |
-| community.mysql | 3.9.0 | 3.10.3 | |
-| community.network | 5.0.2 | 5.0.3 | |
-| community.okd | 3.0.1 | 4.0.0 | |
-| community.postgresql | 3.4.1 | 3.6.1 | |
-| community.proxysql | 1.5.1 | 1.6.0 | |
-| community.routeros | 2.15.0 | 2.19.0 | |
-| community.sops | 1.6.7 | 1.9.0 | |
-| community.vmware | 4.4.0 | 5.0.0 | |
-| community.windows | 2.2.0 | 2.3.0 | |
-| community.zabbix | 2.4.0 | 3.1.2 | |
-| containers.podman | 1.13.0 | 1.16.0 | |
-| cyberark.conjur | 1.2.2 | 1.3.0 | You can find the collection's changelog at [https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md](https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md). |
-| cyberark.pas | 1.0.25 | 1.0.27 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-| dellemc.enterprise_sonic | 2.4.0 | 2.5.1 | |
-| dellemc.openmanage | 9.2.0 | 9.6.0 | |
-| dellemc.powerflex | 2.4.0 | 2.5.0 | |
-| f5networks.f5_modules | 1.28.0 | 1.31.0 | |
-| fortinet.fortimanager | 2.5.0 | 2.7.0 | |
-| fortinet.fortios | 2.3.6 | 2.3.7 | |
-| google.cloud | 1.3.0 | 1.4.1 | |
-| grafana.grafana | 5.2.0 | 5.5.1 | |
-| hetzner.hcloud | 3.1.1 | 4.2.1 | |
-| ibm.qradar | 3.0.0 | 4.0.0 | |
-| ibm.storage_virtualize | 2.3.1 | 2.5.0 | |
-| ieisystem.inmanage | | 2.0.0 | The collection was added to Ansible |
-| inspur.ispim | 2.2.1 | 2.2.3 | |
-| junipernetworks.junos | 8.0.0 | 9.1.0 | |
-| kaytus.ksmanage | 1.2.1 | 1.2.2 | |
-| kubernetes.core | 3.1.0 | 5.0.0 | |
-| kubevirt.core | | 2.1.0 | The collection was added to Ansible |
-| lowlydba.sqlserver | 2.3.2 | 2.3.3 | |
-| microsoft.ad | 1.5.0 | 1.7.1 | |
-| netapp.ontap | 22.11.0 | 22.12.0 | |
-| netbox.netbox | 3.18.0 | 3.20.0 | |
-| ngine_io.cloudstack | 2.3.0 | 2.4.1 | |
-| purestorage.flasharray | 1.28.0 | 1.31.1 | |
-| purestorage.flashblade | 1.17.0 | 1.18.0 | |
-| splunk.es | 3.0.0 | 4.0.0 | |
-| theforeman.foreman | 4.0.0 | 4.2.0 | |
-| vmware.vmware | | 1.5.0 | The collection was added to Ansible |
-| vmware.vmware_rest | 3.0.1 | 4.1.0 | |
-| vultr.cloud | 1.12.1 | 1.13.0 | |
-| vyos.vyos | 4.1.0 | 5.0.0 | |
-| wti.remote | 1.0.5 | 1.0.10 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+| Collection | Ansible 10.0.0 | Ansible 11.0.0a1 | Notes |
+| ------------------------ | -------------- | ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
+| amazon.aws | 8.0.0 | 8.2.1 | |
+| ansible.netcommon | 6.1.2 | 7.1.0 | |
+| ansible.posix | 1.5.4 | 1.6.0 | |
+| ansible.windows | 2.3.0 | 2.5.0 | |
+| arista.eos | 9.0.0 | 10.0.0 | |
+| awx.awx | 24.3.1 | 24.6.1 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+| azure.azcollection | 2.3.0 | 2.7.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+| check_point.mgmt | 5.2.3 | 6.2.1 | |
+| cisco.aci | 2.9.0 | 2.10.1 | |
+| cisco.asa | 5.0.1 | 6.0.0 | |
+| cisco.dnac | 6.13.3 | 6.18.0 | |
+| cisco.intersight | 2.0.9 | 2.0.18 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+| cisco.ios | 8.0.0 | 9.0.2 | |
+| cisco.iosxr | 9.0.0 | 10.1.0 | |
+| cisco.ise | 2.9.1 | 2.9.3 | |
+| cisco.meraki | 2.18.1 | 2.18.2 | |
+| cisco.mso | 2.6.0 | 2.9.0 | |
+| cisco.nxos | 8.0.0 | 9.2.1 | |
+| cisco.ucs | 1.10.0 | 1.14.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+| cloudscale_ch.cloud | 2.3.1 | 2.4.0 | |
+| community.crypto | 2.20.0 | 2.22.0 | |
+| community.digitalocean | 1.26.0 | 1.27.0 | There are no changes recorded in the changelog. |
+| community.dns | 3.0.0 | 3.0.4 | |
+| community.docker | 3.10.3 | 3.12.2 | |
+| community.general | 9.0.1 | 9.4.0 | |
+| community.grafana | 1.9.1 | 2.1.0 | |
+| community.hrobot | 2.0.0 | 2.0.1 | |
+| community.mongodb | 1.7.4 | 1.7.6 | There are no changes recorded in the changelog. |
+| community.mysql | 3.9.0 | 3.10.3 | |
+| community.network | 5.0.2 | 5.0.3 | |
+| community.okd | 3.0.1 | 4.0.0 | |
+| community.postgresql | 3.4.1 | 3.6.1 | |
+| community.proxysql | 1.5.1 | 1.6.0 | |
+| community.routeros | 2.15.0 | 2.19.0 | |
+| community.sops | 1.6.7 | 1.9.0 | |
+| community.vmware | 4.4.0 | 5.0.0 | |
+| community.windows | 2.2.0 | 2.3.0 | |
+| community.zabbix | 2.4.0 | 3.1.2 | |
+| containers.podman | 1.13.0 | 1.16.0 | |
+| cyberark.conjur | 1.2.2 | 1.3.0 | You can find the collection's changelog at `[https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md](https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md). |
+| cyberark.pas | 1.0.25 | 1.0.27 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
+| dellemc.enterprise_sonic | 2.4.0 | 2.5.1 | |
+| dellemc.openmanage | 9.2.0 | 9.6.0 | |
+| dellemc.powerflex | 2.4.0 | 2.5.0 | |
+| f5networks.f5_modules | 1.28.0 | 1.31.0 | |
+| fortinet.fortimanager | 2.5.0 | 2.7.0 | |
+| fortinet.fortios | 2.3.6 | 2.3.7 | |
+| google.cloud | 1.3.0 | 1.4.1 | |
+| grafana.grafana | 5.2.0 | 5.5.1 | |
+| hetzner.hcloud | 3.1.1 | 4.2.1 | |
+| ibm.qradar | 3.0.0 | 4.0.0 | |
+| ibm.storage_virtualize | 2.3.1 | 2.5.0 | |
+| ieisystem.inmanage | | 2.0.0 | The collection was added to Ansible |
+| inspur.ispim | 2.2.1 | 2.2.3 | |
+| junipernetworks.junos | 8.0.0 | 9.1.0 | |
+| kaytus.ksmanage | 1.2.1 | 1.2.2 | |
+| kubernetes.core | 3.1.0 | 5.0.0 | |
+| kubevirt.core | | 2.1.0 | The collection was added to Ansible |
+| lowlydba.sqlserver | 2.3.2 | 2.3.3 | |
+| microsoft.ad | 1.5.0 | 1.7.1 | |
+| netapp.ontap | 22.11.0 | 22.12.0 | |
+| netbox.netbox | 3.18.0 | 3.20.0 | |
+| ngine_io.cloudstack | 2.3.0 | 2.4.1 | |
+| purestorage.flasharray | 1.28.0 | 1.31.1 | |
+| purestorage.flashblade | 1.17.0 | 1.18.0 | |
+| splunk.es | 3.0.0 | 4.0.0 | |
+| theforeman.foreman | 4.0.0 | 4.2.0 | |
+| vmware.vmware | | 1.5.0 | The collection was added to Ansible |
+| vmware.vmware_rest | 3.0.1 | 4.1.0 | |
+| vultr.cloud | 1.12.1 | 1.13.0 | |
+| vyos.vyos | 4.1.0 | 5.0.0 | |
+| wti.remote | 1.0.5 | 1.0.10 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
### Major Changes
@@ -2247,7 +2410,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Minor Changes
-
+
#### Ansible\-core
* Add gid\_min
\, gid\_max
to the group plugin to overwrite the defaults provided by the /etc/login\.defs
file \([https\://github\.com/ansible/ansible/pull/81770](https\://github\.com/ansible/ansible/pull/81770)\)\.
@@ -2495,7 +2658,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* get\_certificate \- allow to obtain the certificate chain sent by the server\, and the one used for validation\, with the new get\_certificate\_chain
option\. Note that this option only works if the module is run with Python 3\.10 or newer \([https\://github\.com/ansible\-collections/community\.crypto/issues/568](https\://github\.com/ansible\-collections/community\.crypto/issues/568)\, [https\://github\.com/ansible\-collections/community\.crypto/pull/784](https\://github\.com/ansible\-collections/community\.crypto/pull/784)\)\.
* openssl\_privatekey\, openssl\_privatekey\_pipe \- add default value auto
for cipher
option\, which happens to be the only supported value for this option anyway\. Therefore it is no longer necessary to specify cipher\=auto
when providing passphrase
\([https\://github\.com/ansible\-collections/community\.crypto/issues/793](https\://github\.com/ansible\-collections/community\.crypto/issues/793)\, [https\://github\.com/ansible\-collections/community\.crypto/pull/794](https\://github\.com/ansible\-collections/community\.crypto/pull/794)\)\.
-
+
#### community\.docker
* docker\, docker\_api connection plugins \- allow to determine the working directory when executing commands with the new working\_dir
option \([https\://github\.com/ansible\-collections/community\.docker/pull/943](https\://github\.com/ansible\-collections/community\.docker/pull/943)\)\.
@@ -2507,7 +2670,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* docker\_container \- the new state\=healthy
allows to wait for a container to become healthy on startup\. The healthy\_wait\_timeout
option allows to configure the maximum time to wait for this to happen \([https\://github\.com/ansible\-collections/community\.docker/issues/890](https\://github\.com/ansible\-collections/community\.docker/issues/890)\, [https\://github\.com/ansible\-collections/community\.docker/pull/921](https\://github\.com/ansible\-collections/community\.docker/pull/921)\)\.
* docker\_container \- when creating a container\, directly pass all networks to connect to to the Docker Daemon for API version 1\.44 and newer\. This makes creation more efficient and works around a bug in Docker Daemon that does not use the specified MAC address in at least some cases\, though only for creation \([https\://github\.com/ansible\-collections/community\.docker/pull/933](https\://github\.com/ansible\-collections/community\.docker/pull/933)\)\.
-
+
#### community\.general
* MH module utils \- add parameter when
to cause\_changes
decorator \([https\://github\.com/ansible\-collections/community\.general/pull/8766](https\://github\.com/ansible\-collections/community\.general/pull/8766)\)\.
@@ -3011,7 +3174,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Breaking Changes / Porting Guide
-
+
#### Ansible\-core
* Stopped wrapping all commands sent over SSH on a Windows target with a powershell\.exe
executable\. This results in one less process being started on each command for Windows to improve efficiency\, simplify the code\, and make raw
an actual raw command run with the default shell configured on the Windows sshd settings\. This should have no affect on most tasks except for raw
which now is not guaranteed to always be running in a PowerShell shell and from having the console output codepage set to UTF\-8\. To avoid this issue either swap to using ansible\.windows\.win\_command
\, ansible\.windows\.win\_shell
\, ansible\.windows\.win\_powershell
or manually wrap the raw command with the shell commands needed to set the output console encoding\.
@@ -3069,7 +3232,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Deprecated Features
-
+
#### Ansible\-core
* Deprecate ansible\.module\_utils\.basic\.AnsibleModule\.safe\_eval
and ansible\.module\_utils\.common\.safe\_eval
as they are no longer used\.
@@ -3090,12 +3253,12 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* ios\_linkagg \- deprecate legacy module ios\_linkagg
* ios\_lldp \- deprecate legacy module ios\_lldp
-
+
#### community\.docker
* The collection deprecates support for all ansible\-core versions that are currently End of Life\, [according to the ansible\-core support matrix](https\://docs\.ansible\.com/ansible\-core/devel/reference\_appendices/release\_and\_maintenance\.html\#ansible\-core\-support\-matrix)\. This means that the next major release of the collection will no longer support ansible\-core 2\.11\, ansible\-core 2\.12\, ansible\-core 2\.13\, and ansible\-core 2\.14\.
-
+
#### community\.general
* MH decorator cause\_changes module utils \- deprecate parameters on\_success
and on\_failure
\([https\://github\.com/ansible\-collections/community\.general/pull/8791](https\://github\.com/ansible\-collections/community\.general/pull/8791)\)\.
@@ -3136,7 +3299,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* The deprecated frr\.frr
collection has been removed \([https\://forum\.ansible\.com/t/6243](https\://forum\.ansible\.com/t/6243)\)\.
* The deprecated openvswitch\.openvswitch
collection has been removed \([https\://forum\.ansible\.com/t/6245](https\://forum\.ansible\.com/t/6245)\)\.
-
+
#### Ansible\-core
* Play \- removed deprecated ROLE\_CACHE
property in favor of role\_cache
\.
@@ -3171,10 +3334,10 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* module\_utils/common\.py \- the previously deprecated get\_api\_client\(\)
function has been removed \([https\://github\.com/ansible\-collections/kubernetes\.core/pull/726](https\://github\.com/ansible\-collections/kubernetes\.core/pull/726)\)\.
* module\_utils/common\.py \- the previously deprecated unique\_string\(\)
function has been removed \([https\://github\.com/ansible\-collections/kubernetes\.core/pull/726](https\://github\.com/ansible\-collections/kubernetes\.core/pull/726)\)\.
-
+
### Bugfixes
-
+
#### Ansible\-core
* \-\> runas become \- Generate new token for the SYSTEM token to use for become\. This should result in the full SYSTEM token being used and problems starting the process that fails with The process creation has been blocked
\.
@@ -3403,12 +3566,12 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* When using cryptography \>\= 43\.0\.0\, use offset\-aware datetime\.datetime
objects \(with timezone UTC\) instead of offset\-naive UTC timestamps for the InvalidityDate
X\.509 CRL extension \([https\://github\.com/ansible\-collections/community\.crypto/issues/726](https\://github\.com/ansible\-collections/community\.crypto/issues/726)\, [https\://github\.com/ansible\-collections/community\.crypto/pull/730](https\://github\.com/ansible\-collections/community\.crypto/pull/730)\)\.
-
+
#### community\.dns
* Update Public Suffix List\.
-
+
#### community\.docker
* docker\_compose \- make sure that the module uses the api\_version
parameter \([https\://github\.com/ansible\-collections/community\.docker/pull/881](https\://github\.com/ansible\-collections/community\.docker/pull/881)\)\.
@@ -3425,7 +3588,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* docker\_prune \- fix handling of lists for the filter options \([https\://github\.com/ansible\-collections/community\.docker/issues/961](https\://github\.com/ansible\-collections/community\.docker/issues/961)\, [https\://github\.com/ansible\-collections/community\.docker/pull/966](https\://github\.com/ansible\-collections/community\.docker/pull/966)\)\.
* vendored Docker SDK for Python \- use LooseVersion
instead of StrictVersion
to compare urllib3 versions\. This is needed for development versions \([https\://github\.com/ansible\-collections/community\.docker/pull/902](https\://github\.com/ansible\-collections/community\.docker/pull/902)\)\.
-
+
#### community\.general
* gitlab\_group\_access\_token \- fix crash in check mode caused by attempted access to a newly created access token \([https\://github\.com/ansible\-collections/community\.general/pull/8796](https\://github\.com/ansible\-collections/community\.general/pull/8796)\)\.
@@ -3756,7 +3919,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### Known Issues
-
+
#### Ansible\-core
* ansible\-test \- When using ansible\-test containers with Podman on a Ubuntu 24\.04 host\, ansible\-test must be run as a non\-root user to avoid permission issues caused by AppArmor\.
@@ -3767,7 +3930,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* libssh \- net\_put and net\_get fail when the destination file intended to be fetched is not present\.
-
+
#### community\.docker
* docker\_container \- when specifying a MAC address for a container\'s network\, and the network is attached after container creation \(for example\, due to idempotency checks\)\, the MAC address is at least in some cases ignored by the Docker Daemon \([https\://github\.com/ansible\-collections/community\.docker/pull/933](https\://github\.com/ansible\-collections/community\.docker/pull/933)\)\.
@@ -3794,7 +3957,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
### New Modules
-
+
#### Ansible\-core
@@ -3888,7 +4051,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* check\_point\.mgmt\.cp\_mgmt\_verify\_management\_license \- Check how many Security Gateway objects the Management Server license supports\.
* check\_point\.mgmt\.cp\_mgmt\_vsx\_provisioning\_tool \- Run the VSX provisioning tool with the specified parameters\.
-
+
#### community\.general
* community\.general\.keycloak\_userprofile \- Allows managing Keycloak User Profiles\.
@@ -3985,7 +4148,7 @@ If not mentioned explicitly\, the changes are reported in the combined changelog
* theforeman\.foreman\.content\_import\_repository \- Manage repository content imports
* theforeman\.foreman\.content\_import\_version \- Manage content view version content imports
-
+
### Unchanged Collections
* ansible\.utils \(still version 4\.1\.0\)
diff --git a/11/CHANGELOG-v11.rst b/11/CHANGELOG-v11.rst
index a63fa5a4cf..0e457b507a 100644
--- a/11/CHANGELOG-v11.rst
+++ b/11/CHANGELOG-v11.rst
@@ -7,6 +7,162 @@ This changelog describes changes since Ansible 10.0.0.
.. contents::
:depth: 2
+v11.0.0rc1
+==========
+
+.. contents::
+ :local:
+ :depth: 2
+
+Release Summary
+---------------
+
+Release Date: 2024-11-12
+
+`Porting Guide `_
+
+Ansible-core
+------------
+
+Ansible 11.0.0rc1 contains ansible-core version 2.18.0.
+This is the same version of ansible-core as in the previous Ansible release.
+
+Changed Collections
+-------------------
+
+If not mentioned explicitly, the changes are reported in the combined changelog below.
+
++-------------------+------------------+-------------------+-------+
+| Collection | Ansible 11.0.0b2 | Ansible 11.0.0rc1 | Notes |
++===================+==================+===================+=======+
+| community.dns | 3.0.6 | 3.0.7 | |
++-------------------+------------------+-------------------+-------+
+| community.docker | 4.0.0 | 4.0.1 | |
++-------------------+------------------+-------------------+-------+
+| community.general | 10.0.0 | 10.0.1 | |
++-------------------+------------------+-------------------+-------+
+
+Bugfixes
+--------
+
+community.dns
+~~~~~~~~~~~~~
+
+- Update Public Suffix List.
+
+community.docker
+~~~~~~~~~~~~~~~~
+
+- docker_compose_v2_run - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+- docker_config - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+- docker_network - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+- docker_node - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+- docker_secret - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+- docker_swarm - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+- docker_swarm_service - make sure to sanitize ``labels`` and ``container_labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+- docker_volume - make sure to sanitize ``labels`` before sending them to the Docker Daemon (https://github.com/ansible-collections/community.docker/pull/985).
+
+community.general
+~~~~~~~~~~~~~~~~~
+
+- keycloak_client - fix diff by removing code that turns the attributes dict which contains additional settings into a list (https://github.com/ansible-collections/community.general/pull/9077).
+- keycloak_clientscope - fix diff and ``end_state`` by removing the code that turns the attributes dict, which contains additional config items, into a list (https://github.com/ansible-collections/community.general/pull/9082).
+- redfish_utils module utils - remove undocumented default applytime (https://github.com/ansible-collections/community.general/pull/9114).
+
+Unchanged Collections
+---------------------
+
+- amazon.aws (still version 9.0.0)
+- ansible.netcommon (still version 7.1.0)
+- ansible.posix (still version 1.6.2)
+- ansible.utils (still version 5.1.2)
+- ansible.windows (still version 2.5.0)
+- arista.eos (still version 10.0.1)
+- awx.awx (still version 24.6.1)
+- azure.azcollection (still version 3.0.0)
+- check_point.mgmt (still version 6.2.1)
+- chocolatey.chocolatey (still version 1.5.3)
+- cisco.aci (still version 2.10.1)
+- cisco.asa (still version 6.0.0)
+- cisco.dnac (still version 6.22.0)
+- cisco.intersight (still version 2.0.20)
+- cisco.ios (still version 9.0.3)
+- cisco.iosxr (still version 10.2.2)
+- cisco.ise (still version 2.9.5)
+- cisco.meraki (still version 2.18.3)
+- cisco.mso (still version 2.9.0)
+- cisco.nxos (still version 9.2.1)
+- cisco.ucs (still version 1.14.0)
+- cloud.common (still version 4.0.0)
+- cloudscale_ch.cloud (still version 2.4.0)
+- community.aws (still version 9.0.0)
+- community.ciscosmb (still version 1.0.9)
+- community.crypto (still version 2.22.3)
+- community.digitalocean (still version 1.27.0)
+- community.grafana (still version 2.1.0)
+- community.hashi_vault (still version 6.2.0)
+- community.hrobot (still version 2.0.2)
+- community.library_inventory_filtering_v1 (still version 1.0.2)
+- community.libvirt (still version 1.3.0)
+- community.mongodb (still version 1.7.8)
+- community.mysql (still version 3.10.3)
+- community.network (still version 5.1.0)
+- community.okd (still version 4.0.0)
+- community.postgresql (still version 3.7.0)
+- community.proxysql (still version 1.6.0)
+- community.rabbitmq (still version 1.3.0)
+- community.routeros (still version 3.0.0)
+- community.sap_libs (still version 1.4.2)
+- community.sops (still version 2.0.0)
+- community.vmware (still version 5.1.0)
+- community.windows (still version 2.3.0)
+- community.zabbix (still version 3.1.2)
+- containers.podman (still version 1.16.2)
+- cyberark.conjur (still version 1.3.1)
+- cyberark.pas (still version 1.0.27)
+- dellemc.enterprise_sonic (still version 2.5.1)
+- dellemc.openmanage (still version 9.8.0)
+- dellemc.powerflex (still version 2.5.0)
+- dellemc.unity (still version 2.0.0)
+- f5networks.f5_modules (still version 1.32.1)
+- fortinet.fortimanager (still version 2.7.0)
+- fortinet.fortios (still version 2.3.8)
+- google.cloud (still version 1.4.1)
+- grafana.grafana (still version 5.6.0)
+- hetzner.hcloud (still version 4.2.1)
+- ibm.qradar (still version 4.0.0)
+- ibm.spectrum_virtualize (still version 2.0.0)
+- ibm.storage_virtualize (still version 2.5.0)
+- ieisystem.inmanage (still version 3.0.0)
+- infinidat.infinibox (still version 1.4.5)
+- infoblox.nios_modules (still version 1.7.0)
+- inspur.ispim (still version 2.2.3)
+- junipernetworks.junos (still version 9.1.0)
+- kaytus.ksmanage (still version 2.0.0)
+- kubernetes.core (still version 5.0.0)
+- kubevirt.core (still version 2.1.0)
+- lowlydba.sqlserver (still version 2.3.4)
+- microsoft.ad (still version 1.7.1)
+- netapp.cloudmanager (still version 21.24.0)
+- netapp.ontap (still version 22.12.0)
+- netapp.storagegrid (still version 21.13.0)
+- netapp_eseries.santricity (still version 1.4.1)
+- netbox.netbox (still version 3.20.0)
+- ngine_io.cloudstack (still version 2.5.0)
+- openstack.cloud (still version 2.2.0)
+- ovirt.ovirt (still version 3.2.0)
+- purestorage.flasharray (still version 1.31.1)
+- purestorage.flashblade (still version 1.19.1)
+- sensu.sensu_go (still version 1.14.0)
+- splunk.es (still version 4.0.0)
+- telekom_mms.icinga_director (still version 2.2.0)
+- theforeman.foreman (still version 4.2.0)
+- vmware.vmware (still version 1.6.0)
+- vmware.vmware_rest (still version 4.2.0)
+- vultr.cloud (still version 1.13.0)
+- vyos.vyos (still version 5.0.0)
+- wti.remote (still version 1.0.10)
+
v11.0.0b2
=========
@@ -166,69 +322,69 @@ Changed Collections
If not mentioned explicitly, the changes are reported in the combined changelog below.
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Collection | Ansible 11.0.0a2 | Ansible 11.0.0b1 | Notes |
-+==========================================+==================+==================+=================================================================================================================================================================================================================+
-| amazon.aws | 8.2.1 | 9.0.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ansible.posix | 1.6.1 | 1.6.2 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ansible.utils | 4.1.0 | 5.1.2 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| arista.eos | 10.0.0 | 10.0.1 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| azure.azcollection | 2.7.0 | 3.0.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.dnac | 6.20.0 | 6.22.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.ios | 9.0.2 | 9.0.3 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.iosxr | 10.1.0 | 10.2.2 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.ise | 2.9.3 | 2.9.5 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.meraki | 2.18.2 | 2.18.3 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.aws | 8.0.0 | 9.0.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.crypto | 2.22.1 | 2.22.3 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.dns | 3.0.5 | 3.0.6 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.docker | 3.13.0 | 4.0.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.general | 9.5.0 | 10.0.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.library_inventory_filtering_v1 | 1.0.1 | 1.0.2 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.mongodb | 1.7.7 | 1.7.8 | There are no changes recorded in the changelog. |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.routeros | 2.19.0 | 3.0.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.sops | 1.9.1 | 2.0.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.vmware | 5.0.1 | 5.1.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| containers.podman | 1.16.1 | 1.16.2 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cyberark.conjur | 1.3.0 | 1.3.1 | You can find the collection's changelog at `https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md `__. |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| dellemc.openmanage | 9.7.0 | 9.8.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| f5networks.f5_modules | 1.31.0 | 1.32.1 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| grafana.grafana | 5.5.1 | 5.6.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| netapp.cloudmanager | 21.22.1 | 21.24.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| purestorage.flashblade | 1.18.0 | 1.19.1 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| telekom_mms.icinga_director | 2.1.2 | 2.2.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| vmware.vmware | 1.5.0 | 1.6.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| vmware.vmware_rest | 4.1.0 | 4.2.0 | |
-+------------------------------------------+------------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| Collection | Ansible 11.0.0a2 | Ansible 11.0.0b1 | Notes |
++==========================================+==================+==================+================================================================================================================================================================================================================+
+| amazon.aws | 8.2.1 | 9.0.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ansible.posix | 1.6.1 | 1.6.2 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ansible.utils | 4.1.0 | 5.1.2 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| arista.eos | 10.0.0 | 10.0.1 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| azure.azcollection | 2.7.0 | 3.0.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.dnac | 6.20.0 | 6.22.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.ios | 9.0.2 | 9.0.3 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.iosxr | 10.1.0 | 10.2.2 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.ise | 2.9.3 | 2.9.5 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.meraki | 2.18.2 | 2.18.3 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.aws | 8.0.0 | 9.0.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.crypto | 2.22.1 | 2.22.3 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.dns | 3.0.5 | 3.0.6 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.docker | 3.13.0 | 4.0.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.general | 9.5.0 | 10.0.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.library_inventory_filtering_v1 | 1.0.1 | 1.0.2 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.mongodb | 1.7.7 | 1.7.8 | There are no changes recorded in the changelog. |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.routeros | 2.19.0 | 3.0.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.sops | 1.9.1 | 2.0.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.vmware | 5.0.1 | 5.1.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| containers.podman | 1.16.1 | 1.16.2 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cyberark.conjur | 1.3.0 | 1.3.1 | You can find the collection's changelog at `https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md `_. |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| dellemc.openmanage | 9.7.0 | 9.8.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| f5networks.f5_modules | 1.31.0 | 1.32.1 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| grafana.grafana | 5.5.1 | 5.6.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| netapp.cloudmanager | 21.22.1 | 21.24.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| purestorage.flashblade | 1.18.0 | 1.19.1 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| telekom_mms.icinga_director | 2.1.2 | 2.2.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| vmware.vmware | 1.5.0 | 1.6.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| vmware.vmware_rest | 4.1.0 | 4.2.0 | |
++------------------------------------------+------------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Major Changes
-------------
@@ -753,7 +909,7 @@ community.docker
community.general
~~~~~~~~~~~~~~~~~
-- The collection no longer supports ansible-core 2.13 and ansible-core 2.14. While most (or even all) modules and plugins might still work with these versions, they are no longer tested in CI and breakages regarding them will not be fixed (https://github.com/ansible-collections/community.general/pull/8921)."
+- The collection no longer supports ansible-core 2.13 and ansible-core 2.14. While most (or even all) modules and plugins might still work with these versions, they are no longer tested in CI and breakages regarding them will not be fixed (https://github.com/ansible-collections/community.general/pull/8921).
- cmd_runner module utils - CLI arguments created directly from module parameters are no longer assigned a default formatter (https://github.com/ansible-collections/community.general/pull/8928).
- irc - the defaults of ``use_tls`` and ``validate_certs`` changed from ``false`` to ``true`` (https://github.com/ansible-collections/community.general/pull/8918).
- rhsm_repository - the states ``present`` and ``absent`` have been removed. Use ``enabled`` and ``disabled`` instead (https://github.com/ansible-collections/community.general/pull/8918).
@@ -1770,153 +1926,153 @@ Included Collections
If not mentioned explicitly, the changes are reported in the combined changelog below.
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| Collection | Ansible 10.0.0 | Ansible 11.0.0a1 | Notes |
-+==========================+================+==================+=================================================================================================================================================================================================================+
-| amazon.aws | 8.0.0 | 8.2.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ansible.netcommon | 6.1.2 | 7.1.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ansible.posix | 1.5.4 | 1.6.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ansible.windows | 2.3.0 | 2.5.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| arista.eos | 9.0.0 | 10.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| awx.awx | 24.3.1 | 24.6.1 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| azure.azcollection | 2.3.0 | 2.7.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| check_point.mgmt | 5.2.3 | 6.2.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.aci | 2.9.0 | 2.10.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.asa | 5.0.1 | 6.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.dnac | 6.13.3 | 6.18.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.intersight | 2.0.9 | 2.0.18 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.ios | 8.0.0 | 9.0.2 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.iosxr | 9.0.0 | 10.1.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.ise | 2.9.1 | 2.9.3 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.meraki | 2.18.1 | 2.18.2 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.mso | 2.6.0 | 2.9.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.nxos | 8.0.0 | 9.2.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cisco.ucs | 1.10.0 | 1.14.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cloudscale_ch.cloud | 2.3.1 | 2.4.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.crypto | 2.20.0 | 2.22.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.digitalocean | 1.26.0 | 1.27.0 | There are no changes recorded in the changelog. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.dns | 3.0.0 | 3.0.4 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.docker | 3.10.3 | 3.12.2 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.general | 9.0.1 | 9.4.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.grafana | 1.9.1 | 2.1.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.hrobot | 2.0.0 | 2.0.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.mongodb | 1.7.4 | 1.7.6 | There are no changes recorded in the changelog. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.mysql | 3.9.0 | 3.10.3 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.network | 5.0.2 | 5.0.3 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.okd | 3.0.1 | 4.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.postgresql | 3.4.1 | 3.6.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.proxysql | 1.5.1 | 1.6.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.routeros | 2.15.0 | 2.19.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.sops | 1.6.7 | 1.9.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.vmware | 4.4.0 | 5.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.windows | 2.2.0 | 2.3.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| community.zabbix | 2.4.0 | 3.1.2 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| containers.podman | 1.13.0 | 1.16.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cyberark.conjur | 1.2.2 | 1.3.0 | You can find the collection's changelog at `https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md `__. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| cyberark.pas | 1.0.25 | 1.0.27 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| dellemc.enterprise_sonic | 2.4.0 | 2.5.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| dellemc.openmanage | 9.2.0 | 9.6.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| dellemc.powerflex | 2.4.0 | 2.5.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| f5networks.f5_modules | 1.28.0 | 1.31.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| fortinet.fortimanager | 2.5.0 | 2.7.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| fortinet.fortios | 2.3.6 | 2.3.7 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| google.cloud | 1.3.0 | 1.4.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| grafana.grafana | 5.2.0 | 5.5.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| hetzner.hcloud | 3.1.1 | 4.2.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ibm.qradar | 3.0.0 | 4.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ibm.storage_virtualize | 2.3.1 | 2.5.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ieisystem.inmanage | | 2.0.0 | The collection was added to Ansible |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| inspur.ispim | 2.2.1 | 2.2.3 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| junipernetworks.junos | 8.0.0 | 9.1.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| kaytus.ksmanage | 1.2.1 | 1.2.2 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| kubernetes.core | 3.1.0 | 5.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| kubevirt.core | | 2.1.0 | The collection was added to Ansible |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| lowlydba.sqlserver | 2.3.2 | 2.3.3 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| microsoft.ad | 1.5.0 | 1.7.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| netapp.ontap | 22.11.0 | 22.12.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| netbox.netbox | 3.18.0 | 3.20.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| ngine_io.cloudstack | 2.3.0 | 2.4.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| purestorage.flasharray | 1.28.0 | 1.31.1 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| purestorage.flashblade | 1.17.0 | 1.18.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| splunk.es | 3.0.0 | 4.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| theforeman.foreman | 4.0.0 | 4.2.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| vmware.vmware | | 1.5.0 | The collection was added to Ansible |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| vmware.vmware_rest | 3.0.1 | 4.1.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| vultr.cloud | 1.12.1 | 1.13.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| vyos.vyos | 4.1.0 | 5.0.0 | |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
-| wti.remote | 1.0.5 | 1.0.10 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
-+--------------------------+----------------+------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| Collection | Ansible 10.0.0 | Ansible 11.0.0a1 | Notes |
++==========================+================+==================+================================================================================================================================================================================================================+
+| amazon.aws | 8.0.0 | 8.2.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ansible.netcommon | 6.1.2 | 7.1.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ansible.posix | 1.5.4 | 1.6.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ansible.windows | 2.3.0 | 2.5.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| arista.eos | 9.0.0 | 10.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| awx.awx | 24.3.1 | 24.6.1 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| azure.azcollection | 2.3.0 | 2.7.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| check_point.mgmt | 5.2.3 | 6.2.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.aci | 2.9.0 | 2.10.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.asa | 5.0.1 | 6.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.dnac | 6.13.3 | 6.18.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.intersight | 2.0.9 | 2.0.18 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.ios | 8.0.0 | 9.0.2 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.iosxr | 9.0.0 | 10.1.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.ise | 2.9.1 | 2.9.3 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.meraki | 2.18.1 | 2.18.2 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.mso | 2.6.0 | 2.9.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.nxos | 8.0.0 | 9.2.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cisco.ucs | 1.10.0 | 1.14.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cloudscale_ch.cloud | 2.3.1 | 2.4.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.crypto | 2.20.0 | 2.22.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.digitalocean | 1.26.0 | 1.27.0 | There are no changes recorded in the changelog. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.dns | 3.0.0 | 3.0.4 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.docker | 3.10.3 | 3.12.2 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.general | 9.0.1 | 9.4.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.grafana | 1.9.1 | 2.1.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.hrobot | 2.0.0 | 2.0.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.mongodb | 1.7.4 | 1.7.6 | There are no changes recorded in the changelog. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.mysql | 3.9.0 | 3.10.3 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.network | 5.0.2 | 5.0.3 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.okd | 3.0.1 | 4.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.postgresql | 3.4.1 | 3.6.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.proxysql | 1.5.1 | 1.6.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.routeros | 2.15.0 | 2.19.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.sops | 1.6.7 | 1.9.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.vmware | 4.4.0 | 5.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.windows | 2.2.0 | 2.3.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| community.zabbix | 2.4.0 | 3.1.2 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| containers.podman | 1.13.0 | 1.16.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cyberark.conjur | 1.2.2 | 1.3.0 | You can find the collection's changelog at `https://github.com/cyberark/ansible-conjur-collection/blob/master/CHANGELOG.md `_. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| cyberark.pas | 1.0.25 | 1.0.27 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| dellemc.enterprise_sonic | 2.4.0 | 2.5.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| dellemc.openmanage | 9.2.0 | 9.6.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| dellemc.powerflex | 2.4.0 | 2.5.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| f5networks.f5_modules | 1.28.0 | 1.31.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| fortinet.fortimanager | 2.5.0 | 2.7.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| fortinet.fortios | 2.3.6 | 2.3.7 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| google.cloud | 1.3.0 | 1.4.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| grafana.grafana | 5.2.0 | 5.5.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| hetzner.hcloud | 3.1.1 | 4.2.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ibm.qradar | 3.0.0 | 4.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ibm.storage_virtualize | 2.3.1 | 2.5.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ieisystem.inmanage | | 2.0.0 | The collection was added to Ansible |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| inspur.ispim | 2.2.1 | 2.2.3 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| junipernetworks.junos | 8.0.0 | 9.1.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| kaytus.ksmanage | 1.2.1 | 1.2.2 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| kubernetes.core | 3.1.0 | 5.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| kubevirt.core | | 2.1.0 | The collection was added to Ansible |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| lowlydba.sqlserver | 2.3.2 | 2.3.3 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| microsoft.ad | 1.5.0 | 1.7.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| netapp.ontap | 22.11.0 | 22.12.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| netbox.netbox | 3.18.0 | 3.20.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| ngine_io.cloudstack | 2.3.0 | 2.4.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| purestorage.flasharray | 1.28.0 | 1.31.1 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| purestorage.flashblade | 1.17.0 | 1.18.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| splunk.es | 3.0.0 | 4.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| theforeman.foreman | 4.0.0 | 4.2.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| vmware.vmware | | 1.5.0 | The collection was added to Ansible |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| vmware.vmware_rest | 3.0.1 | 4.1.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| vultr.cloud | 1.12.1 | 1.13.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| vyos.vyos | 4.1.0 | 5.0.0 | |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
+| wti.remote | 1.0.5 | 1.0.10 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. |
++--------------------------+----------------+------------------+----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
Major Changes
-------------
diff --git a/11/ansible-11.0.0rc1-tags.yaml b/11/ansible-11.0.0rc1-tags.yaml
new file mode 100644
index 0000000000..53980d20e8
--- /dev/null
+++ b/11/ansible-11.0.0rc1-tags.yaml
@@ -0,0 +1,378 @@
+# This is a mapping of collections to their git repositories and the git tag
+# that corresponds to the version included in this ansible release. A null
+# 'tag' field means that a collection's release wasn't tagged.
+amazon.aws:
+ repository: https://github.com/ansible-collections/amazon.aws
+ tag: 9.0.0
+ version: 9.0.0
+ansible.netcommon:
+ repository: https://github.com/ansible-collections/ansible.netcommon
+ tag: v7.1.0
+ version: 7.1.0
+ansible.posix:
+ repository: https://github.com/ansible-collections/ansible.posix
+ tag: 1.6.2
+ version: 1.6.2
+ansible.utils:
+ repository: https://github.com/ansible-collections/ansible.utils
+ tag: v5.1.2
+ version: 5.1.2
+ansible.windows:
+ repository: https://github.com/ansible-collections/ansible.windows
+ tag: 2.5.0
+ version: 2.5.0
+arista.eos:
+ repository: https://github.com/ansible-collections/arista.eos
+ tag: v10.0.1
+ version: 10.0.1
+awx.awx:
+ collection_directory: ./awx_collection
+ repository: https://github.com/ansible/awx
+ tag: 24.6.1
+ version: 24.6.1
+azure.azcollection:
+ repository: https://github.com/ansible-collections/azure
+ tag: v3.0.0
+ version: 3.0.0
+check_point.mgmt:
+ repository: https://github.com/CheckPointSW/CheckPointAnsibleMgmtCollection
+ tag: v6.2.1
+ version: 6.2.1
+chocolatey.chocolatey:
+ collection_directory: ./chocolatey
+ repository: https://github.com/chocolatey/chocolatey-ansible
+ tag: 1.5.3
+ version: 1.5.3
+cisco.aci:
+ repository: https://github.com/CiscoDevNet/ansible-aci
+ tag: v2.10.1
+ version: 2.10.1
+cisco.asa:
+ repository: https://github.com/ansible-collections/cisco.asa
+ tag: v6.0.0
+ version: 6.0.0
+cisco.dnac:
+ repository: https://github.com/cisco-en-programmability/dnacenter-ansible
+ tag: v6.22.0
+ version: 6.22.0
+cisco.intersight:
+ repository: https://github.com/CiscoDevNet/intersight-ansible
+ tag: 2.0.20
+ version: 2.0.20
+cisco.ios:
+ repository: https://github.com/ansible-collections/cisco.ios
+ tag: v9.0.3
+ version: 9.0.3
+cisco.iosxr:
+ repository: https://github.com/ansible-collections/cisco.iosxr
+ tag: v10.2.2
+ version: 10.2.2
+cisco.ise:
+ repository: https://github.com/CiscoISE/ansible-ise
+ tag: v2.9.5
+ version: 2.9.5
+cisco.meraki:
+ repository: https://github.com/meraki/dashboard-api-ansible
+ tag: v2.18.3
+ version: 2.18.3
+cisco.mso:
+ repository: https://github.com/CiscoDevNet/ansible-mso
+ tag: v2.9.0
+ version: 2.9.0
+cisco.nxos:
+ repository: https://github.com/ansible-collections/cisco.nxos
+ tag: v9.2.1
+ version: 9.2.1
+cisco.ucs:
+ repository: https://github.com/CiscoDevNet/ansible-ucs
+ tag: v1.14.0
+ version: 1.14.0
+cloud.common:
+ repository: https://github.com/ansible-collections/cloud.common
+ tag: 4.0.0
+ version: 4.0.0
+cloudscale_ch.cloud:
+ repository: https://github.com/cloudscale-ch/ansible-collection-cloudscale
+ tag: v2.4.0
+ version: 2.4.0
+community.aws:
+ repository: https://github.com/ansible-collections/community.aws
+ tag: 9.0.0
+ version: 9.0.0
+community.ciscosmb:
+ repository: https://github.com/ansible-collections/community.ciscosmb
+ tag: 1.0.9
+ version: 1.0.9
+community.crypto:
+ repository: https://github.com/ansible-collections/community.crypto
+ tag: 2.22.3
+ version: 2.22.3
+community.digitalocean:
+ repository: https://github.com/ansible-collections/community.digitalocean
+ tag: 1.27.0
+ version: 1.27.0
+community.dns:
+ repository: https://github.com/ansible-collections/community.dns
+ tag: 3.0.7
+ version: 3.0.7
+community.docker:
+ repository: https://github.com/ansible-collections/community.docker
+ tag: 4.0.1
+ version: 4.0.1
+community.general:
+ repository: https://github.com/ansible-collections/community.general
+ tag: 10.0.1
+ version: 10.0.1
+community.grafana:
+ repository: https://github.com/ansible-collections/grafana
+ tag: 2.1.0
+ version: 2.1.0
+community.hashi_vault:
+ repository: https://github.com/ansible-collections/community.hashi_vault
+ tag: 6.2.0
+ version: 6.2.0
+community.hrobot:
+ repository: https://github.com/ansible-collections/community.hrobot
+ tag: 2.0.2
+ version: 2.0.2
+community.library_inventory_filtering_v1:
+ repository: https://github.com/ansible-collections/community.library_inventory_filtering
+ tag: 1.0.2
+ version: 1.0.2
+community.libvirt:
+ repository: https://github.com/ansible-collections/community.libvirt
+ tag: 1.3.0
+ version: 1.3.0
+community.mongodb:
+ repository: https://github.com/ansible-collections/community.mongodb
+ tag: 1.7.8
+ version: 1.7.8
+community.mysql:
+ repository: https://github.com/ansible-collections/community.mysql
+ tag: 3.10.3
+ version: 3.10.3
+community.network:
+ repository: https://github.com/ansible-collections/community.network
+ tag: 5.1.0
+ version: 5.1.0
+community.okd:
+ repository: https://github.com/openshift/community.okd
+ tag: 4.0.0
+ version: 4.0.0
+community.postgresql:
+ repository: https://github.com/ansible-collections/community.postgresql
+ tag: 3.7.0
+ version: 3.7.0
+community.proxysql:
+ repository: https://github.com/ansible-collections/community.proxysql
+ tag: 1.6.0
+ version: 1.6.0
+community.rabbitmq:
+ repository: https://github.com/ansible-collections/community.rabbitmq
+ tag: 1.3.0
+ version: 1.3.0
+community.routeros:
+ repository: https://github.com/ansible-collections/community.routeros
+ tag: 3.0.0
+ version: 3.0.0
+community.sap_libs:
+ repository: https://github.com/sap-linuxlab/community.sap_libs
+ tag: 1.4.2
+ version: 1.4.2
+community.sops:
+ repository: https://github.com/ansible-collections/community.sops
+ tag: 2.0.0
+ version: 2.0.0
+community.vmware:
+ repository: https://github.com/ansible-collections/community.vmware
+ tag: 5.1.0
+ version: 5.1.0
+community.windows:
+ repository: https://github.com/ansible-collections/community.windows
+ tag: 2.3.0
+ version: 2.3.0
+community.zabbix:
+ repository: https://github.com/ansible-collections/community.zabbix
+ tag: 3.1.2
+ version: 3.1.2
+containers.podman:
+ repository: https://github.com/containers/ansible-podman-collections
+ tag: 1.16.2
+ version: 1.16.2
+cyberark.conjur:
+ repository: https://github.com/cyberark/ansible-conjur-collection
+ tag: v1.3.1
+ version: 1.3.1
+cyberark.pas:
+ repository: https://github.com/cyberark/ansible-security-automation-collection
+ tag: 1.0.27
+ version: 1.0.27
+dellemc.enterprise_sonic:
+ repository: https://github.com/ansible-collections/dellemc.enterprise_sonic
+ tag: 2.5.1
+ version: 2.5.1
+dellemc.openmanage:
+ repository: https://github.com/dell/dellemc-openmanage-ansible-modules
+ tag: v9.8.0
+ version: 9.8.0
+dellemc.powerflex:
+ repository: https://github.com/dell/ansible-powerflex
+ tag: 2.5.0
+ version: 2.5.0
+dellemc.unity:
+ repository: https://github.com/dell/ansible-unity
+ tag: 2.0.0
+ version: 2.0.0
+f5networks.f5_modules:
+ collection_directory: ./ansible_collections/f5networks/f5_modules
+ repository: https://github.com/F5Networks/f5-ansible-f5modules
+ tag: 1.32.1
+ version: 1.32.1
+fortinet.fortimanager:
+ repository: https://github.com/fortinet-ansible-dev/ansible-galaxy-fortimanager-collection
+ tag: 2.7.0
+ version: 2.7.0
+fortinet.fortios:
+ repository: https://github.com/fortinet-ansible-dev/ansible-galaxy-fortios-collection
+ tag: 2.3.8
+ version: 2.3.8
+google.cloud:
+ repository: https://github.com/ansible-collections/google.cloud
+ tag: v1.4.1
+ version: 1.4.1
+grafana.grafana:
+ repository: https://github.com/grafana/grafana-ansible-collection
+ tag: 5.6.0
+ version: 5.6.0
+hetzner.hcloud:
+ repository: https://github.com/ansible-collections/hetzner.hcloud
+ tag: 4.2.1
+ version: 4.2.1
+ibm.qradar:
+ repository: https://github.com/ansible-collections/ibm.qradar
+ tag: v4.0.0
+ version: 4.0.0
+ibm.spectrum_virtualize:
+ repository: https://github.com/ansible-collections/ibm.spectrum_virtualize
+ tag: 2.0.0
+ version: 2.0.0
+ibm.storage_virtualize:
+ repository: https://github.com/ansible-collections/ibm.storage_virtualize
+ tag: 2.5.0
+ version: 2.5.0
+ieisystem.inmanage:
+ repository: https://github.com/ieisystem/ieisystem.inmanage
+ tag: 3.0.0
+ version: 3.0.0
+infinidat.infinibox:
+ repository: https://github.com/infinidat/ansible-infinidat-collection
+ tag: v1.4.5
+ version: 1.4.5
+infoblox.nios_modules:
+ repository: https://github.com/infobloxopen/infoblox-ansible
+ tag: v1.7.0
+ version: 1.7.0
+inspur.ispim:
+ repository: https://github.com/ispim/inspur.ispim
+ tag: 2.2.3
+ version: 2.2.3
+junipernetworks.junos:
+ repository: https://github.com/ansible-collections/junipernetworks.junos
+ tag: v9.1.0
+ version: 9.1.0
+kaytus.ksmanage:
+ repository: https://github.com/ieisystem/kaytus.ksmanage
+ tag: 2.0.0
+ version: 2.0.0
+kubernetes.core:
+ repository: https://github.com/ansible-collections/kubernetes.core
+ tag: 5.0.0
+ version: 5.0.0
+kubevirt.core:
+ repository: https://github.com/kubevirt/kubevirt.core
+ tag: 2.1.0
+ version: 2.1.0
+lowlydba.sqlserver:
+ repository: https://github.com/LowlyDBA/lowlydba.sqlserver
+ tag: 2.3.4
+ version: 2.3.4
+microsoft.ad:
+ repository: https://github.com/ansible-collections/microsoft.ad
+ tag: 1.7.1
+ version: 1.7.1
+netapp.cloudmanager:
+ repository: https://github.com/ansible-collections/netapp.cloudmanager
+ tag: 21.24.0
+ version: 21.24.0
+netapp.ontap:
+ repository: https://github.com/ansible-collections/netapp.ontap
+ tag: 22.12.0
+ version: 22.12.0
+netapp.storagegrid:
+ repository: https://github.com/ansible-collections/netapp.storagegrid
+ tag: 21.13.0
+ version: 21.13.0
+netapp_eseries.santricity:
+ repository: https://github.com/netapp-eseries/santricity
+ tag: v1.4.1
+ version: 1.4.1
+netbox.netbox:
+ repository: https://github.com/netbox-community/ansible_modules
+ tag: v3.20.0
+ version: 3.20.0
+ngine_io.cloudstack:
+ repository: https://github.com/ngine-io/ansible-collection-cloudstack
+ tag: v2.5.0
+ version: 2.5.0
+openstack.cloud:
+ repository: https://opendev.org/openstack/ansible-collections-openstack
+ tag: 2.2.0
+ version: 2.2.0
+ovirt.ovirt:
+ repository: https://github.com/ovirt/ovirt-ansible-collection
+ tag: 3.2.0-1
+ version: 3.2.0
+purestorage.flasharray:
+ repository: https://github.com/Pure-Storage-Ansible/FlashArray-Collection
+ tag: 1.31.1
+ version: 1.31.1
+purestorage.flashblade:
+ repository: https://github.com/Pure-Storage-Ansible/FlashBlade-Collection
+ tag: 1.19.1
+ version: 1.19.1
+sensu.sensu_go:
+ repository: https://github.com/sensu/sensu-go-ansible
+ tag: v1.14.0
+ version: 1.14.0
+splunk.es:
+ repository: https://github.com/ansible-collections/splunk.es
+ tag: v4.0.0
+ version: 4.0.0
+telekom_mms.icinga_director:
+ repository: https://github.com/telekom-mms/ansible-collection-icinga-director
+ tag: 2.2.0
+ version: 2.2.0
+theforeman.foreman:
+ repository: https://github.com/theforeman/foreman-ansible-modules
+ tag: v4.2.0
+ version: 4.2.0
+vmware.vmware:
+ repository: https://github.com/ansible-collections/vmware.vmware
+ tag: 1.6.0
+ version: 1.6.0
+vmware.vmware_rest:
+ repository: https://github.com/ansible-collections/vmware.vmware_rest
+ tag: 4.2.0
+ version: 4.2.0
+vultr.cloud:
+ repository: https://github.com/vultr/ansible-collection-vultr
+ tag: v1.13.0
+ version: 1.13.0
+vyos.vyos:
+ repository: https://github.com/ansible-collections/vyos.vyos
+ tag: v5.0.0
+ version: 5.0.0
+wti.remote:
+ repository: https://github.com/wtinetworkgear/wti-collection
+ tag: v1.0.10
+ version: 1.0.10
diff --git a/11/ansible-11.0.0rc1.deps b/11/ansible-11.0.0rc1.deps
new file mode 100644
index 0000000000..fe83756e7b
--- /dev/null
+++ b/11/ansible-11.0.0rc1.deps
@@ -0,0 +1,96 @@
+_ansible_version: 11.0.0rc1
+_ansible_core_version: 2.18.0
+_python: >=3.11
+amazon.aws: 9.0.0
+ansible.netcommon: 7.1.0
+ansible.posix: 1.6.2
+ansible.utils: 5.1.2
+ansible.windows: 2.5.0
+arista.eos: 10.0.1
+awx.awx: 24.6.1
+azure.azcollection: 3.0.0
+check_point.mgmt: 6.2.1
+chocolatey.chocolatey: 1.5.3
+cisco.aci: 2.10.1
+cisco.asa: 6.0.0
+cisco.dnac: 6.22.0
+cisco.intersight: 2.0.20
+cisco.ios: 9.0.3
+cisco.iosxr: 10.2.2
+cisco.ise: 2.9.5
+cisco.meraki: 2.18.3
+cisco.mso: 2.9.0
+cisco.nxos: 9.2.1
+cisco.ucs: 1.14.0
+cloud.common: 4.0.0
+cloudscale_ch.cloud: 2.4.0
+community.aws: 9.0.0
+community.ciscosmb: 1.0.9
+community.crypto: 2.22.3
+community.digitalocean: 1.27.0
+community.dns: 3.0.7
+community.docker: 4.0.1
+community.general: 10.0.1
+community.grafana: 2.1.0
+community.hashi_vault: 6.2.0
+community.hrobot: 2.0.2
+community.library_inventory_filtering_v1: 1.0.2
+community.libvirt: 1.3.0
+community.mongodb: 1.7.8
+community.mysql: 3.10.3
+community.network: 5.1.0
+community.okd: 4.0.0
+community.postgresql: 3.7.0
+community.proxysql: 1.6.0
+community.rabbitmq: 1.3.0
+community.routeros: 3.0.0
+community.sap_libs: 1.4.2
+community.sops: 2.0.0
+community.vmware: 5.1.0
+community.windows: 2.3.0
+community.zabbix: 3.1.2
+containers.podman: 1.16.2
+cyberark.conjur: 1.3.1
+cyberark.pas: 1.0.27
+dellemc.enterprise_sonic: 2.5.1
+dellemc.openmanage: 9.8.0
+dellemc.powerflex: 2.5.0
+dellemc.unity: 2.0.0
+f5networks.f5_modules: 1.32.1
+fortinet.fortimanager: 2.7.0
+fortinet.fortios: 2.3.8
+google.cloud: 1.4.1
+grafana.grafana: 5.6.0
+hetzner.hcloud: 4.2.1
+ibm.qradar: 4.0.0
+ibm.spectrum_virtualize: 2.0.0
+ibm.storage_virtualize: 2.5.0
+ieisystem.inmanage: 3.0.0
+infinidat.infinibox: 1.4.5
+infoblox.nios_modules: 1.7.0
+inspur.ispim: 2.2.3
+junipernetworks.junos: 9.1.0
+kaytus.ksmanage: 2.0.0
+kubernetes.core: 5.0.0
+kubevirt.core: 2.1.0
+lowlydba.sqlserver: 2.3.4
+microsoft.ad: 1.7.1
+netapp.cloudmanager: 21.24.0
+netapp.ontap: 22.12.0
+netapp.storagegrid: 21.13.0
+netapp_eseries.santricity: 1.4.1
+netbox.netbox: 3.20.0
+ngine_io.cloudstack: 2.5.0
+openstack.cloud: 2.2.0
+ovirt.ovirt: 3.2.0
+purestorage.flasharray: 1.31.1
+purestorage.flashblade: 1.19.1
+sensu.sensu_go: 1.14.0
+splunk.es: 4.0.0
+telekom_mms.icinga_director: 2.2.0
+theforeman.foreman: 4.2.0
+vmware.vmware: 1.6.0
+vmware.vmware_rest: 4.2.0
+vultr.cloud: 1.13.0
+vyos.vyos: 5.0.0
+wti.remote: 1.0.10
diff --git a/11/ansible-11.0.0rc1.yaml b/11/ansible-11.0.0rc1.yaml
new file mode 100644
index 0000000000..c8f7f9b3e5
--- /dev/null
+++ b/11/ansible-11.0.0rc1.yaml
@@ -0,0 +1,280 @@
+collections:
+- name: amazon.aws
+ source: https://galaxy.ansible.com
+ version: 9.0.0
+- name: ansible.netcommon
+ source: https://galaxy.ansible.com
+ version: 7.1.0
+- name: ansible.posix
+ source: https://galaxy.ansible.com
+ version: 1.6.2
+- name: ansible.utils
+ source: https://galaxy.ansible.com
+ version: 5.1.2
+- name: ansible.windows
+ source: https://galaxy.ansible.com
+ version: 2.5.0
+- name: arista.eos
+ source: https://galaxy.ansible.com
+ version: 10.0.1
+- name: awx.awx
+ source: https://galaxy.ansible.com
+ version: 24.6.1
+- name: azure.azcollection
+ source: https://galaxy.ansible.com
+ version: 3.0.0
+- name: check_point.mgmt
+ source: https://galaxy.ansible.com
+ version: 6.2.1
+- name: chocolatey.chocolatey
+ source: https://galaxy.ansible.com
+ version: 1.5.3
+- name: cisco.aci
+ source: https://galaxy.ansible.com
+ version: 2.10.1
+- name: cisco.asa
+ source: https://galaxy.ansible.com
+ version: 6.0.0
+- name: cisco.dnac
+ source: https://galaxy.ansible.com
+ version: 6.22.0
+- name: cisco.intersight
+ source: https://galaxy.ansible.com
+ version: 2.0.20
+- name: cisco.ios
+ source: https://galaxy.ansible.com
+ version: 9.0.3
+- name: cisco.iosxr
+ source: https://galaxy.ansible.com
+ version: 10.2.2
+- name: cisco.ise
+ source: https://galaxy.ansible.com
+ version: 2.9.5
+- name: cisco.meraki
+ source: https://galaxy.ansible.com
+ version: 2.18.3
+- name: cisco.mso
+ source: https://galaxy.ansible.com
+ version: 2.9.0
+- name: cisco.nxos
+ source: https://galaxy.ansible.com
+ version: 9.2.1
+- name: cisco.ucs
+ source: https://galaxy.ansible.com
+ version: 1.14.0
+- name: cloud.common
+ source: https://galaxy.ansible.com
+ version: 4.0.0
+- name: cloudscale_ch.cloud
+ source: https://galaxy.ansible.com
+ version: 2.4.0
+- name: community.aws
+ source: https://galaxy.ansible.com
+ version: 9.0.0
+- name: community.ciscosmb
+ source: https://galaxy.ansible.com
+ version: 1.0.9
+- name: community.crypto
+ source: https://galaxy.ansible.com
+ version: 2.22.3
+- name: community.digitalocean
+ source: https://galaxy.ansible.com
+ version: 1.27.0
+- name: community.dns
+ source: https://galaxy.ansible.com
+ version: 3.0.7
+- name: community.docker
+ source: https://galaxy.ansible.com
+ version: 4.0.1
+- name: community.general
+ source: https://galaxy.ansible.com
+ version: 10.0.1
+- name: community.grafana
+ source: https://galaxy.ansible.com
+ version: 2.1.0
+- name: community.hashi_vault
+ source: https://galaxy.ansible.com
+ version: 6.2.0
+- name: community.hrobot
+ source: https://galaxy.ansible.com
+ version: 2.0.2
+- name: community.library_inventory_filtering_v1
+ source: https://galaxy.ansible.com
+ version: 1.0.2
+- name: community.libvirt
+ source: https://galaxy.ansible.com
+ version: 1.3.0
+- name: community.mongodb
+ source: https://galaxy.ansible.com
+ version: 1.7.8
+- name: community.mysql
+ source: https://galaxy.ansible.com
+ version: 3.10.3
+- name: community.network
+ source: https://galaxy.ansible.com
+ version: 5.1.0
+- name: community.okd
+ source: https://galaxy.ansible.com
+ version: 4.0.0
+- name: community.postgresql
+ source: https://galaxy.ansible.com
+ version: 3.7.0
+- name: community.proxysql
+ source: https://galaxy.ansible.com
+ version: 1.6.0
+- name: community.rabbitmq
+ source: https://galaxy.ansible.com
+ version: 1.3.0
+- name: community.routeros
+ source: https://galaxy.ansible.com
+ version: 3.0.0
+- name: community.sap_libs
+ source: https://galaxy.ansible.com
+ version: 1.4.2
+- name: community.sops
+ source: https://galaxy.ansible.com
+ version: 2.0.0
+- name: community.vmware
+ source: https://galaxy.ansible.com
+ version: 5.1.0
+- name: community.windows
+ source: https://galaxy.ansible.com
+ version: 2.3.0
+- name: community.zabbix
+ source: https://galaxy.ansible.com
+ version: 3.1.2
+- name: containers.podman
+ source: https://galaxy.ansible.com
+ version: 1.16.2
+- name: cyberark.conjur
+ source: https://galaxy.ansible.com
+ version: 1.3.1
+- name: cyberark.pas
+ source: https://galaxy.ansible.com
+ version: 1.0.27
+- name: dellemc.enterprise_sonic
+ source: https://galaxy.ansible.com
+ version: 2.5.1
+- name: dellemc.openmanage
+ source: https://galaxy.ansible.com
+ version: 9.8.0
+- name: dellemc.powerflex
+ source: https://galaxy.ansible.com
+ version: 2.5.0
+- name: dellemc.unity
+ source: https://galaxy.ansible.com
+ version: 2.0.0
+- name: f5networks.f5_modules
+ source: https://galaxy.ansible.com
+ version: 1.32.1
+- name: fortinet.fortimanager
+ source: https://galaxy.ansible.com
+ version: 2.7.0
+- name: fortinet.fortios
+ source: https://galaxy.ansible.com
+ version: 2.3.8
+- name: google.cloud
+ source: https://galaxy.ansible.com
+ version: 1.4.1
+- name: grafana.grafana
+ source: https://galaxy.ansible.com
+ version: 5.6.0
+- name: hetzner.hcloud
+ source: https://galaxy.ansible.com
+ version: 4.2.1
+- name: ibm.qradar
+ source: https://galaxy.ansible.com
+ version: 4.0.0
+- name: ibm.spectrum_virtualize
+ source: https://galaxy.ansible.com
+ version: 2.0.0
+- name: ibm.storage_virtualize
+ source: https://galaxy.ansible.com
+ version: 2.5.0
+- name: ieisystem.inmanage
+ source: https://galaxy.ansible.com
+ version: 3.0.0
+- name: infinidat.infinibox
+ source: https://galaxy.ansible.com
+ version: 1.4.5
+- name: infoblox.nios_modules
+ source: https://galaxy.ansible.com
+ version: 1.7.0
+- name: inspur.ispim
+ source: https://galaxy.ansible.com
+ version: 2.2.3
+- name: junipernetworks.junos
+ source: https://galaxy.ansible.com
+ version: 9.1.0
+- name: kaytus.ksmanage
+ source: https://galaxy.ansible.com
+ version: 2.0.0
+- name: kubernetes.core
+ source: https://galaxy.ansible.com
+ version: 5.0.0
+- name: kubevirt.core
+ source: https://galaxy.ansible.com
+ version: 2.1.0
+- name: lowlydba.sqlserver
+ source: https://galaxy.ansible.com
+ version: 2.3.4
+- name: microsoft.ad
+ source: https://galaxy.ansible.com
+ version: 1.7.1
+- name: netapp.cloudmanager
+ source: https://galaxy.ansible.com
+ version: 21.24.0
+- name: netapp.ontap
+ source: https://galaxy.ansible.com
+ version: 22.12.0
+- name: netapp.storagegrid
+ source: https://galaxy.ansible.com
+ version: 21.13.0
+- name: netapp_eseries.santricity
+ source: https://galaxy.ansible.com
+ version: 1.4.1
+- name: netbox.netbox
+ source: https://galaxy.ansible.com
+ version: 3.20.0
+- name: ngine_io.cloudstack
+ source: https://galaxy.ansible.com
+ version: 2.5.0
+- name: openstack.cloud
+ source: https://galaxy.ansible.com
+ version: 2.2.0
+- name: ovirt.ovirt
+ source: https://galaxy.ansible.com
+ version: 3.2.0
+- name: purestorage.flasharray
+ source: https://galaxy.ansible.com
+ version: 1.31.1
+- name: purestorage.flashblade
+ source: https://galaxy.ansible.com
+ version: 1.19.1
+- name: sensu.sensu_go
+ source: https://galaxy.ansible.com
+ version: 1.14.0
+- name: splunk.es
+ source: https://galaxy.ansible.com
+ version: 4.0.0
+- name: telekom_mms.icinga_director
+ source: https://galaxy.ansible.com
+ version: 2.2.0
+- name: theforeman.foreman
+ source: https://galaxy.ansible.com
+ version: 4.2.0
+- name: vmware.vmware
+ source: https://galaxy.ansible.com
+ version: 1.6.0
+- name: vmware.vmware_rest
+ source: https://galaxy.ansible.com
+ version: 4.2.0
+- name: vultr.cloud
+ source: https://galaxy.ansible.com
+ version: 1.13.0
+- name: vyos.vyos
+ source: https://galaxy.ansible.com
+ version: 5.0.0
+- name: wti.remote
+ source: https://galaxy.ansible.com
+ version: 1.0.10
diff --git a/11/changelog.yaml b/11/changelog.yaml
index c6c73ea915..8be7746031 100644
--- a/11/changelog.yaml
+++ b/11/changelog.yaml
@@ -29,6 +29,13 @@ releases:
`Porting Guide `_'
release_date: '2024-11-06'
+ 11.0.0rc1:
+ changes:
+ release_summary: 'Release Date: 2024-11-12
+
+
+ `Porting Guide `_'
+ release_date: '2024-11-12'
remove_collection_changelog_entries:
ansible.posix:
1.6.0:
diff --git a/11/galaxy-requirements.yaml b/11/galaxy-requirements.yaml
index 7e3d2b0ef2..2a96f71d49 100644
--- a/11/galaxy-requirements.yaml
+++ b/11/galaxy-requirements.yaml
@@ -1,4 +1,4 @@
-# Collections included in Ansible 11.0.0b2
+# Collections included in Ansible 11.0.0rc1
collections:
- name: amazon.aws
source: https://galaxy.ansible.com
@@ -83,13 +83,13 @@ collections:
version: 1.27.0
- name: community.dns
source: https://galaxy.ansible.com
- version: 3.0.6
+ version: 3.0.7
- name: community.docker
source: https://galaxy.ansible.com
- version: 4.0.0
+ version: 4.0.1
- name: community.general
source: https://galaxy.ansible.com
- version: 10.0.0
+ version: 10.0.1
- name: community.grafana
source: https://galaxy.ansible.com
version: 2.1.0
diff --git a/11/porting_guide_11.rst b/11/porting_guide_11.rst
index d167f399ce..28b2c66418 100644
--- a/11/porting_guide_11.rst
+++ b/11/porting_guide_11.rst
@@ -169,7 +169,7 @@ community.docker
community.general
~~~~~~~~~~~~~~~~~
-- The collection no longer supports ansible-core 2.13 and ansible-core 2.14. While most (or even all) modules and plugins might still work with these versions, they are no longer tested in CI and breakages regarding them will not be fixed (https://github.com/ansible-collections/community.general/pull/8921)."
+- The collection no longer supports ansible-core 2.13 and ansible-core 2.14. While most (or even all) modules and plugins might still work with these versions, they are no longer tested in CI and breakages regarding them will not be fixed (https://github.com/ansible-collections/community.general/pull/8921).
- cmd_runner module utils - CLI arguments created directly from module parameters are no longer assigned a default formatter (https://github.com/ansible-collections/community.general/pull/8928).
- irc - the defaults of ``use_tls`` and ``validate_certs`` changed from ``false`` to ``true`` (https://github.com/ansible-collections/community.general/pull/8918).
- rhsm_repository - the states ``present`` and ``absent`` have been removed. Use ``enabled`` and ``disabled`` instead (https://github.com/ansible-collections/community.general/pull/8918).