Skip to content

Commit

Permalink
Release 0.54.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Feb 24, 2023
1 parent dc03c15 commit 84b4225
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 9 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,30 @@ antsibull -- Ansible Build Scripts Release Notes
.. contents:: Topics


v0.54.0
=======

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

New release with features, bugfixes, and breaking changes.

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

- Drop support for Python 3.8 (https://github.com/ansible-community/antsibull/pull/465).

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

- Removed the ``antsibull-lint`` command line utility. It had no functionality anymore for some time now (https://github.com/ansible-community/antsibull/pull/466).

Bugfixes
--------

- Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also explicitly declare the dependencies on ``packaging``, ``semantic_version``, ``aiofiles``, ``aiohttp``, and ``twiggy`` (https://github.com/ansible-community/antsibull/pull/487).
- Fix broken ansible-build-data repository link in ansible package README (https://github.com/ansible-community/antsibull/pull/485).

v0.53.0
=======

Expand Down
20 changes: 20 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,26 @@ releases:
- 482-changelog-yaml-parsing-handling.yml
- correct-classifiers.yaml
release_date: '2023-01-30'
0.54.0:
changes:
breaking_changes:
- Drop support for Python 3.8 (https://github.com/ansible-community/antsibull/pull/465).
bugfixes:
- Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also
explicitly declare the dependencies on ``packaging``, ``semantic_version``,
``aiofiles``, ``aiohttp``, and ``twiggy`` (https://github.com/ansible-community/antsibull/pull/487).
- Fix broken ansible-build-data repository link in ansible package README (https://github.com/ansible-community/antsibull/pull/485).
release_summary: New release with features, bugfixes, and breaking changes.
removed_features:
- Removed the ``antsibull-lint`` command line utility. It had no functionality
anymore for some time now (https://github.com/ansible-community/antsibull/pull/466).
fragments:
- 0.54.0.yml
- 465-drop-python3.8.yml
- 466-remove-antsibull-lint.yml
- 485-fix-broken-ansible-build-data-link.yml
- 487-sh.yml
release_date: '2023-02-24'
0.6.0:
release_date: '2020-06-03'
0.7.0:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/0.54.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/465-drop-python3.8.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/466-remove-antsibull-lint.yml

This file was deleted.

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/487-sh.yml

This file was deleted.

0 comments on commit 84b4225

Please sign in to comment.