- 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:
Miquel Sabate Sola 2018-06-27 09:15:26 +00:00 committed by Git OBS Bridge
parent 6148660b14
commit 7d165af3a4
5 changed files with 20 additions and 6 deletions

View File

@ -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">

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ba4e29ce607811084858ad1e73b425b32bf22c5c571309f1c280374624c052c8
size 20900

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:efd4291bc3dd4d199cc35e4b2ff096ee7e2b03f7cca405dd655a4e37c4bfcdfd
size 23824

View File

@ -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

View File

@ -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