Skip to content

Commit

Permalink
Release 0.65.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
gotmax23 committed Sep 14, 2024
1 parent 72c1fcc commit d3019ae
Show file tree
Hide file tree
Showing 8 changed files with 267 additions and 193 deletions.
383 changes: 210 additions & 173 deletions CHANGELOG.md

Large diffs are not rendered by default.

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

.. contents:: Topics

v0.65.0
=======

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

Bugfix and feature release with breaking changes

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

- Add dependency on antsibull-fileutils. Some functionality from antsibull-core is moving there, so we can use it from there directly (https://github.com/ansible-community/antsibull/pull/619).
- Add subcommand ``lint-build-data`` for linting build data in ``ansible-build-data`` (https://github.com/ansible-community/antsibull/pull/617).
- Remove the mention of mailing lists from the Ansible README (https://github.com/ansible-community/antsibull/pull/613).

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

- Antsibull now depends on antsibull-core >= 3.1.0 and pydantic >= 2.0.0 (https://github.com/ansible-community/antsibull/pull/617, https://github.com/ansible-community/antsibull/pull/620).

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

- The ``announcements --send`` command no longer attempts to send mails to the mailing lists, which have been sunset (https://github.com/ansible-community/antsibull/pull/613).

Bugfixes
--------

- Add explicit dependency on PyYAML, since we directly use it (https://github.com/ansible-community/antsibull/pull/619).
- announcements - fix link to ansible-core changelog in the Ansible package release announcement template (https://github.com/ansible-community/antsibull/pull/621).

v0.64.0
=======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -899,3 +899,29 @@ releases:
- 610-pyre.yml
- 611-argcomplete.yml
release_date: '2024-08-17'
0.65.0:
changes:
breaking_changes:
- Antsibull now depends on antsibull-core >= 3.1.0 and pydantic >= 2.0.0 (https://github.com/ansible-community/antsibull/pull/617,
https://github.com/ansible-community/antsibull/pull/620).
bugfixes:
- Add explicit dependency on PyYAML, since we directly use it (https://github.com/ansible-community/antsibull/pull/619).
- announcements - fix link to ansible-core changelog in the Ansible package
release announcement template (https://github.com/ansible-community/antsibull/pull/621).
minor_changes:
- Add dependency on antsibull-fileutils. Some functionality from antsibull-core
is moving there, so we can use it from there directly (https://github.com/ansible-community/antsibull/pull/619).
- Add subcommand ``lint-build-data`` for linting build data in ``ansible-build-data``
(https://github.com/ansible-community/antsibull/pull/617).
- Remove the mention of mailing lists from the Ansible README (https://github.com/ansible-community/antsibull/pull/613).
release_summary: Bugfix and feature release with breaking changes
removed_features:
- The ``announcements --send`` command no longer attempts to send mails to
the mailing lists, which have been sunset (https://github.com/ansible-community/antsibull/pull/613).
fragments:
- 0.65.0.yml
- 613-mailing-list-removal.yml
- 617-collection-meta-linter.yml
- 619-antsibull-fileutils.yml
- 621-forum-heading.yaml
release_date: '2024-09-14'
1 change: 0 additions & 1 deletion changelogs/fragments/0.65.0.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/613-mailing-list-removal.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/617-collection-meta-linter.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/619-antsibull-fileutils.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/621-forum-heading.yaml

This file was deleted.

0 comments on commit d3019ae

Please sign in to comment.