Skip to content

v0.5.2

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 16:03
· 249 commits to main since this release
3406c64

Highlights

gitsign

  • BREAKING CHANGE: URI schemes added to gitsign show attestations to comply with intoto spec. (i.e. gitsign.sigstore.dev/predicate/git/v0.1 -> https://gitsign.sigstore.dev/predicate/git/v0.1)

gitsign-credential-cache

  • Added support for systemd socket activation
  • Added support for opening interactive auth flow through the cache socket - this allows users to forward interactive flows over remote SSH sockets to their local machines.

Changelog

  • 3406c64 Remove usage of getopt to fix release. (#225)
  • aca7918 Bump dependencies (go get -u ./...) (#224)
  • ac61585 Add support for systemd socket activation (#223)
  • 615911c Bump golang.org/x/oauth2 from 0.3.0 to 0.4.0 (#221)
  • f9c532b Update cache directory .sigstore -> sigstore. (#218)
  • 98ef482 Add interactive flow to credential cache. (#211)
  • 15447fe Add scheme to predicate type URI. (#217)
  • e20e829 Bump actions/checkout from 3.2.0 to 3.3.0 (#212)
  • ab6d26c Bump actions/cache from 3.2.2 to 3.2.3 (#213)
  • ec74e38 Bump github.com/go-git/go-git/v5 from 5.5.1 to 5.5.2 (#214)
  • 7a27e1d Bump golang.org/x/crypto from 0.4.0 to 0.5.0 (#215)
  • cc36fa9 Bump github.com/coreos/go-oidc/v3 from 3.4.0 to 3.5.0 (#216)
  • 6e4639c Bump actions/cache from 3.2.1 to 3.2.2 (#209)
  • 9f45bc1 Bump github.com/go-git/go-billy/v5 from 5.3.1 to 5.4.0 (#210)
  • cd97505 Bump actions/cache from 3.0.11 to 3.2.1 (#208)
  • fddac02 Bump goreleaser/goreleaser-action from 3.2.0 to 4.1.0 (#204)
  • 753bc4f Bump actions/setup-go from 3.4.0 to 3.5.0 (#206)
  • ec6825d Bump golang.org/x/crypto from 0.3.0 to 0.4.0 (#207)
  • 91da40f Bump actions/checkout from 3.1.0 to 3.2.0 (#205)
  • eca7ffc Bump github.com/go-git/go-git/v5 from 5.4.2 to 5.5.1 (#203)
  • a086299 Bump actions/setup-go from 3.3.1 to 3.4.0 (#199)
  • b9208e3 Bump github.com/go-openapi/runtime from 0.24.2 to 0.25.0 (#201)

Thanks to all contributors!