Skip to content

Commit 26538c4

Browse files
committed
Ansible 5.0.1: Dependencies, changelog and porting guide
We're also including a galaxy-requirements.yaml file for convenience now.
1 parent cd91fef commit 26538c4

File tree

5 files changed

+554
-0
lines changed

5 files changed

+554
-0
lines changed

5/CHANGELOG-v5.rst

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,140 @@ This changelog describes changes since Ansible 4.0.0.
88
:local:
99
:depth: 2
1010

11+
v5.0.1
12+
======
13+
14+
.. contents::
15+
:local:
16+
:depth: 2
17+
18+
Release Summary
19+
---------------
20+
21+
Release Date: 2021-12-02
22+
23+
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_
24+
25+
Ansible-core
26+
------------
27+
28+
Ansible 5.0.1 contains Ansible-core version 2.12.0.
29+
This is the same version of Ansible-core as in the previous Ansible release.
30+
31+
32+
Major Changes
33+
-------------
34+
35+
- Raised python requirement of the ansible package from >=2.7 to >=3.8 to match ansible-core
36+
37+
Minor Changes
38+
-------------
39+
40+
- A galaxy-requirements.yaml file has been added to `ansible-build-data <https://github.com/ansible-community/ansible-build-data/blob/main/5/galaxy-requirements.yaml>`_. This file can be downloaded and used to install the Ansible collections that are otherwise included in the Ansible package with ``ansible-galaxy collection install -r galaxy-requirements.yaml``.
41+
42+
Unchanged Collections
43+
---------------------
44+
45+
- amazon.aws (still version 2.1.0)
46+
- ansible.netcommon (still version 2.4.0)
47+
- ansible.posix (still version 1.3.0)
48+
- ansible.utils (still version 2.4.2)
49+
- ansible.windows (still version 1.8.0)
50+
- arista.eos (still version 3.1.0)
51+
- awx.awx (still version 19.4.0)
52+
- azure.azcollection (still version 1.10.0)
53+
- check_point.mgmt (still version 2.1.1)
54+
- chocolatey.chocolatey (still version 1.1.0)
55+
- cisco.aci (still version 2.1.0)
56+
- cisco.asa (still version 2.1.0)
57+
- cisco.intersight (still version 1.0.17)
58+
- cisco.ios (still version 2.5.0)
59+
- cisco.iosxr (still version 2.5.0)
60+
- cisco.ise (still version 1.2.1)
61+
- cisco.meraki (still version 2.5.0)
62+
- cisco.mso (still version 1.2.0)
63+
- cisco.nso (still version 1.0.3)
64+
- cisco.nxos (still version 2.7.1)
65+
- cisco.ucs (still version 1.6.0)
66+
- cloud.common (still version 2.1.0)
67+
- cloudscale_ch.cloud (still version 2.2.0)
68+
- community.aws (still version 2.1.0)
69+
- community.azure (still version 1.1.0)
70+
- community.ciscosmb (still version 1.0.4)
71+
- community.crypto (still version 2.0.1)
72+
- community.digitalocean (still version 1.12.0)
73+
- community.dns (still version 2.0.3)
74+
- community.docker (still version 2.0.1)
75+
- community.fortios (still version 1.0.0)
76+
- community.general (still version 4.0.2)
77+
- community.google (still version 1.0.0)
78+
- community.grafana (still version 1.2.3)
79+
- community.hashi_vault (still version 2.0.0)
80+
- community.hrobot (still version 1.2.1)
81+
- community.kubernetes (still version 2.0.1)
82+
- community.kubevirt (still version 1.0.0)
83+
- community.libvirt (still version 1.0.2)
84+
- community.mongodb (still version 1.3.2)
85+
- community.mysql (still version 2.3.1)
86+
- community.network (still version 3.0.0)
87+
- community.okd (still version 2.1.0)
88+
- community.postgresql (still version 1.5.0)
89+
- community.proxysql (still version 1.3.0)
90+
- community.rabbitmq (still version 1.1.0)
91+
- community.routeros (still version 2.0.0)
92+
- community.skydive (still version 1.0.0)
93+
- community.sops (still version 1.2.0)
94+
- community.vmware (still version 1.16.0)
95+
- community.windows (still version 1.8.0)
96+
- community.zabbix (still version 1.5.0)
97+
- containers.podman (still version 1.8.2)
98+
- cyberark.conjur (still version 1.1.0)
99+
- cyberark.pas (still version 1.0.13)
100+
- dellemc.enterprise_sonic (still version 1.1.0)
101+
- dellemc.openmanage (still version 4.2.0)
102+
- dellemc.os10 (still version 1.1.1)
103+
- dellemc.os6 (still version 1.0.7)
104+
- dellemc.os9 (still version 1.0.4)
105+
- f5networks.f5_modules (still version 1.12.0)
106+
- fortinet.fortimanager (still version 2.1.4)
107+
- fortinet.fortios (still version 2.1.3)
108+
- frr.frr (still version 1.0.3)
109+
- gluster.gluster (still version 1.0.2)
110+
- google.cloud (still version 1.0.2)
111+
- hetzner.hcloud (still version 1.6.0)
112+
- hpe.nimble (still version 1.1.3)
113+
- ibm.qradar (still version 1.0.3)
114+
- infinidat.infinibox (still version 1.3.0)
115+
- infoblox.nios_modules (still version 1.1.2)
116+
- inspur.sm (still version 1.3.0)
117+
- junipernetworks.junos (still version 2.6.0)
118+
- kubernetes.core (still version 2.2.1)
119+
- mellanox.onyx (still version 1.0.0)
120+
- netapp.aws (still version 21.7.0)
121+
- netapp.azure (still version 21.10.0)
122+
- netapp.cloudmanager (still version 21.12.0)
123+
- netapp.elementsw (still version 21.7.0)
124+
- netapp.ontap (still version 21.13.1)
125+
- netapp.storagegrid (still version 21.7.0)
126+
- netapp.um_info (still version 21.8.0)
127+
- netapp_eseries.santricity (still version 1.2.13)
128+
- netbox.netbox (still version 3.3.0)
129+
- ngine_io.cloudstack (still version 2.2.2)
130+
- ngine_io.exoscale (still version 1.0.0)
131+
- ngine_io.vultr (still version 1.1.0)
132+
- openstack.cloud (still version 1.5.3)
133+
- openvswitch.openvswitch (still version 2.0.2)
134+
- ovirt.ovirt (still version 1.6.5)
135+
- purestorage.flasharray (still version 1.11.0)
136+
- purestorage.flashblade (still version 1.8.1)
137+
- sensu.sensu_go (still version 1.12.0)
138+
- servicenow.servicenow (still version 1.0.6)
139+
- splunk.es (still version 1.0.2)
140+
- t_systems_mms.icinga_director (still version 1.24.0)
141+
- theforeman.foreman (still version 2.2.0)
142+
- vyos.vyos (still version 2.6.0)
143+
- wti.remote (still version 1.0.3)
144+
11145
v5.0.0
12146
======
13147

