Skip to content

Releases: docker/docker-credential-helpers

v0.9.1

28 Feb 12:19
833d2c3
Compare
Choose a tag to compare

What's Changed

  • [v0.9.0] osxkeychain: fix regressions on get and list in #361
  • go.mod: retract v0.9.0 in #362

Full Changelog: v0.9.0...v0.9.1

v0.9.0

27 Feb 23:36
36a3c50
Compare
Choose a tag to compare

Warning

This release introduced an important regression that prevents credentials stored with earlier versions of docker-credential-osxkeychain from being accessible with this version.

v0.9.1 has been released to address this issue, but credentials stored with v0.9.0 won't be accessible with >= v0.9.1 and versions prior to v0.9.0.

Additionally, we've retracted the Go module v0.9.0.

What's Changed

  • client: remove some indirection and touch-up GoDoc #342
  • osxkeychain: switch to github.com/keybase/go-keychain #282
  • secretservice: fix null dereference on locked collections #356
  • secretservice: set a better displaylabel #324
  • minor formatting tweaks to README #258
  • update to go1.23.6 #340

Dependency updates

  • build(deps): bump codecov/codecov-action from 4 to 5 #345
  • build(deps): bump docker/bake-action to v6 #328, #352
  • build(deps): bump github.com/danieljoos/wincred v1.2.2 #357
  • build(deps): bump github.com/keybase/go-keychain v0.0.1 #358
  • build(deps): bump softprops/action-gh-release to 2.2.1 #331, #350
  • Dockerfile: bump xx to v1.6.1 #339, #353
  • dockerfile: update debian to bookworm #341
  • Dockerfile: update golangci-lint to v1.64.5 #338, #359

Full Changelog: v0.8.2...v0.9.0

v0.8.2

23 May 15:51
6b9df3e
Compare
Choose a tag to compare

What's Changed

  • pass: return correct error, and ignore empty stores on list #321
  • pass: add utilities for encoding/decoding serverURL #322
  • pass: Get: remove redundant stat #323
  • Dockerfile: update xx to v1.4.0 #310
  • ci: update github actions to latest stable #313
  • ci: set codecov token #316
  • ci: add pull-request template #318
  • ci: update GHA to macOS-13, macOS-14, and update to go1.21.10 #320
  • build(deps): bump softprops/action-gh-release from 1 to 2 #317

Full Changelog: v0.8.1...v0.8.2

v0.8.1

10 Jan 21:28
292722b
Compare
Choose a tag to compare

What's Changed

  • vendor: github.com/danieljoos/wincred v1.2.1 #307
  • move trimming whitespace to error-check helpers #306
  • Dockerfile: update golangci-lint to v1.55.2 #309
  • update to go1.21.6 #308

Full Changelog: v0.8.0...v0.8.1

v0.8.0

17 Jul 14:02
8396edb
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @okrc made their first contribution in #252

Full Changelog: v0.7.0...v0.8.0

v0.7.0

22 Sep 13:57
ac5992b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.7.0

v0.7.0-beta.2

13 Sep 14:08
ac5992b
Compare
Choose a tag to compare
v0.7.0-beta.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.0-beta.1...v0.7.0-beta.2

v0.7.0-beta.1

29 Aug 11:43
2f246b8
Compare
Choose a tag to compare
v0.7.0-beta.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.7.0-beta.1

v0.6.4

07 Jun 15:41
fc9290a
Compare
Choose a tag to compare
  • Update wincred vendor
  • Go 1.16.4

v0.6.3

16 Jul 13:04
54f0238
Compare
Choose a tag to compare
  • Fix a double free in the List functions. See 87c80bf