Skip to content

Commit 3eaa1c3

Browse files
committed
Release 2.20.0.
1 parent 680a0d1 commit 3eaa1c3

File tree

10 files changed

+415
-334
lines changed

10 files changed

+415
-334
lines changed

CHANGELOG.md

Lines changed: 222 additions & 197 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,27 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
44

55
.. contents:: Topics
66

7+
v2.20.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Bugfix and feature release.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Add ``--config`` parameter to the ``ansible-output`` subcommand to allow specifying a config file when not in collection mode (https://github.com/ansible-community/antsibull-docs/pull/410).
19+
- Add ``ansible-output-meta`` directive that allows to apply meta actions, like resetting previous code blocks for variable references, or defining templates for ``ansible-output-data`` (https://github.com/ansible-community/antsibull-docs/pull/409).
20+
- Allow to specify YAML inventory for ``ansible-output`` subcommand code blocks (https://github.com/ansible-community/antsibull-docs/pull/411).
21+
- Let ``ansible-output`` subcommand run ``ansible-playbook`` instances in parallel (https://github.com/ansible-community/antsibull-docs/pull/407, https://github.com/ansible-community/antsibull-docs/pull/408).
22+
23+
Bugfixes
24+
--------
25+
26+
- Run the post-processors in the ``ansible-output`` subcommand from the current working directory, and not from the temporary playbook directory. This allows post-processors to have relative paths from where ``antsibull-docs ansible-output`` is called (https://github.com/ansible-community/antsibull-docs/pull/406).
27+
728
v2.19.1
829
=======
930

changelogs/changelog.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1124,3 +1124,30 @@ releases:
11241124
- 404-hint.yml
11251125
- 405-protomatter.yml
11261126
release_date: '2025-07-18'
1127+
2.20.0:
1128+
changes:
1129+
bugfixes:
1130+
- Run the post-processors in the ``ansible-output`` subcommand from the current
1131+
working directory, and not from the temporary playbook directory. This allows
1132+
post-processors to have relative paths from where ``antsibull-docs ansible-output``
1133+
is called (https://github.com/ansible-community/antsibull-docs/pull/406).
1134+
minor_changes:
1135+
- Add ``--config`` parameter to the ``ansible-output`` subcommand to allow
1136+
specifying a config file when not in collection mode (https://github.com/ansible-community/antsibull-docs/pull/410).
1137+
- Add ``ansible-output-meta`` directive that allows to apply meta actions,
1138+
like resetting previous code blocks for variable references, or defining
1139+
templates for ``ansible-output-data`` (https://github.com/ansible-community/antsibull-docs/pull/409).
1140+
- Allow to specify YAML inventory for ``ansible-output`` subcommand code blocks
1141+
(https://github.com/ansible-community/antsibull-docs/pull/411).
1142+
- Let ``ansible-output`` subcommand run ``ansible-playbook`` instances in
1143+
parallel (https://github.com/ansible-community/antsibull-docs/pull/407,
1144+
https://github.com/ansible-community/antsibull-docs/pull/408).
1145+
release_summary: Bugfix and feature release.
1146+
fragments:
1147+
- 2.20.0.yml
1148+
- 406-ansible-output-postprocessor.yml
1149+
- 408-ansible-output-parallel.yml
1150+
- 409-meta.yml
1151+
- 410-config.yml
1152+
- 411-inventory.yml
1153+
release_date: '2025-07-26'

changelogs/fragments/2.20.0.yml

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

changelogs/fragments/406-ansible-output-postprocessor.yml

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

changelogs/fragments/408-ansible-output-parallel.yml

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

changelogs/fragments/409-meta.yml

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

changelogs/fragments/410-config.yml

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

changelogs/fragments/411-inventory.yml

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

docs/changelog.md

Lines changed: 145 additions & 124 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)