Skip to content

Commit

Permalink
Release 2.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 5, 2024
1 parent 569eb61 commit dd69397
Show file tree
Hide file tree
Showing 9 changed files with 222 additions and 159 deletions.
316 changes: 172 additions & 144 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.12.0
=======

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

Bugfix and feature release.

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

- Allow to mention forums in the Communication section of collection links (https://github.com/ansible-community/antsibull-docs/pull/288).
- Bump minimum dependency of ``antsibull-docs-parser`` to 1.0.2 or newer (https://github.com/ansible-community/antsibull-docs/pull/290).
- The ``lint-collection-docs`` subcommand will now complain about unchanged default values in ``docs/docsite/links.yml`` taken from the `community collection template <https://github.com/ansible-collections/collection_template/>`__ (https://github.com/ansible-community/antsibull-docs/issues/273, https://github.com/ansible-community/antsibull-docs/pull/277).
- The collection docs linter now reports empty markup, like ``I()``, ``L(,https://example.com)`` (https://github.com/ansible-community/antsibull-docs/pull/292).

Bugfixes
--------

- Improve handling of empty markup parameters for RST (https://github.com/ansible-community/antsibull-docs/pull/290).
- Improve rendering of empty or broken changelogs (https://github.com/ansible-community/antsibull-docs/pull/289).
- Remove leading spaces in paragraphs to avoid unintended RST blockquotes (https://github.com/ansible-community/antsibull-docs/pull/289).
- Render errors as code blocks of language ``text`` instead of using the default lexer (https://github.com/ansible-community/antsibull-docs/pull/289).

v2.11.0
=======

Expand Down
26 changes: 26 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -552,6 +552,32 @@ releases:
- 244-role-entrypoint-examples.yml
- 276-choices.yml
release_date: '2024-05-06'
2.12.0:
changes:
bugfixes:
- Improve handling of empty markup parameters for RST (https://github.com/ansible-community/antsibull-docs/pull/290).
- Improve rendering of empty or broken changelogs (https://github.com/ansible-community/antsibull-docs/pull/289).
- Remove leading spaces in paragraphs to avoid unintended RST blockquotes (https://github.com/ansible-community/antsibull-docs/pull/289).
- Render errors as code blocks of language ``text`` instead of using the default
lexer (https://github.com/ansible-community/antsibull-docs/pull/289).
minor_changes:
- Allow to mention forums in the Communication section of collection links (https://github.com/ansible-community/antsibull-docs/pull/288).
- Bump minimum dependency of ``antsibull-docs-parser`` to 1.0.2 or newer (https://github.com/ansible-community/antsibull-docs/pull/290).
- The ``lint-collection-docs`` subcommand will now complain about unchanged
default values in ``docs/docsite/links.yml`` taken from the `community collection
template <https://github.com/ansible-collections/collection_template/>`__
(https://github.com/ansible-community/antsibull-docs/issues/273, https://github.com/ansible-community/antsibull-docs/pull/277).
- The collection docs linter now reports empty markup, like ``I()``, ``L(,https://example.com)``
(https://github.com/ansible-community/antsibull-docs/pull/292).
release_summary: Bugfix and feature release.
fragments:
- 2.12.0.yml
- 277-lint-links.yml
- 288-forum.yml
- 289-fixes.yml
- 290-empty.yml
- 292-linting-empty-markup.yml
release_date: '2024-07-05'
2.2.0:
changes:
bugfixes:
Expand Down
1 change: 0 additions & 1 deletion changelogs/fragments/2.12.0.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/277-lint-links.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/288-forum.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/289-fixes.yml

This file was deleted.

4 changes: 0 additions & 4 deletions changelogs/fragments/290-empty.yml

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/fragments/292-linting-empty-markup.yml

This file was deleted.

0 comments on commit dd69397

Please sign in to comment.