update to release version v7.12.0

This commit is contained in:
github-actions[bot] 2025-08-19 05:58:41 +00:00 committed by Jan Larwig
parent 413d4f6976
commit b4b69a6cb3
No known key found for this signature in database
GPG Key ID: C2172BFA220A037A
9 changed files with 18 additions and 8 deletions

View File

@ -2,6 +2,16 @@
## Release Highlights
## Important Notes
## Breaking Changes
## Changes since v7.12.0
# V7.12.0
## Release Highlights
- 🕵️‍♀️ Vulnerabilities have been addressed
- [CVE-2025-47907](https://pkg.go.dev/vuln/GO-2025-3849)

View File

@ -13,7 +13,7 @@
version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.11.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.12.0
command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml
volumes:
- "./oauth2-proxy-alpha-config.cfg:/oauth2-proxy.cfg"

View File

@ -14,7 +14,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.11.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.12.0
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:

View File

@ -14,7 +14,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.11.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.12.0
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:

View File

@ -22,7 +22,7 @@
version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.11.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.12.0
ports: []
hostname: oauth2-proxy
container_name: oauth2-proxy

View File

@ -23,7 +23,7 @@ version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.11.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.12.0
ports: []
hostname: oauth2-proxy
volumes:

View File

@ -13,7 +13,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.11.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.12.0
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:

View File

@ -5,7 +5,7 @@ title: Installation
1. Choose how to deploy:
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.11.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.12.0`)
b. Using Go to install the latest release
```bash

View File

@ -5,7 +5,7 @@ title: Installation
1. Choose how to deploy:
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.11.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.12.0`)
b. Using Go to install the latest release
```bash