Merge pull request #1145 from oauth2-proxy/release-v7.1.2
Update Changelog for release v7.1.2
This commit is contained in:
		
						commit
						9d20b4e0e2
					
				
							
								
								
									
										18
									
								
								CHANGELOG.md
								
								
								
								
							
							
						
						
									
										18
									
								
								CHANGELOG.md
								
								
								
								
							|  | @ -6,11 +6,27 @@ | ||||||
| 
 | 
 | ||||||
| ## Breaking Changes | ## Breaking Changes | ||||||
| 
 | 
 | ||||||
|  | ## Changes since v7.1.2 | ||||||
|  | 
 | ||||||
|  | # V7.1.2 | ||||||
|  | 
 | ||||||
|  | ## Release Highlights | ||||||
|  | 
 | ||||||
|  | - Metrics bind address initialisation was broken in config files | ||||||
|  | 
 | ||||||
|  | ## Important Notes | ||||||
|  | 
 | ||||||
|  | N/A | ||||||
|  | 
 | ||||||
|  | ## Breaking Changes | ||||||
|  | 
 | ||||||
|  | N/A | ||||||
|  | 
 | ||||||
| ## Changes since v7.1.1 | ## Changes since v7.1.1 | ||||||
| 
 | 
 | ||||||
| - [#1129](https://github.com/oauth2-proxy/oauth2-proxy/pull/1129) Rewrite OpenRedirect tests in ginkgo (@JoelSpeed) | - [#1129](https://github.com/oauth2-proxy/oauth2-proxy/pull/1129) Rewrite OpenRedirect tests in ginkgo (@JoelSpeed) | ||||||
| - [#1127](https://github.com/oauth2-proxy/oauth2-proxy/pull/1127) Remove unused fields from OAuthProxy (@JoelSpeed) | - [#1127](https://github.com/oauth2-proxy/oauth2-proxy/pull/1127) Remove unused fields from OAuthProxy (@JoelSpeed) | ||||||
| - [#1141](https://github.com/oauth2-proxy/oauth2-proxy/pull/1141) Fix metrics server bind address initialization | - [#1141](https://github.com/oauth2-proxy/oauth2-proxy/pull/1141) Fix metrics server bind address initialization (@oliver006) | ||||||
| 
 | 
 | ||||||
| # V7.1.1 | # V7.1.1 | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -15,7 +15,7 @@ services: | ||||||
| 
 | 
 | ||||||
|   oauth2-proxy: |   oauth2-proxy: | ||||||
|     container_name: oauth2-proxy |     container_name: oauth2-proxy | ||||||
|     image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.1 |     image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.2 | ||||||
|     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:v7.1.1 |     image: quay.io/oauth2-proxy/oauth2-proxy:2 | ||||||
|     command: --config /oauth2-proxy.cfg |     command: --config /oauth2-proxy.cfg | ||||||
|     ports: |     ports: | ||||||
|       - 4180:4180/tcp |       - 4180:4180/tcp | ||||||
|  |  | ||||||
|  | @ -6,7 +6,7 @@ slug: / | ||||||
| 
 | 
 | ||||||
| 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 `v7.1.1`) |     a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.2`) | ||||||
| 
 | 
 | ||||||
|     b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy/v7` which will put the binary in `$GOPATH/bin` |     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: | 1.  Choose how to deploy: | ||||||
| 
 | 
 | ||||||
|     a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.1`) |     a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.2`) | ||||||
| 
 | 
 | ||||||
|     b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy/v7` which will put the binary in `$GOPATH/bin` |     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