Skip to content

Commit

Permalink
[9.0.0] Remove deprecated modules and features (ansible-collections#8198
Browse files Browse the repository at this point in the history
)

* Remove deprecated modules.

* Update BOTMETA.

* Update ignore.txt files.

* Bump collection version to 9.0.0.

* Change timeout from 10 to 60.

* Remove the alias autosubscribe of auto_attach.

* Change default of mode from compatibility to new.

* Remove deprecated classes.

* Remove mh.mixins.deps.DependencyMixin.

* Remove flowdock module.

* Remove proxmox_default_behavior option.

* Remove ack_* options.

* Remove deprecated command support.

* Change virtualenv behavior.

* Fix changelog.

* Remove imports of deprecated (and now removed) code.

* Fix tests.

* Fix sanity tests.

* Require Django 4.1.

* Use V() instead of C() for values.

Co-authored-by: Alexei Znamensky <[email protected]>

* django_manage: improve docs for release 9.0.0

* markup

* fix doc notes in cpanm

---------

Co-authored-by: Alexei Znamensky <[email protected]>
Co-authored-by: Alexei Znamensky <[email protected]>
  • Loading branch information
3 people authored and Massl123 committed Feb 7, 2025
1 parent e8d22df commit a040337
Show file tree
Hide file tree
Showing 59 changed files with 143 additions and 9,719 deletions.
46 changes: 0 additions & 46 deletions .github/BOTMETA.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,8 +532,6 @@ files:
maintainers: $team_flatpak
$modules/flatpak_remote.py:
maintainers: $team_flatpak
$modules/flowdock.py:
ignore: mcodd
$modules/gandi_livedns.py:
maintainers: gthiemonge
$modules/gconftool2.py:
Expand Down Expand Up @@ -1096,46 +1094,6 @@ files:
$modules/python_requirements_info.py:
ignore: ryansb
maintainers: willthames
$modules/rax:
ignore: ryansb sivel
$modules/rax.py:
maintainers: omgjlk sivel
$modules/rax_cbs.py:
maintainers: claco
$modules/rax_cbs_attachments.py:
maintainers: claco
$modules/rax_cdb.py:
maintainers: jails
$modules/rax_cdb_database.py:
maintainers: jails
$modules/rax_cdb_user.py:
maintainers: jails
$modules/rax_clb.py:
maintainers: claco
$modules/rax_clb_nodes.py:
maintainers: neuroid
$modules/rax_clb_ssl.py:
maintainers: smashwilson
$modules/rax_files.py:
maintainers: angstwad
$modules/rax_files_objects.py:
maintainers: angstwad
$modules/rax_identity.py:
maintainers: claco
$modules/rax_mon_alarm.py:
maintainers: smashwilson
$modules/rax_mon_check.py:
maintainers: smashwilson
$modules/rax_mon_entity.py:
maintainers: smashwilson
$modules/rax_mon_notification.py:
maintainers: smashwilson
$modules/rax_mon_notification_plan.py:
maintainers: smashwilson
$modules/rax_network.py:
maintainers: claco omgjlk
$modules/rax_queue.py:
maintainers: claco
$modules/read_csv.py:
maintainers: dagwieers
$modules/redfish_:
Expand Down Expand Up @@ -1300,8 +1258,6 @@ files:
maintainers: farhan7500 gautamphegde
$modules/ssh_config.py:
maintainers: gaqzi Akasurde
$modules/stackdriver.py:
maintainers: bwhaley
$modules/stacki_host.py:
labels: stacki_host
maintainers: bsanders bbyhuy
Expand Down Expand Up @@ -1394,8 +1350,6 @@ files:
maintainers: $team_wdc
$modules/wdc_redfish_info.py:
maintainers: $team_wdc
$modules/webfaction_:
maintainers: quentinsf
$modules/xattr.py:
labels: xattr
maintainers: bcoca
Expand Down
18 changes: 18 additions & 0 deletions changelogs/fragments/remove_deprecated.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
removed_features:
- "rax* modules, rax module utils, rax docs fragment - the Rackspace modules relied on the deprecated package ``pyrax`` and were thus removed (https://github.com/ansible-collections/community.general/pull/8198)."
- "stackdriver - this module relied on HTTPS APIs that do not exist anymore and was thus removed (https://github.com/ansible-collections/community.general/pull/8198)."
- "webfaction_* modules - these modules relied on HTTPS APIs that do not exist anymore and were thus removed (https://github.com/ansible-collections/community.general/pull/8198)."
- "flowdock - this module relied on HTTPS APIs that do not exist anymore and was thus removed (https://github.com/ansible-collections/community.general/pull/8198)."
- "redhat_subscription - the alias ``autosubscribe`` of the ``auto_attach`` option was removed (https://github.com/ansible-collections/community.general/pull/8198)."
- "redhat module utils - the classes ``Rhsm``, ``RhsmPool``, and ``RhsmPools`` have been removed (https://github.com/ansible-collections/community.general/pull/8198)."
- "mh.mixins.deps module utils - the ``DependencyMixin`` has been removed. Use the ``deps`` module utils instead (https://github.com/ansible-collections/community.general/pull/8198)."
- "proxmox - the ``proxmox_default_behavior`` option has been removed (https://github.com/ansible-collections/community.general/pull/8198)."
- "ansible_galaxy_install - the ``ack_ansible29`` and ``ack_min_ansiblecore211`` options have been removed. They no longer had any effect (https://github.com/ansible-collections/community.general/pull/8198)."
- "django_manage - support for the ``command`` values ``cleanup``, ``syncdb``, and ``validate`` were removed. Use ``clearsessions``, ``migrate``, and ``check`` instead, respectively (https://github.com/ansible-collections/community.general/pull/8198)."
deprecated_features:
- "django_manage - the ``ack_venv_creation_deprecation`` option has no more effect and will be removed from community.general 11.0.0 (https://github.com/ansible-collections/community.general/pull/8198)."
breaking_changes:
- "redfish_command, redfish_config, redfish_info - change the default for ``timeout`` from 10 to 60 (https://github.com/ansible-collections/community.general/pull/8198)."
- "cpanm - the default of the ``mode`` option changed from ``compatibility`` to ``new`` (https://github.com/ansible-collections/community.general/pull/8198)."
- "django_manage - the module will now fail if ``virtualenv`` is specified but no virtual environment exists at that location (https://github.com/ansible-collections/community.general/pull/8198)."
- "django_manage - the module now requires Django >= 4.1 (https://github.com/ansible-collections/community.general/pull/8198)."
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

