Skip to content

antsibull-docs -- Ansible Documentation Build Scripts Release Notes

v2.24.0

Release Summary

Feature release to improve linting.

Minor Changes

v2.23.1

Release Summary

Bugfix release.

Bugfixes

v2.23.0

Release Summary

Feature release.

Minor Changes

v2.22.1

Release Summary

Maintenance release.

Bugfixes

v2.22.0

Release Summary

Bugfix and maintenance release.

Minor Changes

Bugfixes

v2.21.0

Release Summary

Feature release.

Minor Changes

v2.20.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

  • Run the post-processors in the ansible-output subcommand from the current working directory, and not from the temporary playbook directory. This allows post-processors to have relative paths from where antsibull-docs ansible-output is called (https://github.com/ansible-community/antsibull-docs/pull/406).

v2.19.1

Release Summary

Bugfix release for official docsite build.

Bugfixes

v2.19.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v2.18.0

Release Summary

Feature and bugfix release.

Minor Changes

Deprecated Features

  • The following default values for options to antsibull-docs lint-collection-docs are deprecated and will change in antsibull-docs 3.0.0:

  • --plugin-docs will be enabled by default; right now the default is --no-plugin-docs;

  • --skip-rstcheck will be enabled by default; right now the default is --no-skip-rstcheck (note that this applies to --plugin-docs, not to checking extra documentation);
  • --check-extra-docs-refs will be enabled by default; right now the default is --no-check-extra-docs-refs.

We suggested to already now explicitly state the default value if you do not want the extra checks to be run (https://github.com/ansible-community/antsibull-docs/pull/394).

Bugfixes

v2.17.1

Release Summary

Bugfix release with updated antsibull-fileutils dependency.

Bugfixes

v2.17.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v2.16.3

Release Summary

Bugfix release.

Bugfixes

v2.16.2

Release Summary

Bugfix release.

Bugfixes

v2.16.1

Release Summary

Bugfix release.

Bugfixes

  • Also consider action plugin redirects/deprecations in runtime metadata for modules, since for users there is no difference. Also ansible.builtin.yum only has a action plugin redirect to ansible.builtin.dnf, so this is needed to ensure that a stub page generated for ansible.builtin.yum (https://github.com/ansible-community/antsibull-docs/pull/360).

v2.16.0

Release Summary

Feature release.

Minor Changes

v2.15.0

Release Summary

Bugfix and feature release which migrates to Pydantic 2.

Minor Changes

v2.14.0

Release Summary

Feature release.

Minor Changes

v2.13.1

Release Summary

Bugfix release.

Bugfixes

v2.13.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v2.12.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v2.11.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v2.10.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v2.9.0

Release Summary

Maintenance release.

Minor Changes

v2.8.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v2.7.0

Release Summary

Bugfix and refactoring release.

Minor Changes

Bugfixes

v2.6.1

Release Summary

Bugfix release.

Bugfixes

v2.6.0

Release Summary

Fix parsing of EXAMPLES and improve error message

Minor Changes

Bugfixes

v2.5.0

Release Summary

Release to support the updated Ansible Galaxy codebase.

Minor Changes

v2.4.0

Release Summary

Bugfix and feature release. Improves support for other builders than html.

There will be a follow-up release after Ansible Galaxy switched to the new galaxy_ng codebase, which is scheduled for September 30th. That release will only adjust the URLs to Galaxy, except potentially bugfixes.

Minor Changes

Deprecated Features

  • The --use-html-blobs feature that inserts HTML blobs for the options and return value tables for the ansible-docsite output format is deprecated and will be removed soon. The HTML tables cause several features to break, such as references to options and return values. If you think this feature needs to stay, please create an issue in the antsibull-docs repository and provide good reasons for it (https://github.com/ansible-community/antsibull-docs/pull/217).

Bugfixes

Known Issues

v2.3.1

Release Summary

Bugfix release with a CSS fix for the Sphinx extension.

Bugfixes

v2.3.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v2.2.0

Release Summary

Bugfix and feature release improving rendering and linting.

Minor Changes

Bugfixes

v2.1.0

Release Summary

Feature and bugfix release with many improvements related to semantic markup and validation.

Minor Changes

Bugfixes

v2.0.0

Release Summary

Major new release that drops support for older Python and Ansible/ansible-base/ansible-core versions.

Major Changes

Minor Changes

Breaking Changes / Porting Guide

Bugfixes

v1.11.0

Release Summary

Feature release.

Minor Changes

v1.10.0

Release Summary

Bugfix and feature release.

Major Changes

Minor Changes

Bugfixes

v1.9.0

Release Summary

Feature release.

Minor Changes

v1.8.2

Release Summary

Bugfix release.

Bugfixes

v1.8.1

Release Summary

Bugfix release.

Bugfixes

v1.8.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v1.7.4

Release Summary

Bugfix release.

Bugfixes

v1.7.3

Release Summary

Bugfix release.

Bugfixes

v1.7.2

Release Summary

Bugfix release.

Bugfixes

v1.7.1

Release Summary

Bugfix release.

Bugfixes

v1.7.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v1.6.1

Release Summary

Bugfix release for ansible-core 2.14.

Bugfixes

v1.6.0

Release Summary

Bugfix and feature release.

Minor Changes

Bugfixes

v1.5.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v1.4.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v1.3.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v1.2.2

Release Summary

Bugfix release.

Bugfixes

v1.2.1

Release Summary

Bugfix release.

Bugfixes

v1.2.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v1.1.0

Release Summary

Feature release with support for ansible-core 2.14's sidecar docs feature.

Minor Changes

v1.0.1

Release Summary

Bugfix release.

Bugfixes

v1.0.0

Release Summary

First stable release.

Major Changes

  • From version 1.0.0 on, antsibull-docs is sticking to semantic versioning and aims at providing no backwards compatibility breaking changes to the command line API (antsibull-docs) during a major release cycle. We explicitly exclude code compatibility. antsibull-docs is not supposed to be used as a library, and when used as a library it might not conform to semantic versioning (https://github.com/ansible-community/antsibull-docs/pull/2).

Minor Changes

v0.1.0

Release Summary

Initial release. The antsibull-docs tool is compatible to the one from antsibull 0.43.0.