- Update to version 1.5.0+git20191208.df57cca:

* Existing secret support for helm chart (#267)
  * Switch to Go 1.13
  * Improve oAuth compatibility (#265)

OBS-URL: https://build.opensuse.org/package/show/devel:kubic/docker_auth?expand=0&rev=7
This commit is contained in:
2020-01-22 12:31:25 +00:00
committed by Git OBS Bridge
parent 8ebe228f12
commit 4bedfa523e
6 changed files with 18 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="version">1.4.0</param>
<param name="versionformat">1.4.0+git%cd.%h</param>
<param name="version">1.5.0</param>
<param name="versionformat">1.5.0+git%cd.%h</param>
<param name="url">git://github.com/cesanta/docker_auth.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>