Skip to content

Commit 9773c25

Browse files
committed
Release 1.3.0.
1 parent 9aaaf4e commit 9773c25

7 files changed

+50
-12
lines changed

CHANGELOG.rst

+22
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,28 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes
55
.. contents:: Topics
66

77

8+
v1.3.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Feature and bugfix release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- Ensure that values for ``default``, ``choices``, and ``sample`` use the types specified for the option / return value (https://github.com/ansible-community/antsibull-docs/pull/19).
20+
- If a plugin or module has requirements listed, add a disclaimer next to the installation line at the top that further requirements are needed (https://github.com/ansible-community/antsibull-docs/issues/23, https://github.com/ansible-community/antsibull-docs/pull/24).
21+
- Show the 'you might already have this collection installed if you are using the ``ansible`` package' disclaimer for plugins only for official docsite builds (subcommands ``devel`` and ``stable``). Also include this disclaimer for roles on official docsite builds (https://github.com/ansible-community/antsibull-docs/pull/25).
22+
- Use ``true`` and ``false`` for booleans instead of ``yes`` and ``no`` (https://github.com/ansible-community/community-topics/issues/116, https://github.com/ansible-community/antsibull-docs/pull/19).
23+
- When processing formatting directives, make sure to properly escape all other text for RST respectively HTML instead of including it verbatim (https://github.com/ansible-community/antsibull-docs/issues/21, https://github.com/ansible-community/antsibull-docs/pull/22).
24+
25+
Bugfixes
26+
--------
27+
28+
- Improve indentation of HTML blocks for tables to avoid edge cases which generate invalid RST (https://github.com/ansible-community/antsibull-docs/pull/22).
29+
830
v1.2.2
931
======
1032

changelogs/changelog.yaml

+28
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,31 @@ releases:
104104
- 1.2.2.yml
105105
- 20-rstcheck-core.yml
106106
release_date: '2022-08-08'
107+
1.3.0:
108+
changes:
109+
bugfixes:
110+
- Improve indentation of HTML blocks for tables to avoid edge cases which generate
111+
invalid RST (https://github.com/ansible-community/antsibull-docs/pull/22).
112+
minor_changes:
113+
- Ensure that values for ``default``, ``choices``, and ``sample`` use the types
114+
specified for the option / return value (https://github.com/ansible-community/antsibull-docs/pull/19).
115+
- If a plugin or module has requirements listed, add a disclaimer next to the
116+
installation line at the top that further requirements are needed (https://github.com/ansible-community/antsibull-docs/issues/23,
117+
https://github.com/ansible-community/antsibull-docs/pull/24).
118+
- Show the 'you might already have this collection installed if you are using
119+
the ``ansible`` package' disclaimer for plugins only for official docsite
120+
builds (subcommands ``devel`` and ``stable``). Also include this disclaimer
121+
for roles on official docsite builds (https://github.com/ansible-community/antsibull-docs/pull/25).
122+
- Use ``true`` and ``false`` for booleans instead of ``yes`` and ``no`` (https://github.com/ansible-community/community-topics/issues/116,
123+
https://github.com/ansible-community/antsibull-docs/pull/19).
124+
- When processing formatting directives, make sure to properly escape all other
125+
text for RST respectively HTML instead of including it verbatim (https://github.com/ansible-community/antsibull-docs/issues/21,
126+
https://github.com/ansible-community/antsibull-docs/pull/22).
127+
release_summary: Feature and bugfix release.
128+
fragments:
129+
- 1.3.0.yml
130+
- 19-type-conversion-booleans.yml
131+
- 22-improve-escaping.yml
132+
- 24-further-requirements.yml
133+
- 25-disclaimer.yml
134+
release_date: '2022-08-16'

changelogs/fragments/1.3.0.yml

-1
This file was deleted.

changelogs/fragments/19-type-conversion-booleans.yml

-3
This file was deleted.

changelogs/fragments/22-improve-escaping.yml

-4
This file was deleted.

changelogs/fragments/24-further-requirements.yml

-2
This file was deleted.

changelogs/fragments/25-disclaimer.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)