Skip to content

Commit 629fbb5

Browse files
committed
Release 0.42.0b1.
1 parent 8c50b29 commit 629fbb5

9 files changed

+54
-15
lines changed

CHANGELOG.rst

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

77

8+
v0.42.0b1
9+
=========
10+
11+
Release Summary
12+
---------------
13+
14+
Beta release to allow merging of https://github.com/ansible/ansible/pull/74963.
15+
16+
Major Changes
17+
-------------
18+
19+
- Building Ansible 6+ now builds wheels next to the source tarball (https://github.com/ansible-community/antsibull/pull/394).
20+
- Remove Ansible 2.9 / ansible-base 2.10 checks from ``setup.py`` for Ansible 6 so that we can finally ship wheels. This change is only active for Ansible 6 (https://github.com/ansible-community/antsibull/pull/394).
21+
22+
Minor Changes
23+
-------------
24+
25+
- Change more references to ansible-base to ansible-core in the code (https://github.com/ansible-community/antsibull/pull/398).
26+
- Mention the ``ansible-core`` major version in the Ansible porting guide (https://github.com/ansible-community/antsibull/pull/397).
27+
- Redo attributes table using the same structure as the options and return value table. This improves its look and adds a linking mechanism (https://github.com/ansible-community/antsibull/pull/401).
28+
29+
Bugfixes
30+
--------
31+
32+
- Fix filename of mentioned ansible-core porting guide in Ansible's porting guide introductionary comment (https://github.com/ansible-community/antsibull/pull/398).
33+
- anstibull-docs will no longer traceback when it tries to process plugins not found in its own constant but are available in ansible-core (https://github.com/ansible-community/antsibull/pull/404).
34+
835
v0.41.0
936
=======
1037

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,33 @@ releases:
222222
- 392-sphinx-init-theme.yml
223223
- 393-fail-on-error.yml
224224
release_date: '2022-02-01'
225+
0.42.0b1:
226+
changes:
227+
bugfixes:
228+
- Fix filename of mentioned ansible-core porting guide in Ansible's porting
229+
guide introductionary comment (https://github.com/ansible-community/antsibull/pull/398).
230+
- anstibull-docs will no longer traceback when it tries to process plugins not
231+
found in its own constant but are available in ansible-core (https://github.com/ansible-community/antsibull/pull/404).
232+
major_changes:
233+
- Building Ansible 6+ now builds wheels next to the source tarball (https://github.com/ansible-community/antsibull/pull/394).
234+
- Remove Ansible 2.9 / ansible-base 2.10 checks from ``setup.py`` for Ansible
235+
6 so that we can finally ship wheels. This change is only active for Ansible
236+
6 (https://github.com/ansible-community/antsibull/pull/394).
237+
minor_changes:
238+
- Change more references to ansible-base to ansible-core in the code (https://github.com/ansible-community/antsibull/pull/398).
239+
- Mention the ``ansible-core`` major version in the Ansible porting guide (https://github.com/ansible-community/antsibull/pull/397).
240+
- Redo attributes table using the same structure as the options and return value
241+
table. This improves its look and adds a linking mechanism (https://github.com/ansible-community/antsibull/pull/401).
242+
release_summary: Beta release to allow merging of https://github.com/ansible/ansible/pull/74963.
243+
fragments:
244+
- 0.42.0b1.yml
245+
- 394-setup.py-collision.yml
246+
- 395-wheels.yml
247+
- 397-ansible-core-version-in-porting-guide.yml
248+
- 398-core.yml
249+
- 401-attributes.yml
250+
- 404_not_found.yml
251+
release_date: '2022-02-23'
225252
0.5.0:
226253
release_date: '2020-06-02'
227254
0.6.0:

changelogs/fragments/0.42.0b1.yml

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/fragments/394-setup.py-collision.yml

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

changelogs/fragments/395-wheels.yml

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

changelogs/fragments/397-ansible-core-version-in-porting-guide.yml

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

changelogs/fragments/398-core.yml

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

changelogs/fragments/401-attributes.yml

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

changelogs/fragments/404_not_found.yml

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

0 commit comments

Comments
 (0)