Skip to content

Commit

Permalink
Ansible 10.0.0rc1: Dependencies, changelog and porting guide (#414)
Browse files Browse the repository at this point in the history
Co-authored-by: Github Actions <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent 2c7b678 commit bf446fb
Show file tree
Hide file tree
Showing 7 changed files with 1,283 additions and 155 deletions.
477 changes: 328 additions & 149 deletions 10/CHANGELOG-v10.md

Large diffs are not rendered by default.

171 changes: 171 additions & 0 deletions 10/CHANGELOG-v10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,177 @@ This changelog describes changes since Ansible 9.0.0.
.. contents::
:depth: 2

v10.0.0rc1
==========

.. contents::
:local:
:depth: 2

Release Summary
---------------

Release Date: 2024-05-28

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_

Ansible-core
------------

Ansible 10.0.0rc1 contains ansible-core version 2.17.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 10.0.0b1 | Ansible 10.0.0rc1 | Notes |
+=============================+==================+===================+=================================================+
| ansible.netcommon | 6.1.1 | 6.1.2 | There are no changes recorded in the changelog. |
+-----------------------------+------------------+-------------------+-------------------------------------------------+
| community.docker | 3.10.1 | 3.10.3 | |
+-----------------------------+------------------+-------------------+-------------------------------------------------+
| community.general | 9.0.0 | 9.0.1 | |
+-----------------------------+------------------+-------------------+-------------------------------------------------+
| community.grafana | 1.9.0 | 1.9.1 | |
+-----------------------------+------------------+-------------------+-------------------------------------------------+
| telekom_mms.icinga_director | 2.1.1 | 2.1.2 | |
+-----------------------------+------------------+-------------------+-------------------------------------------------+

Minor Changes
-------------

community.general
~~~~~~~~~~~~~~~~~

- ansible_galaxy_install - minor refactor in the module (https://github.com/ansible-collections/community.general/pull/8413).

Bugfixes
--------

community.docker
~~~~~~~~~~~~~~~~

- docker and nsenter connection plugins, docker_container_exec module - avoid using the deprecated ``ansible.module_utils.compat.selectors`` module util with Python 3 (https://github.com/ansible-collections/community.docker/issues/870, https://github.com/ansible-collections/community.docker/pull/871).
- vendored Docker SDK for Python - include a fix requests 2.32.2+ compatibility (https://github.com/ansible-collections/community.docker/issues/860, https://github.com/psf/requests/issues/6707, https://github.com/ansible-collections/community.docker/pull/864).

community.general
~~~~~~~~~~~~~~~~~

- cpanm - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- django module utils - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- gconftool2_info - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- homebrew - do not fail when brew prints warnings (https://github.com/ansible-collections/community.general/pull/8406, https://github.com/ansible-collections/community.general/issues/7044).
- hponcfg - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- kernel_blacklist - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- keycloak_client - fix TypeError when sanitizing the ``saml.signing.private.key`` attribute in the module's diff or state output. The ``sanitize_cr`` function expected a dict where in some cases a list might occur (https://github.com/ansible-collections/community.general/pull/8403).
- locale_gen - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- mksysb - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- pipx_info - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- snap - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).
- snap_alias - use new ``VarDict`` to prevent deprecation warning (https://github.com/ansible-collections/community.general/issues/8410, https://github.com/ansible-collections/community.general/pull/8411).

community.grafana
~~~~~~~~~~~~~~~~~

- undo removed deprecated `message` argument in `grafana_dashboard`

Unchanged Collections
---------------------

- amazon.aws (still version 8.0.0)
- ansible.posix (still version 1.5.4)
- ansible.utils (still version 4.1.0)
- ansible.windows (still version 2.3.0)
- arista.eos (still version 9.0.0)
- awx.awx (still version 24.3.1)
- azure.azcollection (still version 2.3.0)
- check_point.mgmt (still version 5.2.3)
- chocolatey.chocolatey (still version 1.5.1)
- cisco.aci (still version 2.9.0)
- cisco.asa (still version 5.0.1)
- cisco.dnac (still version 6.13.3)
- cisco.intersight (still version 2.0.9)
- cisco.ios (still version 8.0.0)
- cisco.iosxr (still version 9.0.0)
- cisco.ise (still version 2.9.1)
- cisco.meraki (still version 2.18.1)
- cisco.mso (still version 2.6.0)
- cisco.nxos (still version 8.0.0)
- cisco.ucs (still version 1.10.0)
- cloud.common (still version 3.0.0)
- cloudscale_ch.cloud (still version 2.3.1)
- community.aws (still version 8.0.0)
- community.ciscosmb (still version 1.0.9)
- community.crypto (still version 2.20.0)
- community.digitalocean (still version 1.26.0)
- community.dns (still version 3.0.0)
- community.hashi_vault (still version 6.2.0)
- community.hrobot (still version 2.0.0)
- community.library_inventory_filtering_v1 (still version 1.0.1)
- community.libvirt (still version 1.3.0)
- community.mongodb (still version 1.7.4)
- community.mysql (still version 3.9.0)
- community.network (still version 5.0.2)
- community.okd (still version 3.0.1)
- community.postgresql (still version 3.4.1)
- community.proxysql (still version 1.5.1)
- community.rabbitmq (still version 1.3.0)
- community.routeros (still version 2.15.0)
- community.sap_libs (still version 1.4.2)
- community.sops (still version 1.6.7)
- community.vmware (still version 4.4.0)
- community.windows (still version 2.2.0)
- community.zabbix (still version 2.4.0)
- containers.podman (still version 1.13.0)
- cyberark.conjur (still version 1.2.2)
- cyberark.pas (still version 1.0.25)
- dellemc.enterprise_sonic (still version 2.4.0)
- dellemc.openmanage (still version 9.2.0)
- dellemc.powerflex (still version 2.4.0)
- dellemc.unity (still version 2.0.0)
- f5networks.f5_modules (still version 1.28.0)
- fortinet.fortimanager (still version 2.5.0)
- fortinet.fortios (still version 2.3.6)
- frr.frr (still version 2.0.2)
- google.cloud (still version 1.3.0)
- grafana.grafana (still version 5.2.0)
- hetzner.hcloud (still version 3.1.1)
- ibm.qradar (still version 3.0.0)
- ibm.spectrum_virtualize (still version 2.0.0)
- ibm.storage_virtualize (still version 2.3.1)
- infinidat.infinibox (still version 1.4.5)
- infoblox.nios_modules (still version 1.6.1)
- inspur.ispim (still version 2.2.1)
- inspur.sm (still version 2.3.0)
- junipernetworks.junos (still version 8.0.0)
- kaytus.ksmanage (still version 1.2.1)
- kubernetes.core (still version 3.1.0)
- lowlydba.sqlserver (still version 2.3.2)
- microsoft.ad (still version 1.5.0)
- netapp.cloudmanager (still version 21.22.1)
- netapp.ontap (still version 22.11.0)
- netapp.storagegrid (still version 21.12.0)
- netapp_eseries.santricity (still version 1.4.0)
- netbox.netbox (still version 3.18.0)
- ngine_io.cloudstack (still version 2.3.0)
- ngine_io.exoscale (still version 1.1.0)
- openstack.cloud (still version 2.2.0)
- openvswitch.openvswitch (still version 2.1.1)
- ovirt.ovirt (still version 3.2.0)
- purestorage.flasharray (still version 1.28.0)
- purestorage.flashblade (still version 1.17.0)
- sensu.sensu_go (still version 1.14.0)
- splunk.es (still version 3.0.0)
- t_systems_mms.icinga_director (still version 2.0.1)
- theforeman.foreman (still version 4.0.0)
- vmware.vmware_rest (still version 3.0.1)
- vultr.cloud (still version 1.12.1)
- vyos.vyos (still version 4.1.0)
- wti.remote (still version 1.0.5)

v10.0.0b1
=========

Expand Down
Loading

0 comments on commit bf446fb

Please sign in to comment.