Skip to content

Commit

Permalink
Release 2.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Aug 25, 2024
1 parent a78cfd4 commit 0db90a6
Show file tree
Hide file tree
Showing 12 changed files with 239 additions and 178 deletions.
324 changes: 176 additions & 148 deletions CHANGELOG.md

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes

.. contents:: Topics

v2.13.0
=======

Release Summary
---------------

Bugfix and feature release.

Minor Changes
-------------

- Allow to disable adding the antsibull-docs version to the generated files with the ``--no-add-antsibull-docs-version`` command line flag, or the ``add_antsibull_docs_version = false`` setting in the antsibull-docs config file (https://github.com/ansible-community/antsibull-docs/issues/304, https://github.com/ansible-community/antsibull-docs/pull/308).
- Bump minimal required version of dependency antsibull-docs-parser to 1.1.0 This allows to use a new whitespace-removal feature (https://github.com/ansible-community/antsibull-docs/pull/312).
- If you are using `argcomplete <https://pypi.org/project/argcomplete/>`__, you can now tab-complete ``antsibull-docs`` command lines. See `Activating global completion <https://pypi.org/project/argcomplete/#activating-global-completion>`__ in the argcomplete README for how to enable tab completion globally. This will also tab-complete Ansible commands such as ``ansible-playbook`` and ``ansible-test`` (https://github.com/ansible-community/antsibull-docs/pull/302).
- Most documentation generating subcommands now have a ``--cleanup`` parameter which allows to delete files and directories that were not created by antsibull-docs in the destination directory (https://github.com/ansible-community/antsibull-docs/pull/315).
- No longer use ``rsync`` when creating a build script with the ``sphinx-init`` subcommand (https://github.com/ansible-community/antsibull-docs/pull/315).
- Remove superfluous whitespace or escaped spaces from templates (https://github.com/ansible-community/antsibull-docs/pull/313).
- Remove trailing whitespace and leading and trailing empty lines from rendered templates, and ensure they end with a newline if not empty (https://github.com/ansible-community/antsibull-docs/pull/314).

Bugfixes
--------

- Fix RST escaping of the title in the collections per namespace list. This causes a space to vanish between namespace name and the word ``Namespace`` with newer versions of antsibull-docs-parser (https://github.com/ansible-community/antsibull-docs/pull/311).

v2.12.0
=======

Expand Down
39 changes: 39 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -859,3 +859,42 @@ releases:
- 290-empty.yml
- 292-linting-empty-markup.yml
release_date: '2024-07-05'
2.13.0:
changes:
bugfixes:
- Fix RST escaping of the title in the collections per namespace list. This
causes a space to vanish between namespace name and the word ``Namespace``
with newer versions of antsibull-docs-parser (https://github.com/ansible-community/antsibull-docs/pull/311).
minor_changes:
- Allow to disable adding the antsibull-docs version to the generated files
with the ``--no-add-antsibull-docs-version`` command line flag, or the ``add_antsibull_docs_version
= false`` setting in the antsibull-docs config file (https://github.com/ansible-community/antsibull-docs/issues/304,
https://github.com/ansible-community/antsibull-docs/pull/308).
- Bump minimal required version of dependency antsibull-docs-parser to 1.1.0
This allows to use a new whitespace-removal feature (https://github.com/ansible-community/antsibull-docs/pull/312).
- If you are using `argcomplete <https://pypi.org/project/argcomplete/>`__,
you can now tab-complete ``antsibull-docs`` command lines. See `Activating
global completion <https://pypi.org/project/argcomplete/#activating-global-completion>`__
in the argcomplete README for how to enable tab completion globally. This
will also tab-complete Ansible commands such as ``ansible-playbook`` and
``ansible-test`` (https://github.com/ansible-community/antsibull-docs/pull/302).
- Most documentation generating subcommands now have a ``--cleanup`` parameter
which allows to delete files and directories that were not created by antsibull-docs
in the destination directory (https://github.com/ansible-community/antsibull-docs/pull/315).
- No longer use ``rsync`` when creating a build script with the ``sphinx-init``
subcommand (https://github.com/ansible-community/antsibull-docs/pull/315).
- Remove superfluous whitespace or escaped spaces from templates (https://github.com/ansible-community/antsibull-docs/pull/313).
- Remove trailing whitespace and leading and trailing empty lines from rendered
templates, and ensure they end with a newline if not empty (https://github.com/ansible-community/antsibull-docs/pull/314).
release_summary: Bugfix and feature release.
fragments:
- 2.13.0.yml
- 297-pyre.yml
- 302-argcomplete.yml
- 308-insert-version.yml
- 311-escaping.yml
- 312-parser-dep.yml
- 313-whitespace.yml
- 314-whitespace.yml
- 315-cleanup.yml
release_date: '2024-08-25'
1 change: 0 additions & 1 deletion changelogs/fragments/2.13.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/297-pyre.yml

This file was deleted.

5 changes: 0 additions & 5 deletions changelogs/fragments/302-argcomplete.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/308-insert-version.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/311-escaping.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/312-parser-dep.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/313-whitespace.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/314-whitespace.yml

This file was deleted.

6 changes: 0 additions & 6 deletions changelogs/fragments/315-cleanup.yml

This file was deleted.

0 comments on commit 0db90a6

Please sign in to comment.