forked from pool/docker_auth
- Update to version 1.9.0+git20211128.636c09a:
* Support Unix Domain Sockets (#328) * Remove httpdown (#325) * bugfix: Added sign-in link under gitlab page template (#323) * Update helm to v1.8.0 of auth_server (#321) * Added OpenID Connect support (#307) * feat: Added Gitlab Authentication method (#319) * update to golang 1.17 * Fix regexp parsing IPv6 without port indication in remote_addr (#318) * Updated mongodb driver (#316) * Add codeql scanning (#314) * Update README.md (#312) OBS-URL: https://build.opensuse.org/package/show/devel:kubic/docker_auth?expand=0&rev=10
This commit is contained in:
parent
ad8c6be49d
commit
62074c8b55
4
_service
4
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="version">1.7.1</param>
|
||||
<param name="versionformat">1.7.1+git%cd.%h</param>
|
||||
<param name="version">1.9.0</param>
|
||||
<param name="versionformat">1.9.0+git%cd.%h</param>
|
||||
<param name="revision">main</param>
|
||||
<param name="url">git://github.com/cesanta/docker_auth.git</param>
|
||||
<param name="scm">git</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">git://github.com/cesanta/docker_auth.git</param>
|
||||
<param name="changesrevision">946490cab077a5ccc1e2139f0a423a11c14d3e2d</param>
|
||||
<param name="changesrevision">636c09afecf153f275f9a8b2b1ed09f507891b93</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33310a00517d538bee675ca456df70042e3d2b8337edcb387bbdbbdc7c11936c
|
||||
size 3969056
|
3
docker_auth-1.9.0+git20211128.636c09a.tar.xz
Normal file
3
docker_auth-1.9.0+git20211128.636c09a.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f4f316388533d29bd797ac65a1a6eb19901c746b2341a2378b6ed8ac7507a2c0
|
||||
size 4354412
|
@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 08 12:35:09 UTC 2021 - kukuk@suse.com
|
||||
|
||||
- Update to version 1.9.0+git20211128.636c09a:
|
||||
* Support Unix Domain Sockets (#328)
|
||||
* Remove httpdown (#325)
|
||||
* bugfix: Added sign-in link under gitlab page template (#323)
|
||||
* Update helm to v1.8.0 of auth_server (#321)
|
||||
* Added OpenID Connect support (#307)
|
||||
* feat: Added Gitlab Authentication method (#319)
|
||||
* update to golang 1.17
|
||||
* Fix regexp parsing IPv6 without port indication in remote_addr (#318)
|
||||
* Updated mongodb driver (#316)
|
||||
* Add codeql scanning (#314)
|
||||
* Update README.md (#312)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 15 07:27:02 UTC 2021 - kukuk@suse.com
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: docker_auth
|
||||
Version: 1.7.1+git20210707.946490c
|
||||
Version: 1.9.0+git20211128.636c09a
|
||||
Release: 0
|
||||
Summary: Authenticaton for container registry with tokens
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user