Skip to content

Releases: docker/docker-credential-helpers

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.

v0.5.2

15 Jun 15:37
Compare
Choose a tag to compare
  • Add a version command to output the version
  • Fix storing URLs without scheme on OSX, and use https:// by default

v0.5.1

29 May 15:02
Compare
Choose a tag to compare
  • Redirect credential helpers' standard error to the caller's
  • Prevent invalid credentials and credentials queries

v0.5.0

14 Mar 18:43
Compare
Choose a tag to compare
  • Add a label for Docker credentials and filter credentials lookup to filter keychain lookups

v0.4.2

03 Mar 17:19
Compare
Choose a tag to compare
  • Fix osxkeychain list
  • macOS binary is now signed on release
  • Generate a .exe instead

v0.4.1

21 Feb 10:19
Compare
Choose a tag to compare
  • Fixes to support older version of OSX (10.10, 10.11)

v0.4.0

16 Feb 15:19
Compare
Choose a tag to compare
  • Full implementation for OSX ready
  • Fix some windows issues
  • Implement client.List, change list API
  • mac: delete credentials before adding them to avoid already exist error (fixes #37)

v0.3.0

01 Jun 00:46
5128fa1
Compare
Choose a tag to compare
  • Add Go client library to talk with the native programs