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

Re-add google.cloud to Ansible 8 #201

Merged
merged 2 commits into from
Feb 16, 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
7 changes: 7 additions & 0 deletions 7/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,10 @@ releases:

`Porting Guide <https://docs.ansible.com/ansible/devel/porting_guides.html>`_'
release_date: '2023-01-31'
7.3.0:
changes:
deprecated_features:
- Since the google.cloud collection seems to be maintained again, we
`cancelled the removal process <https://github.com/ansible-collections/overview/blob/main/removal_from_ansible.rst#cancelling-removal-of-an-unmaintained-collection>`__.
So contrary to an earlier announcement, this collection is NOT deprecated and will NOT be removed from Ansible 8
(https://github.com/ansible-community/community-topics/issues/105).
1 change: 1 addition & 0 deletions 8/ansible.in
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fortinet.fortimanager
fortinet.fortios
frr.frr
gluster.gluster
google.cloud
grafana.grafana
hetzner.hcloud
hpe.nimble
Expand Down
3 changes: 0 additions & 3 deletions 8/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ releases:
8.0.0a1:
changes:
removed_features:
- "``google.cloud`` was considered unmaintained and removed from Ansible 8 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 google.cloud``."
- "``mellanox.onyx`` was considered unmaintained and removed from Ansible 8 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 mellanox.onyx``."
Expand Down
2 changes: 2 additions & 0 deletions 8/collection-meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ collections:
repository: https://github.com/ansible-collections/frr.frr
gluster.gluster:
repository: https://github.com/gluster/gluster-ansible-collection
google.cloud:
repository: https://github.com/ansible-collections/google.cloud
hetzner.hcloud:
repository: https://github.com/ansible-collections/hetzner.hcloud
ibm.qradar:
Expand Down