File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,32 @@ This changelog tracks the releases of docker-credential-helpers.
44This project includes different binaries per platform.
55The platform released is identified after the tag name.
66
7+ ## v0.5.1
8+
9+ - Redirect credential helpers' standard error to the caller's
10+ - Prevent invalid credentials and credentials queries
11+
12+ ## v0.5.0 (Mac OS X)
13+
14+ - Add a label for Docker credentials and filter credentials lookup to filter keychain lookups
15+
16+ ## v0.4.2 (Mac OS X, Windows)
17+
18+ - Fix osxkeychain list
19+ - macOS binary is now signed on release
20+ - Generate a ` .exe ` instead
21+
22+ ## v0.4.1 (Mac OS X)
23+
24+ - Fixes to support older version of OSX (10.10, 10.11)
25+
726## v0.4.0 (Go client, Mac OS X, Windows, Linux)
827
928- Full implementation for OSX ready
1029- Fix some windows issues
1130- Implement client.List, change list API
1231- mac: delete credentials before adding them to avoid already exist error (fixes #37 )
1332
14-
1533## v0.3.0 (Go client)
1634
1735- Add Go client library to talk with the native programs.
You can’t perform that action at this time.
0 commit comments