Skip to content

Releases: chainguard-dev/go-oidctest

v0.4.0

27 Feb 00:12
05b0112
Compare
Choose a tag to compare

What's Changed

  • Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #15
  • Bump actions/checkout from 4.1.3 to 4.1.6 by @dependabot in #19
  • Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #17
  • Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #22
  • Bump github.com/coreos/go-oidc/v3 from 3.10.0 to 3.11.0 by @dependabot in #21
  • Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #20
  • Bump actions/cache from 4.0.2 to 4.2.0 by @dependabot in #30
  • Bump golang.org/x/crypto from 0.25.0 to 0.31.0 in the go_modules group by @dependabot in #31
  • Bump actions/setup-go from 5.0.2 to 5.2.0 by @dependabot in #32
  • Bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #28
  • Bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.12.0 by @dependabot in #33
  • Bump github.com/go-jose/go-jose/v4 from 4.0.2 to 4.0.5 in the go_modules group by @dependabot in #36
  • Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4 in the go_modules group by @dependabot in #37
  • Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #34
  • Bump actions/cache from 4.2.0 to 4.2.1 by @dependabot in #35
  • upgrade go-jose to v4 by @k4leung4 in #38

Full Changelog: v0.3.1...v0.4.0

v0.3.1

11 Apr 18:47
4d4e23b
Compare
Choose a tag to compare

What's Changed

  • Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 by @dependabot in #14

Full Changelog: v0.3.0...v0.3.1

v0.3.0

11 Apr 18:46
1a9e682
Compare
Choose a tag to compare

What's Changed

  • Bump golang.org/x/net from 0.0.0-20211112202133-69e39bad7dc2 to 0.17.0 by @dependabot in #4
  • Add missing return after http.Error by @mattmoor in #5
  • Bump golang.org/x/crypto from 0.14.0 to 0.17.0 by @dependabot in #7
  • add dependabot by @k4leung4 in #8
  • update to go-jose/v3; previous version is archived. by @k4leung4 in #13

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

23 Mar 00:02
557d401
Compare
Choose a tag to compare

Introduce handlers to support the code & token OAuth flow

Initial release

21 Mar 18:25
38d3c9d
Compare
Choose a tag to compare

This release includes the test OIDC Issuer.