Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 10:19
· 38 commits to main since this release

Changelog

  • 88b917c auth: fix nil-pointer panic in logout on malformed config.yaml
  • fff19db auth: login --with-token / logout / whoami (validate via GetProfile, never log token)
  • 6b34bbd cli: check list/get/run(--wait)/pause/resume/test-alert (run --wait -> exit 1 on DOWN)
  • 0ffddef cli: cmdEnv helper wiring config -> SDK client -> output
  • 3caae65 cli: config contexts + completion; goreleaser release + smoke E2E
  • 3a14926 cli: fix smoke script's whoami call and README token precedence
  • 1401135 cli: incident/agent list decode wrapped API responses (real backend wraps the array under incidents/agents)
  • ab8e7a2 cli: incident/agent/notification read + notification test
  • 3aa25ee cli: org + project read commands (list/get) — establishes the SDK→table pattern
  • fb7320b cli: print failing-command errors to stderr
  • b75b936 config: force 0700 on pre-existing config dir in WriteToken
  • 332496f config: kubectl-style contexts + precedence resolution + 0600 token files
  • 61e4e0c errors: typed exit-code contract (0/1/2) + SDK client builder
  • 0514539 output: table/json/yaml renderers + --quiet first-column mode
  • 7e9d894 probe: client-side http/dns/tls timing + cert expiry (--save creates a check)
  • 2588cb9 release: defer Homebrew tap to a later version; v0.1.0 ships binaries + go install
  • 43aebdb scaffold: cobra root + version command + global flags
  • 6652469 verify: CI assertion (status + gojq --expect-json) with exit 0/1 contract
  • 547c0dd verify: body-decode failure is exit 1, parse --expect-json before the GET, add eval-error/non-JSON-body test coverage