Releases: JiangHe12/srvgov-cli
Releases · JiangHe12/srvgov-cli
v0.9.2
v0.9.1
Changed
- Internal: release version injection now uses
main.version,main.commit, andmain.builtfor family workflow consistency.
v0.8.8
Changed
- Installer environment variables now prefer the family-standard
SRVGOV_DOWNLOAD_MIRRORandSRVGOV_SKIP_VERIFYnames; deprecatedSRVGOV_CLI_DOWNLOAD_MIRRORandSRVGOV_CLI_SKIP_VERIFYremain supported.
v0.8.7
Changed
capabilities -o jsonnow reportscontextApiVersionsandauditApiVersionsarrays for family schema alignment.
v0.8.6
Added
- Global flags:
--debug,--trace,--no-color.
v0.8.5
Fixed
- Error output now respects
-o jsonand emits the standard JSON envelope.
v0.8.4
Changed
- Aligned root
--versionoutput with the family format by using the full CLI
name.
v0.8.3
Changed
- Aligned
versionoutput with the family format: table output is a single
line and JSON exposesbuiltwithunknownbuild metadata defaults.
v0.8.2
Changed
- Wrapped all
-o jsoncommand output in the family-standard
{apiVersion, kind, success, data}envelope.
v0.8.1
Changed
- Migrated SSH host-key trust-on-first-use pinning to the shared
opskit-core/trustpackage (opskit-core v1.1.0). Host-key pinning behavior,
the on-diskknown_hostsformat, error messages, and exit codes are
unchanged; this replaces the duplicated local trust store with the shared
engine implementation.