Merge pull request #1171 from oauth2-proxy/release-v7.1.3
Update Changelog for release v7.1.3
This commit is contained in:
		
						commit
						88122f641d
					
				
							
								
								
									
										12
									
								
								CHANGELOG.md
								
								
								
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
								
								
								
								
							|  | @ -4,6 +4,18 @@ | |||
| 
 | ||||
| ## Important Notes | ||||
| 
 | ||||
| ## Breaking Changes | ||||
| 
 | ||||
| ## Changes since v7.1.3 | ||||
| 
 | ||||
| # V7.1.3 | ||||
| 
 | ||||
| ## Release Highlights | ||||
| 
 | ||||
| - Fixed typos in the metrics server TLS config names | ||||
| 
 | ||||
| ## Important Notes | ||||
| 
 | ||||
| - [#967](https://github.com/oauth2-proxy/oauth2-proxy/pull/967) `--insecure-oidc-skip-nonce` is currently `true` by default in case | ||||
|   any existing OIDC Identity Providers don't support it. The default will switch to `false` in a future version. | ||||
| 
 | ||||
|  |  | |||
|  | @ -15,7 +15,7 @@ services: | |||
| 
 | ||||
|   oauth2-proxy: | ||||
|     container_name: oauth2-proxy | ||||
|     image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.2 | ||||
|     image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.3 | ||||
|     command: --config /oauth2-proxy.cfg | ||||
|     hostname: oauth2-proxy | ||||
|     volumes: | ||||
|  |  | |||
|  | @ -13,7 +13,7 @@ version: '3.0' | |||
| services: | ||||
|   oauth2-proxy: | ||||
|     container_name: oauth2-proxy | ||||
|     image: quay.io/oauth2-proxy/oauth2-proxy:2 | ||||
|     image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.3 | ||||
|     command: --config /oauth2-proxy.cfg | ||||
|     ports: | ||||
|       - 4180:4180/tcp | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ slug: / | |||
| 
 | ||||
| 1.  Choose how to deploy: | ||||
| 
 | ||||
|     a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.2`) | ||||
|     a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.3`) | ||||
| 
 | ||||
|     b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy/v7` which will put the binary in `$GOPATH/bin` | ||||
| 
 | ||||
|  |  | |||
|  | @ -6,7 +6,7 @@ slug: / | |||
| 
 | ||||
| 1.  Choose how to deploy: | ||||
| 
 | ||||
|     a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.2`) | ||||
|     a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.3`) | ||||
| 
 | ||||
|     b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy/v7` which will put the binary in `$GOPATH/bin` | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue