You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-06-21 00:29:44 +02:00
Prepare CHANGELOG for v6.1.1 release
This commit is contained in:
18
CHANGELOG.md
18
CHANGELOG.md
@ -6,6 +6,24 @@
|
|||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
|
## Changes since v6.1.1
|
||||||
|
|
||||||
|
# v6.1.1
|
||||||
|
|
||||||
|
## Release Highlights
|
||||||
|
|
||||||
|
- Fixed a bug which prevented static upstreams from being used
|
||||||
|
- Fixed a bug which prevented file based upstreams from being used
|
||||||
|
- Ensure that X-Forwarded-Host is respected consistently
|
||||||
|
|
||||||
|
## Important Notes
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
|
## Breaking
|
||||||
|
|
||||||
|
N/A
|
||||||
|
|
||||||
## Changes since v6.1.0
|
## Changes since v6.1.0
|
||||||
|
|
||||||
- [#729](https://github.com/oauth2-proxy/oauth2-proxy/pull/729) Use X-Forwarded-Host consistently when set (@NickMeves)
|
- [#729](https://github.com/oauth2-proxy/oauth2-proxy/pull/729) Use X-Forwarded-Host consistently when set (@NickMeves)
|
||||||
|
@ -23,7 +23,7 @@ Going forward, all images shall be available at `quay.io/oauth2-proxy/oauth2-pro
|
|||||||
|
|
||||||
1. Choose how to deploy:
|
1. Choose how to deploy:
|
||||||
|
|
||||||
a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v6.1.0`)
|
a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v6.1.1`)
|
||||||
|
|
||||||
b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy` which will put the binary in `$GOROOT/bin`
|
b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy` which will put the binary in `$GOROOT/bin`
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ services:
|
|||||||
|
|
||||||
oauth2-proxy:
|
oauth2-proxy:
|
||||||
container_name: oauth2-proxy
|
container_name: oauth2-proxy
|
||||||
image: quay.io/oauth2-proxy/oauth2-proxy:v6.1.0
|
image: quay.io/oauth2-proxy/oauth2-proxy:v6.1.1
|
||||||
command: --config /oauth2-proxy.cfg
|
command: --config /oauth2-proxy.cfg
|
||||||
hostname: oauth2-proxy
|
hostname: oauth2-proxy
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -13,7 +13,7 @@ version: '3.0'
|
|||||||
services:
|
services:
|
||||||
oauth2-proxy:
|
oauth2-proxy:
|
||||||
container_name: oauth2-proxy
|
container_name: oauth2-proxy
|
||||||
image: quay.io/oauth2-proxy/oauth2-proxy:v6.1.0
|
image: quay.io/oauth2-proxy/oauth2-proxy:v6.1.1
|
||||||
command: --config /oauth2-proxy.cfg
|
command: --config /oauth2-proxy.cfg
|
||||||
ports:
|
ports:
|
||||||
- 4180:4180/tcp
|
- 4180:4180/tcp
|
||||||
|
@ -9,7 +9,7 @@ nav_order: 1
|
|||||||
|
|
||||||
1. Choose how to deploy:
|
1. Choose how to deploy:
|
||||||
|
|
||||||
a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v6.1.0`)
|
a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v6.1.1`)
|
||||||
|
|
||||||
b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy` which will put the binary in `$GOROOT/bin`
|
b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy` which will put the binary in `$GOROOT/bin`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user