1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-05-29 23:17:38 +02:00

Update changelog for docker fixes

This commit is contained in:
Joel Speed 2021-11-14 18:01:16 +00:00 committed by Joel Speed
parent 8dea8134eb
commit ceb015ee22
No known key found for this signature in database
GPG Key ID: 6E80578D6751DEFB

View File

@ -8,6 +8,7 @@
## Changes since v7.2.0
- [#1447](https://github.com/oauth2-proxy/oauth2-proxy/pull/1447) Fix docker build/push issues found during last release (@JoelSpeed)
- [#1433](https://github.com/oauth2-proxy/oauth2-proxy/pull/1433) Let authentication fail when session validation fails (@stippi2)
- [#1445](https://github.com/oauth2-proxy/oauth2-proxy/pull/1445) Fix docker container multi arch build issue by passing GOARCH details to make build (@jkandasa)
- [#1444](https://github.com/oauth2-proxy/oauth2-proxy/pull/1444) Update LinkedIn provider validate URL (@jkandasa)