diff --git a/8/CHANGELOG-v8.rst b/8/CHANGELOG-v8.rst index b8c1086c21e..b56f587fbd4 100644 --- a/8/CHANGELOG-v8.rst +++ b/8/CHANGELOG-v8.rst @@ -8,309 +8,6 @@ This changelog describes changes since Ansible 7.0.0. :local: :depth: 2 -v8.4.0 -====== - -.. contents:: - :local: - :depth: 2 - -Release Summary ---------------- - -Release Date: 2023-07-04 - -`Porting Guide `_ - -Ansible-core ------------- - -Ansible 8.4.0 contains ansible-core version 2.15.1. -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 8.1.0 | Ansible 8.4.0 | Notes | -+=======================+===============+===============+==============================================================================================================================+ -| awx.awx | 22.3.0 | 22.4.0 | Unfortunately, this collection does not provide changelog data in a format that can be processed by the changelog generator. | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| chocolatey.chocolatey | 1.4.0 | 1.5.0 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| cisco.dnac | 6.7.2 | 6.7.3 | The collection did not have a changelog in this version. | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| cisco.meraki | 2.15.1 | 2.15.2 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| community.crypto | 2.14.0 | 2.14.1 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| community.hrobot | 1.8.0 | 1.8.1 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| community.routeros | 2.8.2 | 2.8.3 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| community.sops | 1.6.2 | 1.6.4 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| community.zabbix | 2.0.1 | 2.1.0 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| dellemc.powerflex | 1.6.0 | 1.7.0 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| dellemc.unity | 1.6.0 | 1.7.0 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ -| grafana.grafana | 2.0.0 | 2.1.4 | | -+-----------------------+---------------+---------------+------------------------------------------------------------------------------------------------------------------------------+ - -Major Changes -------------- - -chocolatey.chocolatey -~~~~~~~~~~~~~~~~~~~~~ - -- win_chocolatey - add options for specifying checksums -- win_chocolatey_facts - add filter / gather_subset option - -grafana.grafana -~~~~~~~~~~~~~~~ - -- Addition of Grafana Server role by @gardar -- Configurable agent user groups by @NormanJS -- Grafana Plugins support on-prem Grafana installation by @ishanjainn -- Updated Service for flow mode by @bentonam - -Minor Changes -------------- - -cisco.meraki -~~~~~~~~~~~~ - -- meraki_mx_site_to_site_firewall - Fix updating VPN rules per issue 302. - -community.zabbix -~~~~~~~~~~~~~~~~ - -- Multiple Roles - Replaced depricated 'include' statements with 'include_tasks' -- Update action_groups variable in runtime.yml -- all roles - Added support for Debian 12 (Bookworm) -- all roles - Delete gpg ids variable. -- all roles - Modified to allow a non-root user to run the role. -- all roles - Updated testing to account for the correct version of Zabbix -- zabbix_hostmacro module - Add description property for Host macro creation/update. Allow to set/update description of Zabbix host macros. -- zabbix_proxy - Added installation of PyMySQL pip package -- zabbix_proxy - Modified installation of Centos 7 MySQL client -- zabbix_proxy - Standardized MySQL client installed on Debian and Ubuntu -- zabbix_regexp module added -- zabbix_settings module added -- zabbix_token module added - -dellemc.powerflex -~~~~~~~~~~~~~~~~~ - -- Added Ansible role to support installation and uninstallation of SDC. -- Added sample playbooks for the modules. -- Device module is enhanced to support force addition of device to the SDS. -- Info module is enhanced to list statistics in snapshot policies. -- Replication consistency group module is enhanced to support failover, restore, reverse, switchover, and sync operations. -- SDC module is enhanced to configure performance profile and to remove SDC. -- Updated modules to adhere with ansible community guidelines. - -dellemc.unity -~~~~~~~~~~~~~ - -- Added replication session module to get details, pause, resume, sync, failover, failback and delete replication sessions. -- Added support for Unity XT SeaHawk 5.3 -- Documentation updates for boolean values based on ansible community guidelines. - -grafana.grafana -~~~~~~~~~~~~~~~ - -- Ability to configure date format in grafana server role by @RomainMou -- Avoid using shell for fetching latest version in Grafana Agent Role by @gardar -- Datasource test updates and minor fixes -- Fix Deleting datasources -- Fix alert_notification_policy failing on fresh instance -- Fix for invalid yaml with datasources list enclosed in quotes by @elkozmon -- Making Deleting folders idempotent -- Remove agent installation custom check by @VLZZZ -- Remove explicit user creation check by @v-zhuravlev -- Remove trailing slash automatically from grafana_url -- Update Download tasks in Grafana Agent Role -- indentation and Lint fixes to modules - -Deprecated Features -------------------- - -- The deprecated servicenow.servicenow collection has been removed from Ansible 7, but accidentally re-added to Ansible 8. It will be removed again from Ansible 9 (https://github.com/ansible-community/community-topics/issues/246). - -Bugfixes --------- - -cisco.meraki -~~~~~~~~~~~~ - -- Resolved the issue with link negotation at meraki_ms_switchport - -community.crypto -~~~~~~~~~~~~~~~~ - -- Fix PEM detection/identification to also accept random other lines before the line starting with ``-----BEGIN`` (https://github.com/ansible-collections/community.crypto/issues/627, https://github.com/ansible-collections/community.crypto/pull/628). - -community.sops -~~~~~~~~~~~~~~ - -- install role - fix ``sops_github_latest_detection=latest-release``, which broke due to sops moving to another GitHub organization (https://github.com/ansible-collections/community.sops/pull/151). - -community.zabbix -~~~~~~~~~~~~~~~~ - -- agent role - Added missing become statement to allow run to role as nonroot -- zabbix_host module - fix updating hosts that were discovered via LLD -- zabbix_proxy role - failed at version validation. Fix adds cast of zabbix_proxy_version to float, similarly to the other roles. -- zabbix_proxy role - undefined vars at updating proxy definition. Fix adds null defaults for zabbix_proxy_tlsaccept and zabbix_proxy_tlsconnect. -- zabbix_web role - removed 'ssl on;' nginx configuration, which is no longer supported since nginx version 1.25.1. - -Known Issues ------------- - -community.crypto -~~~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/crypto/. - -community.hrobot -~~~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/hrobot/. - -community.routeros -~~~~~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/routeros/. - -community.sops -~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/sops/. - -New Modules ------------ - -community.zabbix -~~~~~~~~~~~~~~~~ - -- community.zabbix.zabbix_regexp - Create/update/delete Zabbix regular expression -- community.zabbix.zabbix_settings - Update Zabbix global settings. -- community.zabbix.zabbix_token - Create/Update/Generate/Delete Zabbix token. - -dellemc.powerflex -~~~~~~~~~~~~~~~~~ - -- dellemc.powerflex.snapshot_policy - Manage snapshot policies on Dell PowerFlex - -dellemc.unity -~~~~~~~~~~~~~ - -- dellemc.unity.replication_session - Manage replication session on the Unity storage system - -Unchanged Collections ---------------------- - -- amazon.aws (still version 6.1.0) -- ansible.netcommon (still version 5.1.1) -- ansible.posix (still version 1.5.4) -- ansible.utils (still version 2.10.3) -- ansible.windows (still version 1.14.0) -- arista.eos (still version 6.0.1) -- azure.azcollection (still version 1.16.0) -- check_point.mgmt (still version 5.1.1) -- cisco.aci (still version 2.6.0) -- cisco.asa (still version 4.0.1) -- cisco.intersight (still version 1.0.27) -- cisco.ios (still version 4.6.1) -- cisco.iosxr (still version 5.0.3) -- cisco.ise (still version 2.5.12) -- cisco.mso (still version 2.4.0) -- cisco.nso (still version 1.0.3) -- cisco.nxos (still version 4.4.0) -- cisco.ucs (still version 1.8.0) -- cloud.common (still version 2.1.3) -- cloudscale_ch.cloud (still version 2.3.1) -- community.aws (still version 6.0.0) -- community.azure (still version 2.0.0) -- community.ciscosmb (still version 1.0.6) -- community.digitalocean (still version 1.23.0) -- community.dns (still version 2.5.6) -- community.docker (still version 3.4.8) -- community.fortios (still version 1.0.0) -- community.general (still version 7.1.0) -- community.google (still version 1.0.0) -- community.grafana (still version 1.5.4) -- community.hashi_vault (still version 5.0.0) -- community.libvirt (still version 1.2.0) -- community.mongodb (still version 1.6.0) -- community.mysql (still version 3.7.2) -- community.network (still version 5.0.0) -- community.okd (still version 2.3.0) -- community.postgresql (still version 2.4.2) -- community.proxysql (still version 1.5.1) -- community.rabbitmq (still version 1.2.3) -- community.sap (still version 1.0.0) -- community.sap_libs (still version 1.4.1) -- community.skydive (still version 1.0.0) -- community.vmware (still version 3.7.0) -- community.windows (still version 1.13.0) -- containers.podman (still version 1.10.2) -- cyberark.conjur (still version 1.2.0) -- cyberark.pas (still version 1.0.19) -- dellemc.enterprise_sonic (still version 2.2.0) -- dellemc.openmanage (still version 7.6.1) -- f5networks.f5_modules (still version 1.25.0) -- fortinet.fortimanager (still version 2.2.0) -- fortinet.fortios (still version 2.3.0) -- frr.frr (still version 2.0.2) -- gluster.gluster (still version 1.0.2) -- google.cloud (still version 1.1.3) -- hetzner.hcloud (still version 1.11.0) -- hpe.nimble (still version 1.1.4) -- ibm.qradar (still version 2.1.0) -- ibm.spectrum_virtualize (still version 1.12.0) -- infinidat.infinibox (still version 1.3.12) -- infoblox.nios_modules (still version 1.5.0) -- inspur.ispim (still version 1.3.0) -- inspur.sm (still version 2.3.0) -- junipernetworks.junos (still version 5.1.0) -- kubernetes.core (still version 2.4.0) -- lowlydba.sqlserver (still version 2.0.0) -- microsoft.ad (still version 1.2.0) -- netapp.aws (still version 21.7.0) -- netapp.azure (still version 21.10.0) -- netapp.cloudmanager (still version 21.22.0) -- netapp.elementsw (still version 21.7.0) -- netapp.ontap (still version 22.7.0) -- netapp.storagegrid (still version 21.11.1) -- netapp.um_info (still version 21.8.0) -- netapp_eseries.santricity (still version 1.4.0) -- netbox.netbox (still version 3.13.0) -- ngine_io.cloudstack (still version 2.3.0) -- ngine_io.exoscale (still version 1.0.0) -- ngine_io.vultr (still version 1.1.3) -- openstack.cloud (still version 2.1.0) -- openvswitch.openvswitch (still version 2.1.1) -- ovirt.ovirt (still version 3.1.2) -- purestorage.flasharray (still version 1.19.1) -- purestorage.flashblade (still version 1.11.0) -- purestorage.fusion (still version 1.5.0) -- sensu.sensu_go (still version 1.13.2) -- servicenow.servicenow (still version 1.0.6) -- splunk.es (still version 2.1.0) -- t_systems_mms.icinga_director (still version 1.33.1) -- theforeman.foreman (still version 3.11.0) -- vmware.vmware_rest (still version 2.3.1) -- vultr.cloud (still version 1.8.0) -- vyos.vyos (still version 4.1.0) -- wti.remote (still version 1.0.5) - v8.1.0 ====== @@ -328,7 +25,7 @@ Release Date: 2023-06-22 Ansible-core ------------ -Ansible 8.1.0 contains ansible-core version 2.15.1. +Ansible 8.1.0 contains Ansible-core version 2.15.1. This is a newer version than version 2.15.0 contained in the previous Ansible release. The changes are reported in the combined changelog below. @@ -1385,7 +1082,7 @@ Added Collections Ansible-core ------------ -Ansible 8.0.0 contains ansible-core version 2.15.0. +Ansible 8.0.0 contains Ansible-core version 2.15.0. This is a newer version than version 2.14.0 contained in the previous Ansible release. The changes are reported in the combined changelog below. diff --git a/8/ansible-8.4.0-tags.yaml b/8/ansible-8.4.0-tags.yaml deleted file mode 100644 index ee0893a80f2..00000000000 --- a/8/ansible-8.4.0-tags.yaml +++ /dev/null @@ -1,427 +0,0 @@ -# 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: 6.1.0 - version: 6.1.0 -ansible.netcommon: - repository: https://github.com/ansible-collections/ansible.netcommon - tag: 5.1.1 - version: 5.1.1 -ansible.posix: - repository: https://github.com/ansible-collections/ansible.posix - tag: 1.5.4 - version: 1.5.4 -ansible.utils: - repository: https://github.com/ansible-collections/ansible.utils - tag: v2.10.3 - version: 2.10.3 -ansible.windows: - repository: https://github.com/ansible-collections/ansible.windows - tag: 1.14.0 - version: 1.14.0 -arista.eos: - repository: https://github.com/ansible-collections/arista.eos - tag: 6.0.1 - version: 6.0.1 -awx.awx: - collection_directory: ./awx_collection - repository: https://github.com/ansible/awx - tag: 22.4.0 - version: 22.4.0 -azure.azcollection: - repository: https://github.com/ansible-collections/azure - tag: v1.16.0 - version: 1.16.0 -check_point.mgmt: - repository: https://github.com/CheckPointSW/CheckPointAnsibleMgmtCollection - tag: v5.1.1 - version: 5.1.1 -chocolatey.chocolatey: - repository: https://github.com/chocolatey/chocolatey-ansible - tag: 1.5.0 - version: 1.5.0 -cisco.aci: - repository: https://github.com/CiscoDevNet/ansible-aci - tag: v2.6.0 - version: 2.6.0 -cisco.asa: - repository: https://github.com/ansible-collections/cisco.asa - tag: 4.0.1 - version: 4.0.1 -cisco.dnac: - repository: https://github.com/cisco-en-programmability/dnacenter-ansible - tag: v6.7.3 - version: 6.7.3 -cisco.intersight: - repository: https://github.com/CiscoDevNet/intersight-ansible - tag: 1.0.27 - version: 1.0.27 -cisco.ios: - repository: https://github.com/ansible-collections/cisco.ios - tag: v4.6.1 - version: 4.6.1 -cisco.iosxr: - repository: https://github.com/ansible-collections/cisco.iosxr - tag: 5.0.3 - version: 5.0.3 -cisco.ise: - repository: https://github.com/CiscoISE/ansible-ise - tag: v2.5.12 - version: 2.5.12 -cisco.meraki: - repository: https://github.com/CiscoDevNet/ansible-meraki - tag: v2.15.2 - version: 2.15.2 -cisco.mso: - repository: https://github.com/CiscoDevNet/ansible-mso - tag: v2.4.0 - version: 2.4.0 -cisco.nso: - repository: https://github.com/CiscoDevNet/ansible-nso - tag: null - version: 1.0.3 -cisco.nxos: - repository: https://github.com/ansible-collections/cisco.nxos - tag: 4.4.0 - version: 4.4.0 -cisco.ucs: - repository: https://github.com/CiscoDevNet/ansible-ucs - tag: v1.8.0 - version: 1.8.0 -cloud.common: - repository: https://github.com/ansible-collections/cloud.common - tag: 2.1.3 - version: 2.1.3 -cloudscale_ch.cloud: - repository: https://github.com/cloudscale-ch/ansible-collection-cloudscale - tag: v2.3.1 - version: 2.3.1 -community.aws: - repository: https://github.com/ansible-collections/community.aws - tag: 6.0.0 - version: 6.0.0 -community.azure: - repository: https://github.com/ansible-collections/community.azure - tag: 2.0.0 - version: 2.0.0 -community.ciscosmb: - repository: https://github.com/ansible-collections/community.ciscosmb - tag: 1.0.6 - version: 1.0.6 -community.crypto: - repository: https://github.com/ansible-collections/community.crypto - tag: 2.14.1 - version: 2.14.1 -community.digitalocean: - repository: https://github.com/ansible-collections/community.digitalocean - tag: 1.23.0 - version: 1.23.0 -community.dns: - repository: https://github.com/ansible-collections/community.dns - tag: 2.5.6 - version: 2.5.6 -community.docker: - repository: https://github.com/ansible-collections/community.docker - tag: 3.4.8 - version: 3.4.8 -community.fortios: - repository: https://github.com/ansible-collections/community.fortios - tag: 1.0.0 - version: 1.0.0 -community.general: - repository: https://github.com/ansible-collections/community.general - tag: 7.1.0 - version: 7.1.0 -community.google: - repository: https://github.com/ansible-collections/community.google - tag: 1.0.0 - version: 1.0.0 -community.grafana: - repository: https://github.com/ansible-collections/grafana - tag: 1.5.4 - version: 1.5.4 -community.hashi_vault: - repository: https://github.com/ansible-collections/community.hashi_vault - tag: 5.0.0 - version: 5.0.0 -community.hrobot: - repository: https://github.com/ansible-collections/community.hrobot - tag: 1.8.1 - version: 1.8.1 -community.libvirt: - repository: https://github.com/ansible-collections/community.libvirt - tag: 1.2.0 - version: 1.2.0 -community.mongodb: - repository: https://github.com/ansible-collections/community.mongodb - tag: 1.6.0 - version: 1.6.0 -community.mysql: - repository: https://github.com/ansible-collections/community.mysql - tag: 3.7.2 - version: 3.7.2 -community.network: - repository: https://github.com/ansible-collections/community.network - tag: 5.0.0 - version: 5.0.0 -community.okd: - repository: https://github.com/openshift/community.okd - tag: 2.3.0 - version: 2.3.0 -community.postgresql: - repository: https://github.com/ansible-collections/community.postgresql - tag: 2.4.2 - version: 2.4.2 -community.proxysql: - repository: https://github.com/ansible-collections/community.proxysql - tag: 1.5.1 - version: 1.5.1 -community.rabbitmq: - repository: https://github.com/ansible-collections/community.rabbitmq - tag: 1.2.3 - version: 1.2.3 -community.routeros: - repository: https://github.com/ansible-collections/community.routeros - tag: 2.8.3 - version: 2.8.3 -community.sap: - repository: https://github.com/ansible-collections/community.sap - tag: 1.0.0 - version: 1.0.0 -community.sap_libs: - repository: https://github.com/sap-linuxlab/community.sap_libs - tag: 1.4.1 - version: 1.4.1 -community.skydive: - repository: https://github.com/ansible-collections/skydive - tag: 1.0.0 - version: 1.0.0 -community.sops: - repository: https://github.com/ansible-collections/community.sops - tag: 1.6.4 - version: 1.6.4 -community.vmware: - repository: https://github.com/ansible-collections/community.vmware - tag: 3.7.0 - version: 3.7.0 -community.windows: - repository: https://github.com/ansible-collections/community.windows - tag: 1.13.0 - version: 1.13.0 -community.zabbix: - repository: https://github.com/ansible-collections/community.zabbix - tag: 2.1.0 - version: 2.1.0 -containers.podman: - repository: https://github.com/containers/ansible-podman-collections - tag: 1.10.2 - version: 1.10.2 -cyberark.conjur: - repository: https://github.com/cyberark/ansible-conjur-collection - tag: v1.2.0 - version: 1.2.0 -cyberark.pas: - repository: https://github.com/cyberark/ansible-security-automation-collection - tag: 1.0.19 - version: 1.0.19 -dellemc.enterprise_sonic: - repository: https://github.com/ansible-collections/dellemc.enterprise_sonic - tag: 2.2.0 - version: 2.2.0 -dellemc.openmanage: - repository: https://github.com/dell/dellemc-openmanage-ansible-modules - tag: v7.6.1 - version: 7.6.1 -dellemc.powerflex: - repository: https://github.com/dell/ansible-powerflex - tag: 1.7.0 - version: 1.7.0 -dellemc.unity: - repository: https://github.com/dell/ansible-unity - tag: 1.7.0 - version: 1.7.0 -f5networks.f5_modules: - collection_directory: ./ansible_collections/f5networks/f5_modules - repository: https://github.com/F5Networks/f5-ansible-f5modules - tag: 1.25.0 - version: 1.25.0 -fortinet.fortimanager: - repository: https://github.com/fortinet-ansible-dev/ansible-galaxy-fortimanager-collection - tag: 2.2.0 - version: 2.2.0 -fortinet.fortios: - repository: https://github.com/fortinet-ansible-dev/ansible-galaxy-fortios-collection - tag: 2.3.0 - version: 2.3.0 -frr.frr: - repository: https://github.com/ansible-collections/frr.frr - tag: 2.0.2 - version: 2.0.2 -gluster.gluster: - repository: https://github.com/gluster/gluster-ansible-collection - tag: 1.0.2 - version: 1.0.2 -google.cloud: - repository: https://github.com/ansible-collections/google.cloud - tag: v1.1.3 - version: 1.1.3 -grafana.grafana: - repository: https://github.com/grafana/grafana-ansible-collection - tag: 2.1.4 - version: 2.1.4 -hetzner.hcloud: - repository: https://github.com/ansible-collections/hetzner.hcloud - tag: 1.11.0 - version: 1.11.0 -hpe.nimble: - collection_directory: ./ansible_collection/hpe/nimble - repository: https://github.com/hpe-storage/nimble-ansible-modules - tag: v1.1.4 - version: 1.1.4 -ibm.qradar: - repository: https://github.com/ansible-collections/ibm.qradar - tag: 2.1.0 - version: 2.1.0 -ibm.spectrum_virtualize: - repository: https://github.com/ansible-collections/ibm.spectrum_virtualize - tag: 1.12.0 - version: 1.12.0 -infinidat.infinibox: - repository: https://github.com/infinidat/ansible-infinidat-collection - tag: v1.3.12 - version: 1.3.12 -infoblox.nios_modules: - repository: https://github.com/infobloxopen/infoblox-ansible - tag: v1.5.0 - version: 1.5.0 -inspur.ispim: - repository: https://github.com/ispim/inspur.ispim - tag: 1.3.0 - version: 1.3.0 -inspur.sm: - repository: https://github.com/ISIB-Group/inspur.sm - tag: 2.3.0 - version: 2.3.0 -junipernetworks.junos: - repository: https://github.com/ansible-collections/junipernetworks.junos - tag: 5.1.0 - version: 5.1.0 -kubernetes.core: - repository: https://github.com/ansible-collections/kubernetes.core - tag: 2.4.0 - version: 2.4.0 -lowlydba.sqlserver: - repository: https://github.com/LowlyDBA/lowlydba.sqlserver - tag: 2.0.0 - version: 2.0.0 -microsoft.ad: - repository: https://github.com/ansible-collections/microsoft.ad - tag: 1.2.0 - version: 1.2.0 -netapp.aws: - repository: https://github.com/ansible-collections/netapp.aws - tag: 21.7.0 - version: 21.7.0 -netapp.azure: - repository: https://github.com/ansible-collections/netapp.azure - tag: 21.10.0 - version: 21.10.0 -netapp.cloudmanager: - repository: https://github.com/ansible-collections/netapp.cloudmanager - tag: 21.22.0 - version: 21.22.0 -netapp.elementsw: - repository: https://github.com/ansible-collections/netapp.elementsw - tag: 21.7.0 - version: 21.7.0 -netapp.ontap: - repository: https://github.com/ansible-collections/netapp.ontap - tag: 22.7.0 - version: 22.7.0 -netapp.storagegrid: - repository: https://github.com/ansible-collections/netapp.storagegrid - tag: 21.11.1 - version: 21.11.1 -netapp.um_info: - repository: https://github.com/ansible-collections/netapp.um_info - tag: 21.8.0 - version: 21.8.0 -netapp_eseries.santricity: - repository: https://github.com/netapp-eseries/santricity - tag: v1.4.0 - version: 1.4.0 -netbox.netbox: - repository: https://github.com/netbox-community/ansible_modules - tag: v3.13.0 - version: 3.13.0 -ngine_io.cloudstack: - repository: https://github.com/ngine-io/ansible-collection-cloudstack - tag: v2.3.0 - version: 2.3.0 -ngine_io.exoscale: - repository: https://github.com/ngine-io/ansible-collection-exoscale - tag: v1.0.0 - version: 1.0.0 -ngine_io.vultr: - repository: https://github.com/ngine-io/ansible-collection-vultr - tag: v1.1.3 - version: 1.1.3 -openstack.cloud: - repository: https://opendev.org/openstack/ansible-collections-openstack - tag: 2.1.0 - version: 2.1.0 -openvswitch.openvswitch: - repository: https://github.com/ansible-collections/openvswitch.openvswitch - tag: 2.1.1 - version: 2.1.1 -ovirt.ovirt: - repository: https://github.com/ovirt/ovirt-ansible-collection - tag: 3.1.2-1 - version: 3.1.2 -purestorage.flasharray: - repository: https://github.com/Pure-Storage-Ansible/FlashArray-Collection - tag: 1.19.1 - version: 1.19.1 -purestorage.flashblade: - repository: https://github.com/Pure-Storage-Ansible/FlashBlade-Collection - tag: 1.11.0 - version: 1.11.0 -purestorage.fusion: - repository: https://github.com/Pure-Storage-Ansible/Fusion-Collection - tag: 1.5.0 - version: 1.5.0 -sensu.sensu_go: - repository: https://github.com/sensu/sensu-go-ansible - tag: v1.13.2 - version: 1.13.2 -splunk.es: - repository: https://github.com/ansible-collections/splunk.es - tag: 2.1.0 - version: 2.1.0 -t_systems_mms.icinga_director: - repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director - tag: 1.33.1 - version: 1.33.1 -theforeman.foreman: - repository: https://github.com/theforeman/foreman-ansible-modules - tag: v3.11.0 - version: 3.11.0 -vmware.vmware_rest: - repository: https://github.com/ansible-collections/vmware.vmware_rest - tag: 2.3.1 - version: 2.3.1 -vultr.cloud: - repository: https://github.com/vultr/ansible-collection-vultr - tag: v1.8.0 - version: 1.8.0 -vyos.vyos: - repository: https://github.com/ansible-collections/vyos.vyos - tag: 4.1.0 - version: 4.1.0 -wti.remote: - collection_directory: ./wti/remote - repository: https://github.com/wtinetworkgear/wti-collection - tag: v1.0.5 - version: 1.0.5 diff --git a/8/ansible-8.4.0.deps b/8/ansible-8.4.0.deps deleted file mode 100644 index c882a801993..00000000000 --- a/8/ansible-8.4.0.deps +++ /dev/null @@ -1,109 +0,0 @@ -_ansible_version: 8.4.0 -_ansible_core_version: 2.15.1 -_python: >=3.9 -amazon.aws: 6.1.0 -ansible.netcommon: 5.1.1 -ansible.posix: 1.5.4 -ansible.utils: 2.10.3 -ansible.windows: 1.14.0 -arista.eos: 6.0.1 -awx.awx: 22.4.0 -azure.azcollection: 1.16.0 -check_point.mgmt: 5.1.1 -chocolatey.chocolatey: 1.5.0 -cisco.aci: 2.6.0 -cisco.asa: 4.0.1 -cisco.dnac: 6.7.3 -cisco.intersight: 1.0.27 -cisco.ios: 4.6.1 -cisco.iosxr: 5.0.3 -cisco.ise: 2.5.12 -cisco.meraki: 2.15.2 -cisco.mso: 2.4.0 -cisco.nso: 1.0.3 -cisco.nxos: 4.4.0 -cisco.ucs: 1.8.0 -cloud.common: 2.1.3 -cloudscale_ch.cloud: 2.3.1 -community.aws: 6.0.0 -community.azure: 2.0.0 -community.ciscosmb: 1.0.6 -community.crypto: 2.14.1 -community.digitalocean: 1.23.0 -community.dns: 2.5.6 -community.docker: 3.4.8 -community.fortios: 1.0.0 -community.general: 7.1.0 -community.google: 1.0.0 -community.grafana: 1.5.4 -community.hashi_vault: 5.0.0 -community.hrobot: 1.8.1 -community.libvirt: 1.2.0 -community.mongodb: 1.6.0 -community.mysql: 3.7.2 -community.network: 5.0.0 -community.okd: 2.3.0 -community.postgresql: 2.4.2 -community.proxysql: 1.5.1 -community.rabbitmq: 1.2.3 -community.routeros: 2.8.3 -community.sap: 1.0.0 -community.sap_libs: 1.4.1 -community.skydive: 1.0.0 -community.sops: 1.6.4 -community.vmware: 3.7.0 -community.windows: 1.13.0 -community.zabbix: 2.1.0 -containers.podman: 1.10.2 -cyberark.conjur: 1.2.0 -cyberark.pas: 1.0.19 -dellemc.enterprise_sonic: 2.2.0 -dellemc.openmanage: 7.6.1 -dellemc.powerflex: 1.7.0 -dellemc.unity: 1.7.0 -f5networks.f5_modules: 1.25.0 -fortinet.fortimanager: 2.2.0 -fortinet.fortios: 2.3.0 -frr.frr: 2.0.2 -gluster.gluster: 1.0.2 -google.cloud: 1.1.3 -grafana.grafana: 2.1.4 -hetzner.hcloud: 1.11.0 -hpe.nimble: 1.1.4 -ibm.qradar: 2.1.0 -ibm.spectrum_virtualize: 1.12.0 -infinidat.infinibox: 1.3.12 -infoblox.nios_modules: 1.5.0 -inspur.ispim: 1.3.0 -inspur.sm: 2.3.0 -junipernetworks.junos: 5.1.0 -kubernetes.core: 2.4.0 -lowlydba.sqlserver: 2.0.0 -microsoft.ad: 1.2.0 -netapp.aws: 21.7.0 -netapp.azure: 21.10.0 -netapp.cloudmanager: 21.22.0 -netapp.elementsw: 21.7.0 -netapp.ontap: 22.7.0 -netapp.storagegrid: 21.11.1 -netapp.um_info: 21.8.0 -netapp_eseries.santricity: 1.4.0 -netbox.netbox: 3.13.0 -ngine_io.cloudstack: 2.3.0 -ngine_io.exoscale: 1.0.0 -ngine_io.vultr: 1.1.3 -openstack.cloud: 2.1.0 -openvswitch.openvswitch: 2.1.1 -ovirt.ovirt: 3.1.2 -purestorage.flasharray: 1.19.1 -purestorage.flashblade: 1.11.0 -purestorage.fusion: 1.5.0 -sensu.sensu_go: 1.13.2 -servicenow.servicenow: 1.0.6 -splunk.es: 2.1.0 -t_systems_mms.icinga_director: 1.33.1 -theforeman.foreman: 3.11.0 -vmware.vmware_rest: 2.3.1 -vultr.cloud: 1.8.0 -vyos.vyos: 4.1.0 -wti.remote: 1.0.5 diff --git a/8/ansible-8.4.0.yaml b/8/ansible-8.4.0.yaml deleted file mode 100644 index 979976e6cf0..00000000000 --- a/8/ansible-8.4.0.yaml +++ /dev/null @@ -1,319 +0,0 @@ -collections: -- name: amazon.aws - source: https://galaxy.ansible.com - version: 6.1.0 -- name: ansible.netcommon - source: https://galaxy.ansible.com - version: 5.1.1 -- name: ansible.posix - source: https://galaxy.ansible.com - version: 1.5.4 -- name: ansible.utils - source: https://galaxy.ansible.com - version: 2.10.3 -- name: ansible.windows - source: https://galaxy.ansible.com - version: 1.14.0 -- name: arista.eos - source: https://galaxy.ansible.com - version: 6.0.1 -- name: awx.awx - source: https://galaxy.ansible.com - version: 22.4.0 -- name: azure.azcollection - source: https://galaxy.ansible.com - version: 1.16.0 -- name: check_point.mgmt - source: https://galaxy.ansible.com - version: 5.1.1 -- name: chocolatey.chocolatey - source: https://galaxy.ansible.com - version: 1.5.0 -- name: cisco.aci - source: https://galaxy.ansible.com - version: 2.6.0 -- name: cisco.asa - source: https://galaxy.ansible.com - version: 4.0.1 -- name: cisco.dnac - source: https://galaxy.ansible.com - version: 6.7.3 -- name: cisco.intersight - source: https://galaxy.ansible.com - version: 1.0.27 -- name: cisco.ios - source: https://galaxy.ansible.com - version: 4.6.1 -- name: cisco.iosxr - source: https://galaxy.ansible.com - version: 5.0.3 -- name: cisco.ise - source: https://galaxy.ansible.com - version: 2.5.12 -- name: cisco.meraki - source: https://galaxy.ansible.com - version: 2.15.2 -- name: cisco.mso - source: https://galaxy.ansible.com - version: 2.4.0 -- name: cisco.nso - source: https://galaxy.ansible.com - version: 1.0.3 -- name: cisco.nxos - source: https://galaxy.ansible.com - version: 4.4.0 -- name: cisco.ucs - source: https://galaxy.ansible.com - version: 1.8.0 -- name: cloud.common - source: https://galaxy.ansible.com - version: 2.1.3 -- name: cloudscale_ch.cloud - source: https://galaxy.ansible.com - version: 2.3.1 -- name: community.aws - source: https://galaxy.ansible.com - version: 6.0.0 -- name: community.azure - source: https://galaxy.ansible.com - version: 2.0.0 -- name: community.ciscosmb - source: https://galaxy.ansible.com - version: 1.0.6 -- name: community.crypto - source: https://galaxy.ansible.com - version: 2.14.1 -- name: community.digitalocean - source: https://galaxy.ansible.com - version: 1.23.0 -- name: community.dns - source: https://galaxy.ansible.com - version: 2.5.6 -- name: community.docker - source: https://galaxy.ansible.com - version: 3.4.8 -- name: community.fortios - source: https://galaxy.ansible.com - version: 1.0.0 -- name: community.general - source: https://galaxy.ansible.com - version: 7.1.0 -- name: community.google - source: https://galaxy.ansible.com - version: 1.0.0 -- name: community.grafana - source: https://galaxy.ansible.com - version: 1.5.4 -- name: community.hashi_vault - source: https://galaxy.ansible.com - version: 5.0.0 -- name: community.hrobot - source: https://galaxy.ansible.com - version: 1.8.1 -- name: community.libvirt - source: https://galaxy.ansible.com - version: 1.2.0 -- name: community.mongodb - source: https://galaxy.ansible.com - version: 1.6.0 -- name: community.mysql - source: https://galaxy.ansible.com - version: 3.7.2 -- name: community.network - source: https://galaxy.ansible.com - version: 5.0.0 -- name: community.okd - source: https://galaxy.ansible.com - version: 2.3.0 -- name: community.postgresql - source: https://galaxy.ansible.com - version: 2.4.2 -- name: community.proxysql - source: https://galaxy.ansible.com - version: 1.5.1 -- name: community.rabbitmq - source: https://galaxy.ansible.com - version: 1.2.3 -- name: community.routeros - source: https://galaxy.ansible.com - version: 2.8.3 -- name: community.sap - source: https://galaxy.ansible.com - version: 1.0.0 -- name: community.sap_libs - source: https://galaxy.ansible.com - version: 1.4.1 -- name: community.skydive - source: https://galaxy.ansible.com - version: 1.0.0 -- name: community.sops - source: https://galaxy.ansible.com - version: 1.6.4 -- name: community.vmware - source: https://galaxy.ansible.com - version: 3.7.0 -- name: community.windows - source: https://galaxy.ansible.com - version: 1.13.0 -- name: community.zabbix - source: https://galaxy.ansible.com - version: 2.1.0 -- name: containers.podman - source: https://galaxy.ansible.com - version: 1.10.2 -- name: cyberark.conjur - source: https://galaxy.ansible.com - version: 1.2.0 -- name: cyberark.pas - source: https://galaxy.ansible.com - version: 1.0.19 -- name: dellemc.enterprise_sonic - source: https://galaxy.ansible.com - version: 2.2.0 -- name: dellemc.openmanage - source: https://galaxy.ansible.com - version: 7.6.1 -- name: dellemc.powerflex - source: https://galaxy.ansible.com - version: 1.7.0 -- name: dellemc.unity - source: https://galaxy.ansible.com - version: 1.7.0 -- name: f5networks.f5_modules - source: https://galaxy.ansible.com - version: 1.25.0 -- name: fortinet.fortimanager - source: https://galaxy.ansible.com - version: 2.2.0 -- name: fortinet.fortios - source: https://galaxy.ansible.com - version: 2.3.0 -- name: frr.frr - source: https://galaxy.ansible.com - version: 2.0.2 -- name: gluster.gluster - source: https://galaxy.ansible.com - version: 1.0.2 -- name: google.cloud - source: https://galaxy.ansible.com - version: 1.1.3 -- name: grafana.grafana - source: https://galaxy.ansible.com - version: 2.1.4 -- name: hetzner.hcloud - source: https://galaxy.ansible.com - version: 1.11.0 -- name: hpe.nimble - source: https://galaxy.ansible.com - version: 1.1.4 -- name: ibm.qradar - source: https://galaxy.ansible.com - version: 2.1.0 -- name: ibm.spectrum_virtualize - source: https://galaxy.ansible.com - version: 1.12.0 -- name: infinidat.infinibox - source: https://galaxy.ansible.com - version: 1.3.12 -- name: infoblox.nios_modules - source: https://galaxy.ansible.com - version: 1.5.0 -- name: inspur.ispim - source: https://galaxy.ansible.com - version: 1.3.0 -- name: inspur.sm - source: https://galaxy.ansible.com - version: 2.3.0 -- name: junipernetworks.junos - source: https://galaxy.ansible.com - version: 5.1.0 -- name: kubernetes.core - source: https://galaxy.ansible.com - version: 2.4.0 -- name: lowlydba.sqlserver - source: https://galaxy.ansible.com - version: 2.0.0 -- name: microsoft.ad - source: https://galaxy.ansible.com - version: 1.2.0 -- name: netapp.aws - source: https://galaxy.ansible.com - version: 21.7.0 -- name: netapp.azure - source: https://galaxy.ansible.com - version: 21.10.0 -- name: netapp.cloudmanager - source: https://galaxy.ansible.com - version: 21.22.0 -- name: netapp.elementsw - source: https://galaxy.ansible.com - version: 21.7.0 -- name: netapp.ontap - source: https://galaxy.ansible.com - version: 22.7.0 -- name: netapp.storagegrid - source: https://galaxy.ansible.com - version: 21.11.1 -- name: netapp.um_info - source: https://galaxy.ansible.com - version: 21.8.0 -- name: netapp_eseries.santricity - source: https://galaxy.ansible.com - version: 1.4.0 -- name: netbox.netbox - source: https://galaxy.ansible.com - version: 3.13.0 -- name: ngine_io.cloudstack - source: https://galaxy.ansible.com - version: 2.3.0 -- name: ngine_io.exoscale - source: https://galaxy.ansible.com - version: 1.0.0 -- name: ngine_io.vultr - source: https://galaxy.ansible.com - version: 1.1.3 -- name: openstack.cloud - source: https://galaxy.ansible.com - version: 2.1.0 -- name: openvswitch.openvswitch - source: https://galaxy.ansible.com - version: 2.1.1 -- name: ovirt.ovirt - source: https://galaxy.ansible.com - version: 3.1.2 -- name: purestorage.flasharray - source: https://galaxy.ansible.com - version: 1.19.1 -- name: purestorage.flashblade - source: https://galaxy.ansible.com - version: 1.11.0 -- name: purestorage.fusion - source: https://galaxy.ansible.com - version: 1.5.0 -- name: sensu.sensu_go - source: https://galaxy.ansible.com - version: 1.13.2 -- name: servicenow.servicenow - source: https://galaxy.ansible.com - version: 1.0.6 -- name: splunk.es - source: https://galaxy.ansible.com - version: 2.1.0 -- name: t_systems_mms.icinga_director - source: https://galaxy.ansible.com - version: 1.33.1 -- name: theforeman.foreman - source: https://galaxy.ansible.com - version: 3.11.0 -- name: vmware.vmware_rest - source: https://galaxy.ansible.com - version: 2.3.1 -- name: vultr.cloud - source: https://galaxy.ansible.com - version: 1.8.0 -- name: vyos.vyos - source: https://galaxy.ansible.com - version: 4.1.0 -- name: wti.remote - source: https://galaxy.ansible.com - version: 1.0.5 diff --git a/8/changelog.yaml b/8/changelog.yaml index 009a7cf13bd..155e3e2245e 100644 --- a/8/changelog.yaml +++ b/8/changelog.yaml @@ -98,13 +98,5 @@ releases: 8.2.0: changes: deprecated_features: - - The deprecated servicenow.servicenow collection has been removed from Ansible - 7, but accidentally re-added to Ansible 8. It will be removed again from Ansible - 9 (https://github.com/ansible-community/community-topics/issues/246). - 8.4.0: - changes: - release_summary: 'Release Date: 2023-07-04 - - - `Porting Guide `_' - release_date: '2023-07-04' + - The deprecated servicenow.servicenow collection has been removed from Ansible 7, but accidentally re-added to Ansible 8. It will be removed again from Ansible 9 + (https://github.com/ansible-community/community-topics/issues/246). diff --git a/8/galaxy-requirements.yaml b/8/galaxy-requirements.yaml index 261158471c3..611572bb2a5 100644 --- a/8/galaxy-requirements.yaml +++ b/8/galaxy-requirements.yaml @@ -1,4 +1,4 @@ -# Collections included in Ansible 8.4.0 +# Collections included in Ansible 8.1.0 collections: - name: amazon.aws source: https://galaxy.ansible.com @@ -20,7 +20,7 @@ collections: version: 6.0.1 - name: awx.awx source: https://galaxy.ansible.com - version: 22.4.0 + version: 22.3.0 - name: azure.azcollection source: https://galaxy.ansible.com version: 1.16.0 @@ -29,7 +29,7 @@ collections: version: 5.1.1 - name: chocolatey.chocolatey source: https://galaxy.ansible.com - version: 1.5.0 + version: 1.4.0 - name: cisco.aci source: https://galaxy.ansible.com version: 2.6.0 @@ -38,7 +38,7 @@ collections: version: 4.0.1 - name: cisco.dnac source: https://galaxy.ansible.com - version: 6.7.3 + version: 6.7.2 - name: cisco.intersight source: https://galaxy.ansible.com version: 1.0.27 @@ -53,7 +53,7 @@ collections: version: 2.5.12 - name: cisco.meraki source: https://galaxy.ansible.com - version: 2.15.2 + version: 2.15.1 - name: cisco.mso source: https://galaxy.ansible.com version: 2.4.0 @@ -83,7 +83,7 @@ collections: version: 1.0.6 - name: community.crypto source: https://galaxy.ansible.com - version: 2.14.1 + version: 2.14.0 - name: community.digitalocean source: https://galaxy.ansible.com version: 1.23.0 @@ -110,7 +110,7 @@ collections: version: 5.0.0 - name: community.hrobot source: https://galaxy.ansible.com - version: 1.8.1 + version: 1.8.0 - name: community.libvirt source: https://galaxy.ansible.com version: 1.2.0 @@ -137,7 +137,7 @@ collections: version: 1.2.3 - name: community.routeros source: https://galaxy.ansible.com - version: 2.8.3 + version: 2.8.2 - name: community.sap source: https://galaxy.ansible.com version: 1.0.0 @@ -149,7 +149,7 @@ collections: version: 1.0.0 - name: community.sops source: https://galaxy.ansible.com - version: 1.6.4 + version: 1.6.2 - name: community.vmware source: https://galaxy.ansible.com version: 3.7.0 @@ -158,7 +158,7 @@ collections: version: 1.13.0 - name: community.zabbix source: https://galaxy.ansible.com - version: 2.1.0 + version: 2.0.1 - name: containers.podman source: https://galaxy.ansible.com version: 1.10.2 @@ -176,10 +176,10 @@ collections: version: 7.6.1 - name: dellemc.powerflex source: https://galaxy.ansible.com - version: 1.7.0 + version: 1.6.0 - name: dellemc.unity source: https://galaxy.ansible.com - version: 1.7.0 + version: 1.6.0 - name: f5networks.f5_modules source: https://galaxy.ansible.com version: 1.25.0 @@ -200,7 +200,7 @@ collections: version: 1.1.3 - name: grafana.grafana source: https://galaxy.ansible.com - version: 2.1.4 + version: 2.0.0 - name: hetzner.hcloud source: https://galaxy.ansible.com version: 1.11.0 diff --git a/8/porting_guide_8.rst b/8/porting_guide_8.rst index 095027165e3..e7eb997684c 100644 --- a/8/porting_guide_8.rst +++ b/8/porting_guide_8.rst @@ -94,54 +94,6 @@ Networking No notable changes -Porting Guide for v8.4.0 -======================== - -Known Issues ------------- - -community.crypto -~~~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/crypto/. - -community.hrobot -~~~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/hrobot/. - -community.routeros -~~~~~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/routeros/. - -community.sops -~~~~~~~~~~~~~~ - -- Ansible markup will show up in raw form on ansible-doc text output for ansible-core before 2.15. If you have trouble deciphering the documentation markup, please upgrade to ansible-core 2.15 (or newer), or read the HTML documentation on https://docs.ansible.com/ansible/devel/collections/community/sops/. - -Major Changes -------------- - -chocolatey.chocolatey -~~~~~~~~~~~~~~~~~~~~~ - -- win_chocolatey - add options for specifying checksums -- win_chocolatey_facts - add filter / gather_subset option - -grafana.grafana -~~~~~~~~~~~~~~~ - -- Addition of Grafana Server role by @gardar -- Configurable agent user groups by @NormanJS -- Grafana Plugins support on-prem Grafana installation by @ishanjainn -- Updated Service for flow mode by @bentonam - -Deprecated Features -------------------- - -- The deprecated servicenow.servicenow collection has been removed from Ansible 7, but accidentally re-added to Ansible 8. It will be removed again from Ansible 9 (https://github.com/ansible-community/community-topics/issues/246). - Porting Guide for v8.1.0 ========================