Skip to content

Commit

Permalink
add changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Jan 22, 2024
1 parent 14fa222 commit 804e3f7
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions changelogs/fragments/130-old-ansible-rm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
breaking_changes:
- "Drop support for building Ansible versions less than 6.0.0
(https://github.com/ansible-community/antsibull-core/pull/132)."
removed_features:
- "``ansible_core`` - remove ``get_ansible_core_package_name()`` function.
This is no longer necessary now that support for ansible-base has been dropped
(https://github.com/ansible-community/antsibull-core/pull/132)."
- "``ansible_core`` - remove ansible-core/ansible-base normalization in
``AnsibleCorePyPiClient``. Data retrieval is only supported for ``ansible-core``
(https://github.com/ansible-community/antsibull-core/pull/132)."
- "``dependency_files`` - drop support for ``_ansible_base_version`` and
``_acd_version`` in pieces files. ``_ansible_core_version`` and
``_ansible_version``, respectively, should be used instead
(https://github.com/ansible-community/antsibull-core/pull/132)."

0 comments on commit 804e3f7

Please sign in to comment.