Skip to content

Commit

Permalink
Release 0.52.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Dec 7, 2022
1 parent 4e4b479 commit 9e5643e
Show file tree
Hide file tree
Showing 7 changed files with 59 additions and 18 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,35 @@ antsibull -- Ansible Build Scripts Release Notes
.. contents:: Topics


v0.52.0
=======

Release Summary
---------------

Major feature and bugfix release with breaking changes.

Minor Changes
-------------

- Add a ``validate-tags`` subcommand to ensure that collection versions in an Ansible release are tagged in collections' respective git repositories (https://github.com/ansible-community/antsibull/pull/456).
- Make compatible with antsibull-core 2.x.y (https://github.com/ansible-community/antsibull/pull/463).

Breaking Changes / Porting Guide
--------------------------------

- Drops support for Python 3.6 an 3.7 (https://github.com/ansible-community/antsibull/issues/458, https://github.com/ansible-community/antsibull/pull/460).
- The antsibull-docs dependency has been removed (https://github.com/ansible-community/antsibull/pull/451).

Removed Features (previously deprecated)
----------------------------------------

- The deprecated ``antsibull-lint`` subcommands have been removed. Use ``antsibull-changelog lint-changelog-yaml`` or ``antsibull-docs lint-collection-docs`` depending on your use-case (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``build-collection`` subcommand of ``antsibull-build`` has been removed. Use ``collection`` instead (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``build-multiple`` subcommand of ``antsibull-build`` has been removed. Use ``multiple`` instead (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``build-single`` subcommand of ``antsibull-build`` has been removed. Use ``single`` instead (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``new-acd`` subcommand of ``antsibull-build`` has been removed. Use ``new-ansible`` instead (https://github.com/ansible-community/antsibull/pull/451).

v0.51.2
=======

Expand Down
30 changes: 30 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,36 @@ releases:
- 459-asyncio.run-compat.yml
- 461-collection-dir.yml
release_date: '2022-11-23'
0.52.0:
changes:
breaking_changes:
- Drops support for Python 3.6 an 3.7 (https://github.com/ansible-community/antsibull/issues/458,
https://github.com/ansible-community/antsibull/pull/460).
- The antsibull-docs dependency has been removed (https://github.com/ansible-community/antsibull/pull/451).
minor_changes:
- Add a ``validate-tags`` subcommand to ensure that collection versions in an
Ansible release are tagged in collections' respective git repositories (https://github.com/ansible-community/antsibull/pull/456).
- Make compatible with antsibull-core 2.x.y (https://github.com/ansible-community/antsibull/pull/463).
release_summary: Major feature and bugfix release with breaking changes.
removed_features:
- The deprecated ``antsibull-lint`` subcommands have been removed. Use ``antsibull-changelog
lint-changelog-yaml`` or ``antsibull-docs lint-collection-docs`` depending
on your use-case (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``build-collection`` subcommand of ``antsibull-build`` has
been removed. Use ``collection`` instead (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``build-multiple`` subcommand of ``antsibull-build`` has been
removed. Use ``multiple`` instead (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``build-single`` subcommand of ``antsibull-build`` has been
removed. Use ``single`` instead (https://github.com/ansible-community/antsibull/pull/451).
- The deprecated ``new-acd`` subcommand of ``antsibull-build`` has been removed.
Use ``new-ansible`` instead (https://github.com/ansible-community/antsibull/pull/451).
fragments:
- 0.52.0.yml
- 456-validate-tags.yaml
- 460-drop-python-3.6-3.7.yml
- 463-antsibull-core.yml
- removals.yml
release_date: '2022-12-07'
0.6.0:
release_date: '2020-06-03'
0.7.0:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/0.52.0.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/456-validate-tags.yaml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/460-drop-python-3.6-3.7.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/463-antsibull-core.yml

This file was deleted.

8 changes: 0 additions & 8 deletions changelogs/fragments/removals.yml

This file was deleted.

0 comments on commit 9e5643e

Please sign in to comment.