Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 04 Jun 11:52
· 7 commits to main since this release

govctl v0.9.1

0.9.1 is a patch release for upgrade safety after 0.9.0. It tightens
reference validation and makes stale local project support state visible before
users hit confusing schema or local-state failures.

Fixed

  • govctl check now catches lower-authority artifact references written as bare
    IDs in governed RFC and ADR text, closing the loophole where removing
    [[...]] delimiters avoided hierarchy validation.
  • govctl check now warns when bundled JSON Schema files under gov/schema/
    are missing or stale, even if gov/config.toml already reports the current
    schema version.
  • govctl migrate now refreshes missing .govctl.lock and .govctl/
    .gitignore entries for existing projects, matching the local-state
    protection that fresh govctl init projects already receive.
  • govctl check now reports missing govctl-managed local-state .gitignore
    entries and points users to govctl migrate.

Full Changelog: v0.9.0...v0.9.1