Skip to content

Releases: siderolabs/go-api-signature

v0.3.5

29 Aug 10:12
v0.3.5
1b35ea8
Compare
Choose a tag to compare

go-api-signature 0.3.5 (2024-08-29)

Welcome to the v0.3.5 release of go-api-signature!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-api-signature/issues.

Contributors

  • Dmitriy Matrenichev
  • Andrey Smirnov
  • Utku Ozdemir
  • Artem Chernyshev
  • Andrey Smirnov
  • Noel Georgi

Changes

24 commits

  • 1b35ea8 chore: bump deps and fix data race
  • 4bf0f02 fix: get rid of data race in the key sign interceptor
  • 782aac0 chore: bump deps
  • cf2bd06 chore: bump dependencies
  • 370cebf fix: always print the login URL on key renew flow
  • d28609a feat: move in the cli grpc interceptor logic, support service account in env
  • 4602acc chore: add a dummy workflow
  • cfd21b6 fix: support validating signatures generated with the time in the future
  • 74dd3dc chore: bump deps
  • d78bedb chore: bump deps
  • a034e9f feat: replace scopes with roles
  • 5b4f3bb chore: run rekres
  • 9dba116 chore: remove time.Sleep hack
  • e84e686 chore: bump dependencies
  • 8baaf8a chore: bump deps
  • 5f27e1e chore: add renovate bot and bump deps
  • 69886dc feat: allow custom validations on PGP key
  • 63d4da3 fix: limit clock skew for short-lived keys
  • cdb9722 feat: add support for +-5 min clock skew
  • 7b80a50 refactor: use options pattern in RegisterPGPPublicKey
  • c647861 feat: add scopes to RegisterPublicKeyRequest
  • 5d3647e feat: provide more client PGP functions
  • 2b682ec feat: initial version
  • a4c2943 chore: initial commit

Changes since v0.3.4

1 commit

  • 1b35ea8 chore: bump deps and fix data race

Dependency Changes

This release has no dependency changes

v0.3.2

16 Feb 10:48
v0.3.2
cf2bd06
Compare
Choose a tag to compare

go-api-signature 0.3.2 (2024-02-16)

Welcome to the v0.3.2 release of go-api-signature!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-api-signature/issues.

Contributors

  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Utku Ozdemir
  • Andrey Smirnov
  • Artem Chernyshev
  • Noel Georgi

Changes

21 commits

  • cf2bd06 chore: bump dependencies
  • 370cebf fix: always print the login URL on key renew flow
  • d28609a feat: move in the cli grpc interceptor logic, support service account in env
  • 4602acc chore: add a dummy workflow
  • cfd21b6 fix: support validating signatures generated with the time in the future
  • 74dd3dc chore: bump deps
  • d78bedb chore: bump deps
  • a034e9f feat: replace scopes with roles
  • 5b4f3bb chore: run rekres
  • 9dba116 chore: remove time.Sleep hack
  • e84e686 chore: bump dependencies
  • 8baaf8a chore: bump deps
  • 5f27e1e chore: add renovate bot and bump deps
  • 69886dc feat: allow custom validations on PGP key
  • 63d4da3 fix: limit clock skew for short-lived keys
  • cdb9722 feat: add support for +-5 min clock skew
  • 7b80a50 refactor: use options pattern in RegisterPGPPublicKey
  • c647861 feat: add scopes to RegisterPublicKeyRequest
  • 5d3647e feat: provide more client PGP functions
  • 2b682ec feat: initial version
  • a4c2943 chore: initial commit

Changes since v0.3.1

1 commit

Dependency Changes

This release has no dependency changes

v0.3.1

25 Oct 13:54
Compare
Choose a tag to compare

go-api-signature 0.3.1 (2023-10-25)

Welcome to the v0.3.1 release of go-api-signature!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-api-signature/issues.

Contributors

  • Andrey Smirnov
  • Dmitriy Matrenichev
  • Utku Ozdemir
  • Artem Chernyshev
  • Noel Georgi

Changes

