docker_auth/docker_auth.changes
Thorsten Kukuk c0b66ee538 - 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
2021-12-08 14:10:03 +00:00

95 lines
3.7 KiB
Plaintext

-------------------------------------------------------------------
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
- 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
- Update to version 1.5.0+git20191208.df57cca:
* Existing secret support for helm chart (#267)
* Switch to Go 1.13
* Improve oAuth compatibility (#265)
-------------------------------------------------------------------
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