Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ansible 9 build directory and remove excluded collections #235

Merged
merged 5 commits into from
Jun 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/antsibull-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- name: Ansible 8
ansible_version: 8.99.0
ansible_major_version: 8
- name: Ansible 9
ansible_version: 9.99.0
ansible_major_version: 9

steps:
- name: Check out antsibull
Expand Down
1 change: 1 addition & 0 deletions 9/ancestor.deps
102 changes: 102 additions & 0 deletions 9/ansible.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
amazon.aws
ansible.netcommon
ansible.posix
ansible.utils
ansible.windows
arista.eos
awx.awx
azure.azcollection
check_point.mgmt
chocolatey.chocolatey
cisco.aci
cisco.asa
cisco.dnac
cisco.intersight
cisco.ios
cisco.iosxr
cisco.ise
cisco.meraki
cisco.mso
cisco.nxos
cisco.ucs
cloud.common
cloudscale_ch.cloud
community.aws
community.azure
community.ciscosmb
community.crypto
community.digitalocean
community.dns
community.docker
community.general
community.grafana
community.hashi_vault
community.hrobot
community.libvirt
community.mongodb
community.mysql
community.network
community.okd
community.postgresql
community.proxysql
community.rabbitmq
community.routeros
community.sap
community.sap_libs
community.sops
community.vmware
community.windows
community.zabbix
containers.podman
cyberark.conjur
cyberark.pas
dellemc.enterprise_sonic
dellemc.openmanage
dellemc.powerflex
dellemc.unity
f5networks.f5_modules
fortinet.fortimanager
fortinet.fortios
frr.frr
gluster.gluster
google.cloud
grafana.grafana
hetzner.hcloud
hpe.nimble
ibm.qradar
ibm.spectrum_virtualize
infinidat.infinibox
infoblox.nios_modules
inspur.ispim
inspur.sm
junipernetworks.junos
kubernetes.core
lowlydba.sqlserver
microsoft.ad
netapp.aws
netapp.azure
netapp.cloudmanager
netapp.elementsw
netapp_eseries.santricity
netapp.ontap
netapp.storagegrid
netapp.um_info
netbox.netbox
ngine_io.cloudstack
ngine_io.exoscale
ngine_io.vultr
openstack.cloud
openvswitch.openvswitch
ovirt.ovirt
purestorage.flasharray
purestorage.flashblade
purestorage.fusion
sensu.sensu_go
servicenow.servicenow
splunk.es
theforeman.foreman
t_systems_mms.icinga_director
vmware.vmware_rest
vultr.cloud
vyos.vyos
wti.remote
17 changes: 17 additions & 0 deletions 9/changelog.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
ancestor: 8.0.0
releases:
9.0.0a1:
changes:
removed_features:
- "``cisco.nso`` was considered unmaintained and removed from Ansible 9 as per the
`removal from Ansible process <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#unmaintained-collections>`_.
Users can still install this collection with ``ansible-galaxy collection install cisco.nso``."
- "``community.fortios`` was considered unmaintained and removed from Ansible 9 as per the
`removal from Ansible process <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#unmaintained-collections>`_.
Users can still install this collection with ``ansible-galaxy collection install community.fortios``."
- "``community.google`` was considered unmaintained and removed from Ansible 9 as per the
`removal from Ansible process <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#unmaintained-collections>`_.
Users can still install this collection with ``ansible-galaxy collection install community.google``."
- "``community.skydive`` was considered unmaintained and removed from Ansible 9 as per the
`removal from Ansible process <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#unmaintained-collections>`_.
Users can still install this collection with ``ansible-galaxy collection install community.skydive``."
Loading