Skip to content

Commit f47a9e9

Browse files
committed
Release 1.10.0.
1 parent 90f5a91 commit f47a9e9

8 files changed

+48
-11
lines changed

CHANGELOG.rst

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

77

8+
v1.10.0
9+
=======
10+
11+
Release Summary
12+
---------------
13+
14+
Bugfix and feature release.
15+
16+
Major Changes
17+
-------------
18+
19+
- Support new semantic markup in documentation (https://github.com/ansible-community/antsibull-docs/pull/4).
20+
21+
Minor Changes
22+
-------------
23+
24+
- 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).
25+
- 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).
26+
27+
Bugfixes
28+
--------
29+
30+
- 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).
31+
- Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-docs/pull/102).
32+
833
v1.9.0
934
======
1035

changelogs/changelog.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,29 @@ releases:
5656
- 1.1.0.yml
5757
- 6-tests-filters.yml
5858
release_date: '2022-05-03'
59+
1.10.0:
60+
changes:
61+
bugfixes:
62+
- Explicitly declare the ``sh`` dependency and limit it to before 2.0.0. Also
63+
explicitly declare the dependencies on ``pydantic``, ``semantic_version``,
64+
``aiohttp``, ``twiggy``, and ``PyYAML`` (https://github.com/ansible-community/antsibull-docs/pull/99).
65+
- Restrict the ``pydantic`` dependency to major version 1 (https://github.com/ansible-community/antsibull-docs/pull/102).
66+
major_changes:
67+
- Support new semantic markup in documentation (https://github.com/ansible-community/antsibull-docs/pull/4).
68+
minor_changes:
69+
- Add a note about the ordering of positional and named parameter to the plugin
70+
page. Also mention positional and keyword parameters for lookups (https://github.com/ansible-community/antsibull-docs/pull/101).
71+
- Update schema for roles argument spec to allow specifying attributes on the
72+
entrypoint level. These are now also rendered when present (https://github.com/ansible-community/antsibull-docs/pull/103).
73+
release_summary: Bugfix and feature release.
74+
fragments:
75+
- 1.10.0.yml
76+
- 101-plugin-param-ordering-note.yml
77+
- 102-pydantic.yml
78+
- 103-roles-schema.yml
79+
- 4-semantic-markup.yml
80+
- 99-sh.yml
81+
release_date: '2023-03-13'
5982
1.2.0:
6083
changes:
6184
bugfixes:

changelogs/fragments/1.10.0.yml

-1
This file was deleted.

changelogs/fragments/101-plugin-param-ordering-note.yml

-2
This file was deleted.

changelogs/fragments/102-pydantic.yml

-2
This file was deleted.

changelogs/fragments/103-roles-schema.yml

-2
This file was deleted.

changelogs/fragments/4-semantic-markup.yml

-2
This file was deleted.

changelogs/fragments/99-sh.yml

-2
This file was deleted.

0 commit comments

Comments
 (0)