Skip to content

Commit 9d9f0a9

Browse files
committed
Release 1.4.0.
1 parent fd0e6a4 commit 9d9f0a9

File tree

6 files changed

+47
-13
lines changed

6 files changed

+47
-13
lines changed

CHANGELOG.rst

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

77

8+
v1.4.0
9+
======
10+
11+
Release Summary
12+
---------------
13+
14+
Feature and bugfix release.
15+
16+
Minor Changes
17+
-------------
18+
19+
- The ``sphinx-init`` subcommand now also creates an ``antsibull-docs.cfg`` file and moves configuration settings from CLI flags in ``build.sh`` to this configuration file (https://github.com/ansible-community/antsibull-docs/pull/26).
20+
- There are two new options for explicitly specified configuration files named ``collection_url`` and ``collection_install``. These allow to override the URLs pointing to collections (default link to galaxy.ansible.com), and the commands to install collections (use ``ansible-galaxy collection install`` by default). This can be useful when documenting (internal) collections that are not available on Ansible Galaxy. The default ``antsibull-docs.cfg`` generated by the ``sphinx-init`` subcommand shows how this can be configured (https://github.com/ansible-community/antsibull-docs/issues/15, https://github.com/ansible-community/antsibull-docs/pull/26).
21+
- When generating plugin error pages, or showing non-fatal errors in plugins or roles, link to the collection's issue tracker instead of the collection's URL if available (https://github.com/ansible-community/antsibull-docs/pull/29).
22+
23+
Bugfixes
24+
--------
25+
26+
- Make handling of bad documentation more robust when certain values are ``None`` while the keys are present (https://github.com/ansible-community/antsibull-docs/pull/32).
27+
828
v1.3.0
929
======
1030

changelogs/changelog.yaml

+27
Original file line numberDiff line numberDiff line change
@@ -132,3 +132,30 @@ releases:
132132
- 24-further-requirements.yml
133133
- 25-disclaimer.yml
134134
release_date: '2022-08-16'
135+
1.4.0:
136+
changes:
137+
bugfixes:
138+
- Make handling of bad documentation more robust when certain values are ``None``
139+
while the keys are present (https://github.com/ansible-community/antsibull-docs/pull/32).
140+
minor_changes:
141+
- The ``sphinx-init`` subcommand now also creates an ``antsibull-docs.cfg``
142+
file and moves configuration settings from CLI flags in ``build.sh`` to this
143+
configuration file (https://github.com/ansible-community/antsibull-docs/pull/26).
144+
- There are two new options for explicitly specified configuration files named
145+
``collection_url`` and ``collection_install``. These allow to override the
146+
URLs pointing to collections (default link to galaxy.ansible.com), and the
147+
commands to install collections (use ``ansible-galaxy collection install``
148+
by default). This can be useful when documenting (internal) collections that
149+
are not available on Ansible Galaxy. The default ``antsibull-docs.cfg`` generated
150+
by the ``sphinx-init`` subcommand shows how this can be configured (https://github.com/ansible-community/antsibull-docs/issues/15,
151+
https://github.com/ansible-community/antsibull-docs/pull/26).
152+
- When generating plugin error pages, or showing non-fatal errors in plugins
153+
or roles, link to the collection's issue tracker instead of the collection's
154+
URL if available (https://github.com/ansible-community/antsibull-docs/pull/29).
155+
release_summary: Feature and bugfix release.
156+
fragments:
157+
- 1.4.0.yml
158+
- 26-sphinx-antsibull-cfg.yml
159+
- 29-issue-tracker.yml
160+
- 32-robust.yml
161+
release_date: '2022-09-07'

changelogs/fragments/1.4.0.yml

-1
This file was deleted.

changelogs/fragments/26-sphinx-antsibull-cfg.yml

-8
This file was deleted.

changelogs/fragments/29-issue-tracker.yml

-2
This file was deleted.

changelogs/fragments/32-robust.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)