Merge pull request #2922 from oauth2-proxy/release/v7.8.1
release v7.8.1
This commit is contained in:
		
						commit
						2246e2aadb
					
				
							
								
								
									
										12
									
								
								CHANGELOG.md
								
								
								
								
							
							
						
						
									
										12
									
								
								CHANGELOG.md
								
								
								
								
							| 
						 | 
					@ -6,6 +6,18 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Breaking Changes
 | 
					## Breaking Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Changes since v7.8.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# V7.8.1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Release Highlights
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					- 🐛 Two bugs have been squashed
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Important Notes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					## Breaking Changes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## Changes since v7.8.0
 | 
					## Changes since v7.8.0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- [#2887](https://github.com/oauth2-proxy/oauth2-proxy/issues/2887) fix: jwt regex validation error during skip-jwt-bearer-tokens flow
 | 
					- [#2887](https://github.com/oauth2-proxy/oauth2-proxy/issues/2887) fix: jwt regex validation error during skip-jwt-bearer-tokens flow
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -13,7 +13,7 @@
 | 
				
			||||||
version: '3.0'
 | 
					version: '3.0'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  oauth2-proxy:
 | 
					  oauth2-proxy:
 | 
				
			||||||
    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
 | 
					    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.1
 | 
				
			||||||
    command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml
 | 
					    command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
      - "./oauth2-proxy-alpha-config.cfg:/oauth2-proxy.cfg"
 | 
					      - "./oauth2-proxy-alpha-config.cfg:/oauth2-proxy.cfg"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,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.8.0
 | 
					    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.1
 | 
				
			||||||
    command: --config /oauth2-proxy.cfg
 | 
					    command: --config /oauth2-proxy.cfg
 | 
				
			||||||
    hostname: oauth2-proxy
 | 
					    hostname: oauth2-proxy
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -14,7 +14,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.8.0
 | 
					    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.1
 | 
				
			||||||
    command: --config /oauth2-proxy.cfg
 | 
					    command: --config /oauth2-proxy.cfg
 | 
				
			||||||
    hostname: oauth2-proxy
 | 
					    hostname: oauth2-proxy
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -22,7 +22,7 @@
 | 
				
			||||||
version: '3.0'
 | 
					version: '3.0'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
  oauth2-proxy:
 | 
					  oauth2-proxy:
 | 
				
			||||||
    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
 | 
					    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.1
 | 
				
			||||||
    ports: []
 | 
					    ports: []
 | 
				
			||||||
    hostname: oauth2-proxy
 | 
					    hostname: oauth2-proxy
 | 
				
			||||||
    container_name: oauth2-proxy
 | 
					    container_name: oauth2-proxy
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -23,7 +23,7 @@ version: '3.0'
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  oauth2-proxy:
 | 
					  oauth2-proxy:
 | 
				
			||||||
    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.0
 | 
					    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.1
 | 
				
			||||||
    ports: []
 | 
					    ports: []
 | 
				
			||||||
    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.8.0
 | 
					    image: quay.io/oauth2-proxy/oauth2-proxy:v7.8.1
 | 
				
			||||||
    command: --config /oauth2-proxy.cfg
 | 
					    command: --config /oauth2-proxy.cfg
 | 
				
			||||||
    hostname: oauth2-proxy
 | 
					    hostname: oauth2-proxy
 | 
				
			||||||
    volumes:
 | 
					    volumes:
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@ title: Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1.  Choose how to deploy:
 | 
					1.  Choose how to deploy:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.8.0`)
 | 
					    a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.8.1`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    b. Using Go to install the latest release
 | 
					    b. Using Go to install the latest release
 | 
				
			||||||
    ```bash
 | 
					    ```bash
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -5,7 +5,7 @@ title: Installation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
1.  Choose how to deploy:
 | 
					1.  Choose how to deploy:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.8.0`)
 | 
					    a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.8.1`)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    b. Using Go to install the latest release
 | 
					    b. Using Go to install the latest release
 | 
				
			||||||
    ```bash
 | 
					    ```bash
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue