docker_auth/docker_auth.changes
Thorsten Kukuk 8ebe228f12 Accepting request 741942 from home:jfkw:branches:devel:kubic
Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix
/usr/lib64/go/{version}/pkg/tool/linux_arm64/link: running gcc failed: exit status 1
collect2: fatal error: cannot find 'ld'-

NB: Some automated OBS tooling introducing incidental diff by moving:
BuildRequires: golang(API) = 1.12 below
BuildRequires: go1.12 >= 1.12.9
That is not a change I committed in my branch, but that is what shows up
in this SR diff. I've reproduced it several times now.

OBS-URL: https://build.opensuse.org/request/show/741942
OBS-URL: https://build.opensuse.org/package/show/devel:kubic/docker_auth?expand=0&rev=5
2019-10-23 11:20:51 +00:00

36 lines
1.6 KiB
Plaintext

-------------------------------------------------------------------
Tue Oct 22 22:30:56 UTC 2019 - Jeff Kowalczyk <jkowalczyk@suse.com>
- Add %ifarch %arm aarch64 BuildRequires: binutils-gold to fix
/usr/lib64/go/{version}/pkg/tool/linux_arm64/link: running gcc failed: exit status 1
collect2: fatal error: cannot find 'ld'-
-------------------------------------------------------------------
Mon Oct 21 11:50:59 CEST 2019 - kukuk@suse.de
- Remove unused vendor/github.com/facebookgo/stats
-------------------------------------------------------------------
Sat Oct 12 08:40:12 UTC 2019 - kukuk@suse.com
- Update to version 1.4.0+git20190925.6f38360:
* Move the whole charts directory to the root of the repo
* fix simple.yaml example: replace user with test
* optimize helm chart structure:split configmap into two parts(configmap and secret)
* feat: extended TLS configuration (#259)
* add helm chart of docker_auth that supports High-Available
* Use go get instead of go install
* Add plugin authn and authz implementations
* Revert "return 401 when there is no user or password (#251)"
* Use a different go-bindata package
* Change from using govendor to go modules for managing dependencies
* Add support for lowercases DN elements (#247)
* return 401 when there is no user or password (#251)
* gofmt everything
* Add custom authentication and authorization implementations to avoid spawning new processes (#254)
-------------------------------------------------------------------
Sat Oct 12 08:39:04 UTC 2019 - kukuk@suse.com
- Initial release