Skip to content

Commit 3e4588c

Browse files
committed
Release 0.59.0.
1 parent ddd5883 commit 3e4588c

9 files changed

+43
-28
lines changed

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ antsibull -- Ansible Build Scripts Release Notes
55
.. contents:: Topics
66

77

8+
v0.59.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Feature release for the upcoming Ansible 9.0.0rc1 release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- ``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).
20+
- build-release role - add ``changed_when: false`` to validate-tags task (https://github.com/ansible-community/antsibulll/pull/557).
21+
- 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).
22+
- build-release role - directly install the wheel when running tests (https://github.com/ansible-community/antsibull/pull/553).
23+
24+
Bugfixes
25+
--------
26+
27+
- Fix regression in ``validate-tags`` subcommand argument validation that caused a traceback (https://github.com/ansible-community/antsibull/pull/51).
28+
829
v0.58.0
930
=======
1031

changelogs/changelog.yaml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,28 @@ releases:
717717
- 541-pypi-url.yml
718718
- 546-constraints.yml
719719
release_date: '2023-09-27'
720+
0.59.0:
721+
changes:
722+
bugfixes:
723+
- Fix regression in ``validate-tags`` subcommand argument validation that caused
724+
a traceback (https://github.com/ansible-community/antsibull/pull/51).
725+
minor_changes:
726+
- '``ansible`` python metadata - remove links specific to ``ansible-core`` and
727+
add links to the Ansible forum and the ``ansible-build-data`` repository (https://github.com/ansible-community/antsibull/pull/558).'
728+
- 'build-release role - add ``changed_when: false`` to validate-tags task (https://github.com/ansible-community/antsibulll/pull/557).'
729+
- build-release role - add a test to ensure that Python files in the ansible
730+
package successfully compile (https://github.com/ansible-community/antsibull/pull/552).
731+
- build-release role - directly install the wheel when running tests (https://github.com/ansible-community/antsibull/pull/553).
732+
release_summary: Feature release for the upcoming Ansible 9.0.0rc1 release.
733+
fragments:
734+
- 0.59.0.yml
735+
- 549-2.10-removal.yml
736+
- 551-validate-tags-fix.yaml
737+
- 552-compileall.yaml
738+
- 553-release-wheel-test.yaml
739+
- 557-changed-when-vt.yaml
740+
- 558-classifiers2.yaml
741+
release_date: '2023-11-14'
720742
0.6.0:
721743
release_date: '2020-06-03'
722744
0.7.0:

changelogs/fragments/0.59.0.yml

Lines changed: 0 additions & 3 deletions
This file was deleted.

changelogs/fragments/549-2.10-removal.yml

Lines changed: 0 additions & 2 deletions
This file was deleted.

changelogs/fragments/551-validate-tags-fix.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/fragments/552-compileall.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

changelogs/fragments/553-release-wheel-test.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/557-changed-when-vt.yaml

Lines changed: 0 additions & 4 deletions
This file was deleted.

changelogs/fragments/558-classifiers2.yaml

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)