Skip to content

Commit

Permalink
Release 0.59.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Nov 14, 2023
1 parent ddd5883 commit 3e4588c
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 28 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,27 @@ antsibull -- Ansible Build Scripts Release Notes
.. contents:: Topics


v0.59.0
=======

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

Feature release for the upcoming Ansible 9.0.0rc1 release.

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

- ``ansible`` python metadata - remove links specific to ``ansible-core`` and add links to the Ansible forum and the ``ansible-build-data`` repository (https://github.com/ansible-community/antsibull/pull/558).
- build-release role - add ``changed_when: false`` to validate-tags task (https://github.com/ansible-community/antsibulll/pull/557).
- build-release role - add a test to ensure that Python files in the ansible package successfully compile (https://github.com/ansible-community/antsibull/pull/552).
- build-release role - directly install the wheel when running tests (https://github.com/ansible-community/antsibull/pull/553).

Bugfixes
--------

- Fix regression in ``validate-tags`` subcommand argument validation that caused a traceback (https://github.com/ansible-community/antsibull/pull/51).

v0.58.0
=======

Expand Down
22 changes: 22 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,28 @@ releases:
- 541-pypi-url.yml
- 546-constraints.yml
release_date: '2023-09-27'
0.59.0:
changes:
bugfixes:
- Fix regression in ``validate-tags`` subcommand argument validation that caused
a traceback (https://github.com/ansible-community/antsibull/pull/51).
minor_changes:
- '``ansible`` python metadata - remove links specific to ``ansible-core`` and
add links to the Ansible forum and the ``ansible-build-data`` repository (https://github.com/ansible-community/antsibull/pull/558).'
- 'build-release role - add ``changed_when: false`` to validate-tags task (https://github.com/ansible-community/antsibulll/pull/557).'
- build-release role - add a test to ensure that Python files in the ansible
package successfully compile (https://github.com/ansible-community/antsibull/pull/552).
- build-release role - directly install the wheel when running tests (https://github.com/ansible-community/antsibull/pull/553).
release_summary: Feature release for the upcoming Ansible 9.0.0rc1 release.
fragments:
- 0.59.0.yml
- 549-2.10-removal.yml
- 551-validate-tags-fix.yaml
- 552-compileall.yaml
- 553-release-wheel-test.yaml
- 557-changed-when-vt.yaml
- 558-classifiers2.yaml
release_date: '2023-11-14'
0.6.0:
release_date: '2020-06-03'
0.7.0:
Expand Down
3 changes: 0 additions & 3 deletions changelogs/fragments/0.59.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/549-2.10-removal.yml

This file was deleted.

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

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/552-compileall.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/553-release-wheel-test.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/557-changed-when-vt.yaml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/558-classifiers2.yaml

This file was deleted.

0 comments on commit 3e4588c

Please sign in to comment.