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.
4
4
This project includes different binaries per platform.
5
5
The platform released is identified after the tag name.
6
6
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
+
7
26
## v0.4.0 (Go client, Mac OS X, Windows, Linux)
8
27
9
28
- Full implementation for OSX ready
10
29
- Fix some windows issues
11
30
- Implement client.List, change list API
12
31
- mac: delete credentials before adding them to avoid already exist error (fixes #37 )
13
32
14
-
15
33
## v0.3.0 (Go client)
16
34
17
35
- Add Go client library to talk with the native programs.
You can’t perform that action at this time.
0 commit comments