Skip to content

Commit

Permalink
Release 0.60.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Feb 15, 2024
1 parent 3ad714d commit baa0946
Show file tree
Hide file tree
Showing 12 changed files with 233 additions and 172 deletions.
298 changes: 165 additions & 133 deletions CHANGELOG.md

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ antsibull -- Ansible Build Scripts Release Notes

.. contents:: Topics

v0.60.0
=======

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

Bugfix and feature release

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

- Add a ``sanity-tests`` subcommand to run sanity tests accross the collection tree created by ``verify-upstreams`` and display the results (https://github.com/ansible-community/antsibull/pull/556).
- Add a ``verify-upstreams`` subcommand to ensure that files in a collections' Galaxy collection artifact match its upstream repository (https://github.com/ansible-community/antsibull/pull/556).
- Add new ``antsibull-build announcements`` command to generate release announcement text (https://github.com/ansible-community/antsibull/pull/573).
- Add new ``antsibull-build send-announcements`` command to interactively send release announcements. Make sure to install ``pyperclip`` with ``pip install antsibull[clipboard]`` to fully take advantage of its functionality (https://github.com/ansible-community/antsibull/pull/573).
- Add support for the latest antsibull-core v3 pre-release, ``3.0.0a1`` (https://github.com/ansible-community/antsibull/pull/586).
- Adjust the ``pip install antsibull`` call in the ``build-ansible.sh`` script added to the ``ansible`` source distribution to use the version of antsibull used to build the ansible release (https://github.com/ansible-community/antsibull/pull/563).
- Change the license from ``GPL-3.0-or-later`` to ``GPL-3.0-or-later AND Python-2.0.1``. Antsibull now contains a small amount of code derived from CPython (https://github.com/ansible-community/antsibull/pull/556).
- Explicitly set up Galaxy context instead of relying on deprecated functionality from antsibull-core (https://github.com/ansible-community/antsibull/pull/570).
- The Ansible changelog is now generated both in MarkDown and ReStructuredText (https://github.com/ansible-community/antsibull/pull/576).
- The dependency on antsibull-changelog has been bumped to 0.24.0 or later (https://github.com/ansible-community/antsibull/pull/576).
- ``ansible`` package README - add a link to the ``ansible-build-data`` issue tracker (https://github.com/ansible-community/antsibull/pull/554).

Bugfixes
--------

- Use certain fields from library context instead of app context that are deprecated in the app context and are removed from antsibull-core 3.0.0 (https://github.com/ansible-community/antsibull/pull/569).

v0.59.1
=======

Expand Down
40 changes: 40 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -752,6 +752,46 @@ releases:
release_date: '2023-11-21'
0.6.0:
release_date: '2020-06-03'
0.60.0:
changes:
bugfixes:
- Use certain fields from library context instead of app context that are deprecated
in the app context and are removed from antsibull-core 3.0.0 (https://github.com/ansible-community/antsibull/pull/569).
minor_changes:
- Add a ``sanity-tests`` subcommand to run sanity tests accross the collection
tree created by ``verify-upstreams`` and display the results (https://github.com/ansible-community/antsibull/pull/556).
- Add a ``verify-upstreams`` subcommand to ensure that files in a collections'
Galaxy collection artifact match its upstream repository (https://github.com/ansible-community/antsibull/pull/556).
- Add new ``antsibull-build announcements`` command to generate release announcement
text (https://github.com/ansible-community/antsibull/pull/573).
- Add new ``antsibull-build send-announcements`` command to interactively send
release announcements. Make sure to install ``pyperclip`` with ``pip install
antsibull[clipboard]`` to fully take advantage of its functionality (https://github.com/ansible-community/antsibull/pull/573).
- Add support for the latest antsibull-core v3 pre-release, ``3.0.0a1`` (https://github.com/ansible-community/antsibull/pull/586).
- Adjust the ``pip install antsibull`` call in the ``build-ansible.sh`` script
added to the ``ansible`` source distribution to use the version of antsibull
used to build the ansible release (https://github.com/ansible-community/antsibull/pull/563).
- Change the license from ``GPL-3.0-or-later`` to ``GPL-3.0-or-later AND Python-2.0.1``.
Antsibull now contains a small amount of code derived from CPython (https://github.com/ansible-community/antsibull/pull/556).
- Explicitly set up Galaxy context instead of relying on deprecated functionality
from antsibull-core (https://github.com/ansible-community/antsibull/pull/570).
- The Ansible changelog is now generated both in MarkDown and ReStructuredText
(https://github.com/ansible-community/antsibull/pull/576).
- The dependency on antsibull-changelog has been bumped to 0.24.0 or later (https://github.com/ansible-community/antsibull/pull/576).
- '``ansible`` package README - add a link to the ``ansible-build-data`` issue
tracker (https://github.com/ansible-community/antsibull/pull/554).'
release_summary: Bugfix and feature release
fragments:
- 0.60.0.yml
- 554-readme2.yaml
- 556-verify-upstream.yaml
- 563-version-build-ansible.yml
- 569-context.yml
- 570-galaxy-context.yml
- 573-announcement.yaml
- 576-markdown.yml
- 586-core-3.0.0a1.yaml
release_date: '2024-02-14'
0.7.0:
release_date: '2020-06-04'
0.8.0:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/0.60.0.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/554-readme2.yaml

This file was deleted.

11 changes: 0 additions & 11 deletions changelogs/fragments/556-verify-upstream.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/563-version-build-ansible.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/569-context.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/570-galaxy-context.yml

This file was deleted.

9 changes: 0 additions & 9 deletions changelogs/fragments/573-announcement.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/fragments/576-markdown.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/586-core-3.0.0a1.yaml

This file was deleted.

0 comments on commit baa0946

Please sign in to comment.