Skip to content

v3.7.3

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 17:37
e1edc05

Changes:

  • Upgrade dependencies (#1024, #1045)
  • Build alpine container in CI (#1018, #1032, #1025)
  • keyservice: accept KeyServiceServer in LocalClient (#1035)
  • Add support for GCP Service Account within GOOGLE_CREDENTIALS (#953)

Bug fixes:

  • Upload the correct binary for the linux amd64 build (#1026)
  • Fix bug when specifying multiple age recipients (#966)
  • Allow for empty yaml maps (#908)

Commits

  • [75cd389]: Add a test to reproduce #907 (ikedam) #908
  • [108b211]: Allow empty maps for yaml (#907) (ikedam) #908
  • [ea8b3bb]: support gcp credentials as env var (Kaplinsky, Joshua B) #953
  • [c0dc484]: Update keysource.go (Josh Kaplinsky) #953
  • [63fa89c]: Merge remote-tracking branch 'remotes/origin/develop' into feature/907_FixEmptyYaml (ikedam) #908
  • [b926cf9]: Build alpine container in CI (#870) (ikedam) #1018
  • [234bf9f]: Upgrade all dependencies (AJ Bahnken) #1024
  • [4277de4]: Remove duplicated stage from Dockerfile.alpine (Shouichi Kamiya) #1025
  • [605fb27]: Explicitly build linux amd64 binary (Janis Peisenieks) #1026
  • [7ebee3d]: This fixes a bug with age encryption when specifying multiple age recipients (Cedric Kienzler) #966
  • [b5f5f28]: Make masterKeyFromRecipient private (Cedric Kienzler) #966
  • [1dc90ad]: Add tests for single key (Cedric Kienzler) #966
  • [3875b00]: Use latest dockerd in CI to allow build alpine image (#870) (ikedam) #1032
  • accept KeyServiceServer in LocalClient #1035 (Hidde Beydals)
  • [1bb30e2]: Limit role session name length to 64 characters. (AJ Bahnken) #1037
  • [a01208c]: Update golang.org/x/crypto (Hidde Beydals) #1045
  • [e128fa2]: Update keyservice implementation dependencies (Hidde Beydals) #1045
  • [220b652]: Update golang.org/x/{net,oauth2,sys} dependencies (Hidde Beydals) #1045
  • [477b61f]: Update remaining dependencies (Hidde Beydals) #1045
  • [25817ed]: Replace x/crypto/openpgp with ProtonMail/go-crypto (Hidde Beydals) #1045
  • [07aea97]: Merge remote-tracking branch 'upstream/develop' into develop (Josh Kaplinsky) #953
  • [4ffb54c]: Use custom GOOGLE_CREDENTIALS or fallback to default (Josh Kaplinsky) #953
  • [17fb03f]: Merge remote-tracking branch 'upstream/develop' into develop (Josh Kaplinsky) #953
  • [15583bd]: prep for v3.7.3 (AJ Bahnken) #1053