- Update to version 0.6.0:
* pass: better initialization check * Add instructions for pass helper configuration * Bump 0.6.0 * Fix Makefile issues * mkdir fails when `bin` exists * obtaining golint fails if previously installed (w/out the -u flag) * fix test * return "" instead of an error when pass isn't present * pass backend: expose pass initialized flag * add a deb package for pass/secret service backends * A new entry point for calling the cred helpers that allow passing environment variables OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker-credential-secretservice?expand=0&rev=3
This commit is contained in:
parent
d83fc11be7
commit
009f463fcd
4
_service
4
_service
@ -4,8 +4,8 @@
|
||||
<param name="url">https://github.com/docker/docker-credential-helpers</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="filename">docker-credential-helpers</param>
|
||||
<param name="versionformat">0.5.2</param>
|
||||
<param name="revision">v0.5.2</param>
|
||||
<param name="versionformat">0.6.0</param>
|
||||
<param name="revision">v0.6.0</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ba4e29ce607811084858ad1e73b425b32bf22c5c571309f1c280374624c052c8
|
||||
size 20900
|
3
docker-credential-helpers-0.6.0.tar.xz
Normal file
3
docker-credential-helpers-0.6.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:efd4291bc3dd4d199cc35e4b2ff096ee7e2b03f7cca405dd655a4e37c4bfcdfd
|
||||
size 23824
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 27 09:01:50 UTC 2018 - opensuse-packaging@opensuse.org
|
||||
|
||||
- Update to version 0.6.0:
|
||||
* pass: better initialization check
|
||||
* Add instructions for pass helper configuration
|
||||
* Bump 0.6.0
|
||||
* Fix Makefile issues * mkdir fails when `bin` exists * obtaining golint fails if previously installed (w/out the -u flag)
|
||||
* fix test
|
||||
* return "" instead of an error when pass isn't present
|
||||
* pass backend: expose pass initialized flag
|
||||
* add a deb package for pass/secret service backends
|
||||
* A new entry point for calling the cred helpers that allow passing environment variables
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 04 10:22:11 UTC 2017 - opensuse-packaging@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: docker-credential-secretservice
|
||||
Version: 0.5.2
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Leverage Docker credentials with libsecret
|
||||
License: MIT
|
||||
|
Loading…
x
Reference in New Issue
Block a user