Skip to content

Releases: ciphera-net/pulse-cli

v1.1.2

Choose a tag to compare

@uz1mani uz1mani released this 24 Aug 15:24
89c5636

pulse 1.1.2

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

Verify a downloaded archive:

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

Changelog

  • 89c5636 Merge pull request #5 from ciphera-net/fix/suppressed-day-metrics-header
  • cfccd4f fix(export): an explicit-zero suppression header is a signal, not an absence

Full changelog: v1.1.1...v1.1.2

v1.1.1

Choose a tag to compare

@uz1mani uz1mani released this 07 Aug 20:27
1db80e8

pulse 1.1.1

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

Verify a downloaded archive:

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

Changelog

  • 1db80e8 chore(release): migrate brews to homebrew_casks, keep the cosign v2 pin (#4)

Full changelog: v1.1.0...v1.1.1

v1.1.0

Choose a tag to compare

@uz1mani uz1mani released this 07 Aug 16:47
f4cfc21

pulse 1.1.0

brew install ciphera-net/tap/pulse
go install github.com/ciphera-net/pulse-cli/cmd/pulse@v1.1.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

  • 6761c2f RELEASING.md: the release token IS configured
  • f4cfc21 docs(releasing): record why the transparency log stays off, and what pulse upgrade changes (#3)
  • d22638d feat(upgrade): add pulse upgrade, verifying the release signature first (#2)
  • 27ab934 fix(output): never exit 0 after a write that did not complete (#1)

Full changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@uz1mani uz1mani released this 07 Aug 13:52

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