We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3cce614 + 72f0375 commit f00de1bCopy full SHA for f00de1b
CHANGELOG.md
@@ -4,6 +4,12 @@ This changelog tracks the releases of docker-credential-helpers.
4
This project includes different binaries per platform.
5
The platform released is identified after the tag name.
6
7
+## v0.6.0 (Go client, Linux)
8
+
9
+- New credential helper on Linux using `pass`
10
+- New entry point for passing environment variables when calling a credential helper
11
+- Add a Makefile rule generating a Windows release binary
12
13
## v0.5.2 (Mac OS X, Windows, Linux)
14
15
- Add a `version` command to output the version
credentials/version.go
@@ -1,4 +1,4 @@
1
package credentials
2
3
// Version holds a string describing the current version
-const Version = "0.5.2"
+const Version = "0.6.0"
0 commit comments