mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Remove deprecated features scheduled for removal in 3.0.0 (#1926)
* Remove deprecated features. * Remove ignore.txt entries. * Update changelogs/fragments/remove-deprecated-features.yml Co-authored-by: Joe Adams <adams10301@gmail.com> Co-authored-by: Joe Adams <adams10301@gmail.com>
This commit is contained in:
parent
1ca9229c66
commit
36daa7c48e
16 changed files with 58 additions and 208 deletions
16
changelogs/fragments/remove-deprecated-features.yml
Normal file
16
changelogs/fragments/remove-deprecated-features.yml
Normal file
|
@ -0,0 +1,16 @@
|
|||
removed_features:
|
||||
- "airbrake_deployment - removed deprecated ``token`` parameter. Use ``project_id`` and ``project_key`` instead."
|
||||
- "bigpanda - the alias ``message`` has been removed. Use ``deployment_message`` instead."
|
||||
- "cisco_spark, cisco_webex - the alias ``message`` has been removed. Use ``msg`` instead."
|
||||
- "clc_aa_policy - the ``wait`` parameter has been removed. It did not have any effect."
|
||||
- "datadog_monitor - the alias ``message`` has been removed. Use ``notification_message`` instead."
|
||||
- "django_manage - the parameter ``liveserver`` has been removed."
|
||||
- "idrac_redfish_config - the parameters ``manager_attribute_name`` and ``manager_attribute_value`` have been removed. Use ``manager_attributes`` instead."
|
||||
- "iso_extract - the alias ``thirsty`` has been removed. Use ``force`` instead."
|
||||
- "redfish_config - the parameters ``bios_attribute_name`` and ``bios_attribute_value`` have been removed. Use ``bios_attributes`` instead."
|
||||
- "syspatch - the ``apply`` parameter has been removed. This is the default mode, so simply removing it will not change the behavior."
|
||||
- "xbps - the ``force`` parameter has been removed. It did not have any effect."
|
||||
- "redfish modules - issuing a data modification command without specifying the ID of the target System, Chassis or Manager resource when there is more than one is no longer allowed. Use the ``resource_id`` option to specify the target ID."
|
||||
- "pulp_repo - the alias ``ca_cert`` has been removed. Use ``feed_ca_cert`` instead."
|
||||
- "pulp_repo - the ``feed_client_cert`` parameter no longer defaults to the value of the ``client_cert`` parameter."
|
||||
- "pulp_repo - the ``feed_client_key`` parameter no longer defaults to the value of the ``client_key`` parameter."
|
Loading…
Add table
Add a link
Reference in a new issue