5/ansible-5.0.1.deps

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
_ansible_version: 5.0.1
2+
_ansible_base_version: 2.12.0
3+
amazon.aws: 2.1.0
4+
ansible.netcommon: 2.4.0
5+
ansible.posix: 1.3.0
6+
ansible.utils: 2.4.2
7+
ansible.windows: 1.8.0
8+
arista.eos: 3.1.0
9+
awx.awx: 19.4.0
10+
azure.azcollection: 1.10.0
11+
check_point.mgmt: 2.1.1
12+
chocolatey.chocolatey: 1.1.0
13+
cisco.aci: 2.1.0
14+
cisco.asa: 2.1.0
15+
cisco.intersight: 1.0.17
16+
cisco.ios: 2.5.0
17+
cisco.iosxr: 2.5.0
18+
cisco.ise: 1.2.1
19+
cisco.meraki: 2.5.0
20+
cisco.mso: 1.2.0
21+
cisco.nso: 1.0.3
22+
cisco.nxos: 2.7.1
23+
cisco.ucs: 1.6.0
24+
cloud.common: 2.1.0
25+
cloudscale_ch.cloud: 2.2.0
26+
community.aws: 2.1.0
27+
community.azure: 1.1.0
28+
community.ciscosmb: 1.0.4
29+
community.crypto: 2.0.1
30+
community.digitalocean: 1.12.0
31+
community.dns: 2.0.3
32+
community.docker: 2.0.1
33+
community.fortios: 1.0.0
34+
community.general: 4.0.2
35+
community.google: 1.0.0
36+
community.grafana: 1.2.3
37+
community.hashi_vault: 2.0.0
38+
community.hrobot: 1.2.1
39+
community.kubernetes: 2.0.1
40+
community.kubevirt: 1.0.0
41+
community.libvirt: 1.0.2
42+
community.mongodb: 1.3.2
43+
community.mysql: 2.3.1
44+
community.network: 3.0.0
45+
community.okd: 2.1.0
46+
community.postgresql: 1.5.0
47+
community.proxysql: 1.3.0
48+
community.rabbitmq: 1.1.0
49+
community.routeros: 2.0.0
50+
community.skydive: 1.0.0
51+
community.sops: 1.2.0
52+
community.vmware: 1.16.0
53+
community.windows: 1.8.0
54+
community.zabbix: 1.5.0
55+
containers.podman: 1.8.2
56+
cyberark.conjur: 1.1.0
57+
cyberark.pas: 1.0.13
58+
dellemc.enterprise_sonic: 1.1.0
59+
dellemc.openmanage: 4.2.0
60+
dellemc.os10: 1.1.1
61+
dellemc.os6: 1.0.7
62+
dellemc.os9: 1.0.4
63+
f5networks.f5_modules: 1.12.0
64+
fortinet.fortimanager: 2.1.4
65+
fortinet.fortios: 2.1.3
66+
frr.frr: 1.0.3
67+
gluster.gluster: 1.0.2
68+
google.cloud: 1.0.2
69+
hetzner.hcloud: 1.6.0
70+
hpe.nimble: 1.1.3
71+
ibm.qradar: 1.0.3
72+
infinidat.infinibox: 1.3.0
73+
infoblox.nios_modules: 1.1.2
74+
inspur.sm: 1.3.0
75+
junipernetworks.junos: 2.6.0
76+
kubernetes.core: 2.2.1
77+
mellanox.onyx: 1.0.0
78+
netapp.aws: 21.7.0
79+
netapp.azure: 21.10.0
80+
netapp.cloudmanager: 21.12.0
81+
netapp.elementsw: 21.7.0
82+
netapp.ontap: 21.13.1
83+
netapp.storagegrid: 21.7.0
84+
netapp.um_info: 21.8.0
85+
netapp_eseries.santricity: 1.2.13
86+
netbox.netbox: 3.3.0
87+
ngine_io.cloudstack: 2.2.2
88+
ngine_io.exoscale: 1.0.0
89+
ngine_io.vultr: 1.1.0
90+
openstack.cloud: 1.5.3
91+
openvswitch.openvswitch: 2.0.2
92+
ovirt.ovirt: 1.6.5
93+
purestorage.flasharray: 1.11.0
94+
purestorage.flashblade: 1.8.1
95+
sensu.sensu_go: 1.12.0
96+
servicenow.servicenow: 1.0.6
97+
splunk.es: 1.0.2
98+
t_systems_mms.icinga_director: 1.24.0
99+
theforeman.foreman: 2.2.0
100+
vyos.vyos: 2.6.0
101+
wti.remote: 1.0.3

5/changelog.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
ancestor: 4.0.0
22
releases:
3+
5.0.1:
4+
changes:
5+
major_changes:
6+
- Raised python requirement of the ansible package from >=2.7 to >=3.8 to match ansible-core
7+
minor_changes:
8+
- A galaxy-requirements.yaml file has been added to `ansible-build-data <https://github.com/ansible-community/ansible-build-data/blob/main/5/galaxy-requirements.yaml>`_.
9+
This file can be downloaded and used to install the Ansible collections that are otherwise included in the Ansible package with ``ansible-galaxy collection install -r galaxy-requirements.yaml``.
10+
release_summary: 'Release Date: 2021-12-02
11+
12+
13+
`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
14+
release_date: '2021-11-30'
315
5.0.0:
416
changes:
517
release_summary: 'Release Date: 2021-11-30

0 commit comments

Comments
 (0)