namespace: community
name: general
version: 8.6.0
version: 9.0.0
readme: README.md
authors:
- Ansible (https://github.com/ansible)
Expand Down
140 changes: 70 additions & 70 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,109 +57,109 @@ plugin_routing:
removal_version: 10.0.0
warning_text: Use community.general.consul_token and/or community.general.consul_policy instead.
rax_cbs_attachments:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_cbs:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_cdb_database:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_cdb_user:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_cdb:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_clb_nodes:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_clb_ssl:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_clb:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_dns_record:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_dns:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_facts:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_files_objects:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_files:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_identity:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_keypair:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_meta:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_mon_alarm:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_mon_check:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_mon_entity:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_mon_notification_plan:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_mon_notification:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_network:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_queue:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_scaling_group:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rax_scaling_policy:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on the deprecated package pyrax.
warning_text: This module relied on the deprecated package pyrax.
rhn_channel:
deprecation:
removal_version: 10.0.0
Expand All @@ -171,9 +171,9 @@ plugin_routing:
warning_text: RHN is EOL, please contact the community.general maintainers
if still using this; see the module documentation for more details.
stackdriver:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on HTTPS APIs that do not exist anymore,
warning_text: This module relied on HTTPS APIs that do not exist anymore,
and any new development in the direction of providing an alternative should
happen in the context of the google.cloud collection.
ali_instance_facts:
Expand Down Expand Up @@ -237,9 +237,9 @@ plugin_routing:
docker_volume_info:
redirect: community.docker.docker_volume_info
flowdock:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on HTTPS APIs that do not exist anymore and
warning_text: This module relied on HTTPS APIs that do not exist anymore and
there is no clear path to update.
foreman:
tombstone:
Expand Down Expand Up @@ -727,39 +727,39 @@ plugin_routing:
removal_version: 3.0.0
warning_text: Use community.general.vertica_info instead.
webfaction_app:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on HTTPS APIs that do not exist anymore and
warning_text: This module relied on HTTPS APIs that do not exist anymore and
there is no clear path to update.
webfaction_db:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on HTTPS APIs that do not exist anymore and
warning_text: This module relied on HTTPS APIs that do not exist anymore and
there is no clear path to update.
webfaction_domain:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on HTTPS APIs that do not exist anymore and
warning_text: This module relied on HTTPS APIs that do not exist anymore and
there is no clear path to update.
webfaction_mailbox:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on HTTPS APIs that do not exist anymore and
warning_text: This module relied on HTTPS APIs that do not exist anymore and
there is no clear path to update.
webfaction_site:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module relies on HTTPS APIs that do not exist anymore and
warning_text: This module relied on HTTPS APIs that do not exist anymore and
there is no clear path to update.
xenserver_guest_facts:
tombstone:
removal_version: 3.0.0
warning_text: Use community.general.xenserver_guest_info instead.
doc_fragments:
rackspace:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This doc fragment is used by rax modules, that rely on the deprecated
warning_text: This doc fragment was used by rax modules, that relied on the deprecated
package pyrax.
_gcp:
redirect: community.google._gcp
Expand All @@ -777,9 +777,9 @@ plugin_routing:
redirect: community.postgresql.postgresql
module_utils:
rax:
deprecation:
tombstone:
removal_version: 9.0.0
warning_text: This module util relies on the deprecated package pyrax.
warning_text: This module util relied on the deprecated package pyrax.
docker.common:
redirect: community.docker.common
docker.swarm:
Expand Down
Loading

0 comments on commit a040337

Please sign in to comment.