Skip to content

v1.0.0

Choose a tag to compare

@uz1mani uz1mani released this 07 Aug 13:52
· 7 commits to main since this release

pulse 1.0.0

brew install ciphera-net/tap/pulse
go install github.com/ciphera-net/pulse-cli/cmd/pulse@v1.0.0

Verify a downloaded archive:

cosign verify-blob --key https://raw.githubusercontent.com/ciphera-net/pulse-cli/main/cosign.pub \
  --signature <archive>.sig <archive>

Changelog

  • db193c6 --csv emits machine columns, not the display table
  • 403217c Add the release runbook
  • 16b0447 Check the credential before the site, on every read command
  • ff94bdf Fix the release pipeline: two defects the first real run exposed
  • c514880 Initial commit: the Pulse CLI
  • 3dedc51 Record why release_github_token cannot be automated
  • f80b7cf Release pipeline: use the goreleaser image, and pin cosign BACK to v2
  • df03890 Use errors.As instead of two hand-rolled unwrap loops
  • 5f19e62 export: always name the site and range on stderr

Full changelog: ...v1.0.0