Skip to content

Releases: docker/docker-credential-helpers

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

v0.6.2

02 May 10:14
Compare
Choose a tag to compare
  • Better initialization check in Pass
  • Trim pass show output in Pass
  • Only init on run, and do so lazily in Pass
  • Changed the way for checking if password-store is initalized in Pass
  • Make docker-credential-wincred work like docker-credential-osxkeychain
  • Fix docker-credential-osxkeychain list behaviour in case of missing entry in keychain

Note

Go v1.12.x compatibility
osxkeychain for macOS 10.11 compatibility

v0.6.0

31 Aug 21:14
Compare
Choose a tag to compare
  • New credential helper on Linux using pass
  • New entry point for passing environment variables when calling a credential helper
  • Add a Makefile rule generating a Windows release binary

Note

pass needs to be configured for docker-credential-pass to work properly.
It must be initialized with a gpg2 key ID. Make sure your GPG key exists in gpg2 keyring as pass uses gpg2 instead of the default gpg.