Skip to content

v1.1.0

Latest

Choose a tag to compare

@cmsirbu cmsirbu released this 01 Jul 13:57
· 3 commits to main since this release
3cffa42

This release makes major improvements to the plugin parameters table in line with other ansible documentation sites (see gql_inventory for a detailed showcase) and fixes an ugly display bug for plugin descriptions.

Changed

  • #27 Improved the template that renders the parameters table for plugins:
    • Added data type to the parameter column.
    • Moved env vars to the comments column.
    • Added defaults and choices column to the parameters table.
    • Added suboptions when a parameter has dictionary sub-values.
    • Changed parameters table to inline HTML since Markdown tables break with any errant newlines.

Documentation

  • #27 Added opsmill.infrahub and nokia.srlinux collections to showcase.
  • #27 Fixed page view/edit github links.
  • Added Release Notes and Release Checklist to documentation.

Fixed

  • #23 Fixed template to account for the plugin description not always being a list.

Housekeeping

  • #30 Updated uv to 0.7.17.