Skip to content

Commit 8b29724

Browse files
committed
Release 0.41.0.
1 parent 2a211c6 commit 8b29724

11 files changed

+61
-22
lines changed

CHANGELOG.rst

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

77

8+
v0.41.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Feature and bugfix release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Add ``--fail-on-error`` to all antsibull-docs subcommands for usage in CI (https://github.com/ansible-community/antsibull/pull/393).
20+
- Allow to select a different Sphinx theme for ``antsibull-docs sphinx-init`` with the new ``--sphinx-theme`` option (https://github.com/ansible-community/antsibull/pull/392).
21+
- Fully implement ``antsibull-docs collection``. So far ``--current`` was required (https://github.com/ansible-community/antsibull/pull/383).
22+
- Mention the plugin type more prominently in the documentation (https://github.com/ansible-community/antsibull/pull/364).
23+
- Remove email addresses and ``(!UNKNOWN)`` from plugin and role author names (https://github.com/ansible-community/antsibull/pull/389).
24+
- Support new ``keyword`` field in plugin documentations (https://github.com/ansible-community/antsibull/pull/329).
25+
- The ``conf.py`` generated by ``antsibull-docs sphinx-init`` will be set to try resolving intersphinx references to Ansible's ``devel`` docs instead of a concrete Ansible version (https://github.com/ansible-community/antsibull/pull/391).
26+
27+
Bugfixes
28+
--------
29+
30+
- If plugin parsing fails for ``antsibull-docs plugin``, handle this more gracefully (https://github.com/ansible-community/antsibull/pull/393).
31+
- Improve error message when plugin specified for ``antsibull-docs plugin`` cannot be found (https://github.com/ansible-community/antsibull/pull/383).
32+
- When using ``--use-html-blobs``, malformed HTML was generated for parameter aliases (https://github.com/ansible-community/antsibull/pull/388).
33+
834
v0.40.2
935
=======
1036

changelogs/changelog.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,41 @@ releases:
187187
- 384-help.yml
188188
- 386-fix-html.yml
189189
release_date: '2022-01-14'
190+
0.41.0:
191+
changes:
192+
bugfixes:
193+
- If plugin parsing fails for ``antsibull-docs plugin``, handle this more gracefully
194+
(https://github.com/ansible-community/antsibull/pull/393).
195+
- Improve error message when plugin specified for ``antsibull-docs plugin``
196+
cannot be found (https://github.com/ansible-community/antsibull/pull/383).
197+
- When using ``--use-html-blobs``, malformed HTML was generated for parameter
198+
aliases (https://github.com/ansible-community/antsibull/pull/388).
199+
minor_changes:
200+
- Add ``--fail-on-error`` to all antsibull-docs subcommands for usage in CI
201+
(https://github.com/ansible-community/antsibull/pull/393).
202+
- Allow to select a different Sphinx theme for ``antsibull-docs sphinx-init``
203+
with the new ``--sphinx-theme`` option (https://github.com/ansible-community/antsibull/pull/392).
204+
- Fully implement ``antsibull-docs collection``. So far ``--current`` was required
205+
(https://github.com/ansible-community/antsibull/pull/383).
206+
- Mention the plugin type more prominently in the documentation (https://github.com/ansible-community/antsibull/pull/364).
207+
- Remove email addresses and ``(!UNKNOWN)`` from plugin and role author names
208+
(https://github.com/ansible-community/antsibull/pull/389).
209+
- Support new ``keyword`` field in plugin documentations (https://github.com/ansible-community/antsibull/pull/329).
210+
- The ``conf.py`` generated by ``antsibull-docs sphinx-init`` will be set to
211+
try resolving intersphinx references to Ansible's ``devel`` docs instead of
212+
a concrete Ansible version (https://github.com/ansible-community/antsibull/pull/391).
213+
release_summary: Feature and bugfix release.
214+
fragments:
215+
- 0.41.0.yml
216+
- 329-keywords.yml
217+
- 364-plugin-type.yml
218+
- 383-antsibull-docs-collections.yml
219+
- 388-table-html-alias.yml
220+
- 389-remove-email-addresses.yml
221+
- 391-sphinx-init-ansible-docs-fallback.yml
222+
- 392-sphinx-init-theme.yml
223+
- 393-fail-on-error.yml
224+
release_date: '2022-02-01'
190225
0.5.0:
191226
release_date: '2020-06-02'
192227
0.6.0:

changelogs/fragments/0.41.0.yml

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

changelogs/fragments/329-keywords.yml

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

changelogs/fragments/364-plugin-type.yml

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

changelogs/fragments/383-antsibull-docs-collections.yml

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

changelogs/fragments/388-table-html-alias.yml

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

changelogs/fragments/389-remove-email-addresses.yml

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

changelogs/fragments/391-sphinx-init-ansible-docs-fallback.yml

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

changelogs/fragments/392-sphinx-init-theme.yml

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

0 commit comments

Comments
 (0)