From f47a9e97e71b0e666731548ac28384beb9b2211f Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 13 Mar 2023 19:16:05 +0100 Subject: [PATCH] Release 1.10.0. --- CHANGELOG.rst | 25 +++++++++++++++++++ changelogs/changelog.yaml | 23 +++++++++++++++++ changelogs/fragments/1.10.0.yml | 1 - .../101-plugin-param-ordering-note.yml | 2 -- changelogs/fragments/102-pydantic.yml | 2 -- changelogs/fragments/103-roles-schema.yml | 2 -- changelogs/fragments/4-semantic-markup.yml | 2 -- changelogs/fragments/99-sh.yml | 2 -- 8 files changed, 48 insertions(+), 11 deletions(-) delete mode 100644 changelogs/fragments/1.10.0.yml delete mode 100644 changelogs/fragments/101-plugin-param-ordering-note.yml delete mode 100644 changelogs/fragments/102-pydantic.yml delete mode 100644 changelogs/fragments/103-roles-schema.yml delete mode 100644 changelogs/fragments/4-semantic-markup.yml delete mode 100644 changelogs/fragments/99-sh.yml diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 9eefdf13..00e012db 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,31 @@ antsibull-docs -- Ansible Documentation Build Scripts Release Notes .. contents:: Topics +v1.10.0 +======= + +Release Summary +--------------- + +Bugfix and feature release. + +Major Changes +------------- + +- Support new semantic markup in documentation (https://github.com/ansible-community/antsibull-docs/pull/4). + +Minor Changes +------------- + +- Add a note about the ordering of positional and named parameter to the plugin page. Also mention positional and keyword parameters for lookups (https://github.com/ansible-community/antsibull-docs/pull/101). +- Update schema for roles argument spec to allow specifying attributes on the entrypoint level. These are now also rendered when present (https://github.com/ansible-community/antsibull-docs/pull/103). + +Bugfixes +-------- + +- Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also explicitly declare the dependencies on ``pydantic``, ``semantic_version``, ``aiohttp``, ``twiggy``, and ``PyYAML`` (https://github.com/ansible-community/antsibull-docs/pull/99). +- Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-docs/pull/102). + v1.9.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fd3066b4..70a824ab 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -56,6 +56,29 @@ releases: - 1.1.0.yml - 6-tests-filters.yml release_date: '2022-05-03' + 1.10.0: + changes: + bugfixes: + - Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also + explicitly declare the dependencies on ``pydantic``, ``semantic_version``, + ``aiohttp``, ``twiggy``, and ``PyYAML`` (https://github.com/ansible-community/antsibull-docs/pull/99). + - Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-docs/pull/102). + major_changes: + - Support new semantic markup in documentation (https://github.com/ansible-community/antsibull-docs/pull/4). + minor_changes: + - Add a note about the ordering of positional and named parameter to the plugin + page. Also mention positional and keyword parameters for lookups (https://github.com/ansible-community/antsibull-docs/pull/101). + - Update schema for roles argument spec to allow specifying attributes on the + entrypoint level. These are now also rendered when present (https://github.com/ansible-community/antsibull-docs/pull/103). + release_summary: Bugfix and feature release. + fragments: + - 1.10.0.yml + - 101-plugin-param-ordering-note.yml + - 102-pydantic.yml + - 103-roles-schema.yml + - 4-semantic-markup.yml + - 99-sh.yml + release_date: '2023-03-13' 1.2.0: changes: bugfixes: diff --git a/changelogs/fragments/1.10.0.yml b/changelogs/fragments/1.10.0.yml deleted file mode 100644 index 56de6d9e..00000000 --- a/changelogs/fragments/1.10.0.yml +++ /dev/null @@ -1 +0,0 @@ -release_summary: Bugfix and feature release. diff --git a/changelogs/fragments/101-plugin-param-ordering-note.yml b/changelogs/fragments/101-plugin-param-ordering-note.yml deleted file mode 100644 index 49ecb6eb..00000000 --- a/changelogs/fragments/101-plugin-param-ordering-note.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - Add a note about the ordering of positional and named parameter to the plugin page. Also mention positional and keyword parameters for lookups (https://github.com/ansible-community/antsibull-docs/pull/101). diff --git a/changelogs/fragments/102-pydantic.yml b/changelogs/fragments/102-pydantic.yml deleted file mode 100644 index 30a93995..00000000 --- a/changelogs/fragments/102-pydantic.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-docs/pull/102)." diff --git a/changelogs/fragments/103-roles-schema.yml b/changelogs/fragments/103-roles-schema.yml deleted file mode 100644 index e0d5e52d..00000000 --- a/changelogs/fragments/103-roles-schema.yml +++ /dev/null @@ -1,2 +0,0 @@ -minor_changes: - - "Update schema for roles argument spec to allow specifying attributes on the entrypoint level. These are now also rendered when present (https://github.com/ansible-community/antsibull-docs/pull/103)." diff --git a/changelogs/fragments/4-semantic-markup.yml b/changelogs/fragments/4-semantic-markup.yml deleted file mode 100644 index dd5f1e4e..00000000 --- a/changelogs/fragments/4-semantic-markup.yml +++ /dev/null @@ -1,2 +0,0 @@ -major_changes: - - Support new semantic markup in documentation (https://github.com/ansible-community/antsibull-docs/pull/4). diff --git a/changelogs/fragments/99-sh.yml b/changelogs/fragments/99-sh.yml deleted file mode 100644 index 335cf7df..00000000 --- a/changelogs/fragments/99-sh.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also explicitly declare the dependencies on ``pydantic``, ``semantic_version``, ``aiohttp``, ``twiggy``, and ``PyYAML`` (https://github.com/ansible-community/antsibull-docs/pull/99)."