Skip to content

Commit d8f891d

Browse files
committed
Release 2.17.0.
1 parent 04afaa8 commit d8f891d

File tree

7 files changed

+360
-294
lines changed

7 files changed

+360
-294
lines changed

CHANGELOG.md

Lines changed: 198 additions & 176 deletions
Large diffs are not rendered by default.

CHANGELOG.rst

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

55
.. contents:: Topics
66

7+
v2.17.0
8+
=======
9+
10+
Release Summary
11+
---------------
12+
13+
Feature and bugfix release.
14+
15+
Minor Changes
16+
-------------
17+
18+
- Extend deprecation/removal note that collections can be installed manually after removal (https://github.com/ansible-community/antsibull-docs/pull/371).
19+
20+
Bugfixes
21+
--------
22+
23+
- Make sure that all errors are caught during documentation normalization. Until now exceptions derived from ``BaseException`` that are not derived from ``Exception`` are not handled correctly (https://github.com/ansible-community/antsibull-docs/pull/389).
24+
725
v2.16.3
826
=======
927

changelogs/changelog.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1006,3 +1006,18 @@ releases:
10061006
- 369-choices-dict.yml
10071007
- 370-fixes.yml
10081008
release_date: '2025-01-16'
1009+
2.17.0:
1010+
changes:
1011+
bugfixes:
1012+
- Make sure that all errors are caught during documentation normalization.
1013+
Until now exceptions derived from ``BaseException`` that are not derived
1014+
from ``Exception`` are not handled correctly (https://github.com/ansible-community/antsibull-docs/pull/389).
1015+
minor_changes:
1016+
- Extend deprecation/removal note that collections can be installed manually
1017+
after removal (https://github.com/ansible-community/antsibull-docs/pull/371).
1018+
release_summary: Feature and bugfix release.
1019+
fragments:
1020+
- 2.17.0.yml
1021+
- 371-removal-hint.yml
1022+
- 389-docs-parsing-base-exception.yml
1023+
release_date: '2025-06-03'

changelogs/fragments/2.17.0.yml

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

changelogs/fragments/371-removal-hint.yml

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

changelogs/fragments/389-docs-parsing-base-exception.yml

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

docs/changelog.md

Lines changed: 129 additions & 111 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)