From ba869bb4b0ac0a3f4e7f1dcb5c95badcf62c86ee1d21d232762f89f203806263 Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 15 Jul 2021 14:03:40 +0000 Subject: [PATCH] - Update to version 1.7.1+git20210707.946490c: * fix: segmentation fault on arm64 image (#311) * Allow initial LDAP bind with user credentials (#246) (#309) * deprecate v1beta1/Ingress in chart (#306) * document change in tags * Updated helm repository * Update helm chart to 1.7.0 (#305) * update url * have edge build * build on git tag * build docker image on git tag (#304) * periodic go vendor update (#303) * cross-compile docker image to arm * Remove Python and go-bindata (#302) * build with go1.16 (#301) * Support the Casbin authorization method. (#182) * Connect to relational databases using xorm.io (#277) * specify v1.15.x when running build (#297) * Install go-binddata as a global binary (#295) * Create Github action for docker nightlies (#291) * Helm2 to 3 (#292) * Upgrade go deps (#293) * rm compiled binary in repo * Add Github actions for go tests * Move to Python3 * Fix go vet failures * Fix Docker Hub link in README.md (#282) * Fix scope parsing (#274) * Returning the "token"-field (#273) * Add a Redis-based token storage implementation (#220) OBS-URL: https://build.opensuse.org/package/show/devel:kubic/docker_auth?expand=0&rev=9 --- _service | 5 +-- _servicedata | 2 +- docker_auth-1.5.0+git20191208.df57cca.tar.xz | 3 -- docker_auth-1.7.1+git20210707.946490c.tar.xz | 3 ++ docker_auth.changes | 35 ++++++++++++++++++++ docker_auth.spec | 10 +++--- 6 files changed, 47 insertions(+), 11 deletions(-) delete mode 100644 docker_auth-1.5.0+git20191208.df57cca.tar.xz create mode 100644 docker_auth-1.7.1+git20210707.946490c.tar.xz diff --git a/_service b/_service index 2619d0b..af36e9d 100644 --- a/_service +++ b/_service @@ -1,7 +1,8 @@ - 1.5.0 - 1.5.0+git%cd.%h + 1.7.1 + 1.7.1+git%cd.%h + main git://github.com/cesanta/docker_auth.git git enable diff --git a/_servicedata b/_servicedata index 9ea6635..ed9c5cf 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ git://github.com/cesanta/docker_auth.git - df57ccaa8701a527954bd2a813fedec1b7c86af0 + 946490cab077a5ccc1e2139f0a423a11c14d3e2d \ No newline at end of file diff --git a/docker_auth-1.5.0+git20191208.df57cca.tar.xz b/docker_auth-1.5.0+git20191208.df57cca.tar.xz deleted file mode 100644 index 81cb1ef..0000000 --- a/docker_auth-1.5.0+git20191208.df57cca.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:62af99bfadc5f02fb6539293b6143c64a9964ab287c9923b3589ae1ad833d472 -size 10901280 diff --git a/docker_auth-1.7.1+git20210707.946490c.tar.xz b/docker_auth-1.7.1+git20210707.946490c.tar.xz new file mode 100644 index 0000000..1ecfc87 --- /dev/null +++ b/docker_auth-1.7.1+git20210707.946490c.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33310a00517d538bee675ca456df70042e3d2b8337edcb387bbdbbdc7c11936c +size 3969056 diff --git a/docker_auth.changes b/docker_auth.changes index e3fa149..b4f537e 100644 --- a/docker_auth.changes +++ b/docker_auth.changes @@ -1,3 +1,38 @@ +------------------------------------------------------------------- +Thu Jul 15 07:27:02 UTC 2021 - kukuk@suse.com + +- Update to version 1.7.1+git20210707.946490c: + * fix: segmentation fault on arm64 image (#311) + * Allow initial LDAP bind with user credentials (#246) (#309) + * deprecate v1beta1/Ingress in chart (#306) + * document change in tags + * Updated helm repository + * Update helm chart to 1.7.0 (#305) + * update url + * have edge build + * build on git tag + * build docker image on git tag (#304) + * periodic go vendor update (#303) + * cross-compile docker image to arm + * Remove Python and go-bindata (#302) + * build with go1.16 (#301) + * Support the Casbin authorization method. (#182) + * Connect to relational databases using xorm.io (#277) + * specify v1.15.x when running build (#297) + * Install go-binddata as a global binary (#295) + * Create Github action for docker nightlies (#291) + * Helm2 to 3 (#292) + * Upgrade go deps (#293) + * rm compiled binary in repo + * Add Github actions for go tests + * Move to Python3 + * Fix go vet failures + * Fix Docker Hub link in README.md (#282) + * Fix scope parsing (#274) + * Returning the "token"-field (#273) + * Add a Redis-based token storage implementation (#220) + * Send the scope class as part of the token + ------------------------------------------------------------------- Wed Jan 22 12:06:42 UTC 2020 - kukuk@suse.com diff --git a/docker_auth.spec b/docker_auth.spec index de8fae3..8155ce3 100644 --- a/docker_auth.spec +++ b/docker_auth.spec @@ -1,7 +1,7 @@ # # spec file for package docker_auth # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,13 @@ Name: docker_auth -Version: 1.5.0+git20191208.df57cca +Version: 1.7.1+git20210707.946490c Release: 0 Summary: Authenticaton for container registry with tokens License: Apache-2.0 URL: https://github.com/cesanta/docker_auth Source: docker_auth-%{version}.tar.xz -BuildRequires: go1.13 -BuildRequires: golang(API) = 1.13 +BuildRequires: golang(API) >= 1.16 %ifarch %arm aarch64 BuildRequires: binutils-gold %endif @@ -37,11 +36,12 @@ control list for every user. %prep %setup -q rm chart/docker-auth/.helmignore +chmod 644 chart/docker-auth/templates/*.* %build cd auth_server # Make the go command working in OBS and on all architectures: -sed -i -e 's|CGO_ENABLED=0 go build -v --ldflags=--s|go build -mod vendor -buildmode=pie -v|g' Makefile +sed -i -e 's|CGO_ENABLED=0 go build -v --ldflags=--s|go build -mod vendor -buildmode=pie -v|g' -e "s|-extldflags '-static' |-extldflags '-pie' |g" Makefile make %install