Skip to content

v0.8.2

Choose a tag to compare

@github-actions github-actions released this 10 Apr 02:23
· 29 commits to main since this release

govctl v0.8.2

This release adds first-class controlled-vocabulary tags for governance artifacts and fixes a regression in clause text editing.

Added

  • tags fields are now available on all five artifact types: RFC, clause, ADR, work item, and guard.
  • Added govctl tag new, govctl tag delete, and govctl tag list, including usage counts.
  • govctl check now validates artifact tags against the configured allowed tag list.
  • Added --tag filtering on rfc, clause, adr, work, and guard list commands.

Fixed

  • govctl clause edit <ID> text --stdin now works without requiring an explicit --set.

Upgrade Notes

  • No artifact format migration is required for this release.
  • If you want to use controlled tags, configure the allowed tag list in your project and then apply tags through the new tag commands.