20 commits

  • 370cebf fix: always print the login URL on key renew flow
  • d28609a feat: move in the cli grpc interceptor logic, support service account in env
  • 4602acc chore: add a dummy workflow
  • cfd21b6 fix: support validating signatures generated with the time in the future
  • 74dd3dc chore: bump deps
  • d78bedb chore: bump deps
  • a034e9f feat: replace scopes with roles
  • 5b4f3bb chore: run rekres
  • 9dba116 chore: remove time.Sleep hack
  • e84e686 chore: bump dependencies
  • 8baaf8a chore: bump deps
  • 5f27e1e chore: add renovate bot and bump deps
  • 69886dc feat: allow custom validations on PGP key
  • 63d4da3 fix: limit clock skew for short-lived keys
  • cdb9722 feat: add support for +-5 min clock skew
  • 7b80a50 refactor: use options pattern in RegisterPGPPublicKey
  • c647861 feat: add scopes to RegisterPublicKeyRequest
  • 5d3647e feat: provide more client PGP functions
  • 2b682ec feat: initial version
  • a4c2943 chore: initial commit

Changes since v0.3.0

1 commit

  • 370cebf fix: always print the login URL on key renew flow

Dependency Changes

This release has no dependency changes

v0.2.2

07 Nov 11:16
v0.2.2
63d4da3
Compare
Choose a tag to compare

go-api-signature 0.2.2 (2022-11-07)

Welcome to the v0.2.2 release of go-api-signature!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-api-signature/issues.

Contributors

  • Andrey Smirnov
  • Utku Ozdemir

Changes

7 commits

  • 63d4da3 fix: limit clock skew for short-lived keys
  • cdb9722 feat: add support for +-5 min clock skew
  • 7b80a50 refactor: use options pattern in RegisterPGPPublicKey
  • c647861 feat: add scopes to RegisterPublicKeyRequest
  • 5d3647e feat: provide more client PGP functions
  • 2b682ec feat: initial version
  • a4c2943 chore: initial commit

Changes since v0.2.1

1 commit

  • 63d4da3 fix: limit clock skew for short-lived keys

Dependency Changes

This release has no dependency changes

v0.2.1

07 Nov 11:14
v0.2.1
cdb9722
Compare
Choose a tag to compare

go-api-signature 0.2.1 (2022-11-07)

Welcome to the v0.2.1 release of go-api-signature!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-api-signature/issues.

Contributors

  • Andrey Smirnov
  • Utku Ozdemir

Changes

6 commits

  • cdb9722 feat: add support for +-5 min clock skew
  • 7b80a50 refactor: use options pattern in RegisterPGPPublicKey
  • c647861 feat: add scopes to RegisterPublicKeyRequest
  • 5d3647e feat: provide more client PGP functions
  • 2b682ec feat: initial version
  • a4c2943 chore: initial commit

Changes since v0.2.0

1 commit

  • cdb9722 feat: add support for +-5 min clock skew

Dependency Changes

This release has no dependency changes

v0.2.0

01 Nov 09:44
Compare
Choose a tag to compare

go-api-signature 0.2.0 (2022-11-01)

Welcome to the v0.2.0 release of go-api-signature!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-api-signature/issues.

Contributors

  • Andrey Smirnov
  • Utku Ozdemir

Changes

5 commits

  • 7b80a50 refactor: use options pattern in RegisterPGPPublicKey
  • c647861 feat: add scopes to RegisterPublicKeyRequest
  • 5d3647e feat: provide more client PGP functions
  • 2b682ec feat: initial version
  • a4c2943 chore: initial commit

Dependency Changes

This release has no dependency changes

v0.1.0

21 Oct 16:07
v0.1.0
5d3647e
Compare
Choose a tag to compare

go-api-signature 0.1.0 (2022-10-21)

Welcome to the v0.1.0 release of go-api-signature!

Please try out the release binaries and report any issues at
https://github.com/siderolabs/go-api-signature/issues.

Contributors

  • Andrey Smirnov

Changes

3 commits

  • 5d3647e feat: provide more client PGP functions
  • 2b682ec feat: initial version
  • a4c2943 chore: initial commit

Dependency Changes

This release has no dependency changes