release v7.15.1 (#3384)

* update to release version v7.15.1

* doc: release notes for v7.15.1

Signed-off-by: Jan Larwig <jan@larwig.com>

---------

Signed-off-by: Jan Larwig <jan@larwig.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan Larwig <jan@larwig.com>
This commit is contained in:
github-actions[bot] 2026-03-23 15:46:15 +01:00 committed by GitHub
parent 46be69c276
commit 848ec8ba82
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
9 changed files with 22 additions and 10 deletions

View File

@ -2,8 +2,20 @@
## Release Highlights
- Fixes [CVE-2026-33186](https://nvd.nist.gov/vuln/detail/CVE-2026-33186)
- OAuth2 Proxy was not impacted by this vulnerability as it isn't in the path of execution
## Important Notes
## Breaking Changes
## Changes since v7.15.1
# V7.15.1
## Release Highlights
- 🐛 Squashed some bugs
- 🕵️‍♀️ Vulnerabilities have been addressed
- [CVE-2026-33186](https://nvd.nist.gov/vuln/detail/CVE-2026-33186)
OAuth2 Proxy was not impacted by this vulnerability as it isn't in the path of execution
## Important Notes

View File

@ -14,7 +14,7 @@ version: "3.0"
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml
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.15.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
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.15.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
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.15.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
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.15.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
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.15.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
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.15.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.15.1`)
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.15.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.15.1`)
b. Using Go to install the latest release
```bash