Skip to content

Releases: JiangHe12/srvgov-cli

v0.9.2

29 Jun 10:36

Choose a tag to compare

Changed

  • Updated opskit-core to v1.1.4.

v0.9.1

29 Jun 09:53

Choose a tag to compare

Changed

  • Internal: release version injection now uses main.version, main.commit, and main.built for family workflow consistency.

v0.8.8

29 Jun 09:28

Choose a tag to compare

Changed

  • Installer environment variables now prefer the family-standard SRVGOV_DOWNLOAD_MIRROR and SRVGOV_SKIP_VERIFY names; deprecated SRVGOV_CLI_DOWNLOAD_MIRROR and SRVGOV_CLI_SKIP_VERIFY remain supported.

v0.8.7

29 Jun 09:03

Choose a tag to compare

Changed

  • capabilities -o json now reports contextApiVersions and auditApiVersions arrays for family schema alignment.

v0.8.6

29 Jun 08:31

Choose a tag to compare

Added

  • Global flags: --debug, --trace, --no-color.

v0.8.5

29 Jun 07:22

Choose a tag to compare

Fixed

  • Error output now respects -o json and emits the standard JSON envelope.

v0.8.4

29 Jun 04:21

Choose a tag to compare

Changed

  • Aligned root --version output with the family format by using the full CLI
    name.

v0.8.3

29 Jun 03:49

Choose a tag to compare

Changed

  • Aligned version output with the family format: table output is a single
    line and JSON exposes built with unknown build metadata defaults.

v0.8.2

29 Jun 03:48

Choose a tag to compare

Changed

  • Wrapped all -o json command output in the family-standard
    {apiVersion, kind, success, data} envelope.

v0.8.1

25 Jun 08:38
802e6fa

Choose a tag to compare

Changed

  • Migrated SSH host-key trust-on-first-use pinning to the shared
    opskit-core/trust package (opskit-core v1.1.0). Host-key pinning behavior,
    the on-disk known_hosts format, error messages, and exit codes are
    unchanged; this replaces the duplicated local trust store with the shared
    engine implementation.