update to release version v7.14.0

This commit is contained in:
github-actions[bot]
2026-01-17 11:04:42 +01:00
committed by Jan Larwig
parent d16a0c4d47
commit 3124bf7bda
9 changed files with 18 additions and 8 deletions
+10
View File
@@ -6,6 +6,16 @@
## Breaking Changes
## Changes since v7.14.0
# V7.14.0
## Release Highlights
## Important Notes
## Breaking Changes
## Changes since v7.13.0
- [#3290](https://github.com/oauth2-proxy/oauth2-proxy/pull/3290) fix: WebSocket proxy to respect PassHostHeader setting (@UnsignedLong)
@@ -14,7 +14,7 @@ version: "3.0"
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.0
command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml
hostname: oauth2-proxy
volumes:
@@ -14,7 +14,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.0
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
@@ -14,7 +14,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.0
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
@@ -22,7 +22,7 @@
version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.0
ports: []
hostname: oauth2-proxy
container_name: oauth2-proxy
@@ -23,7 +23,7 @@ version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.13.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.0
ports: []
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:v7.13.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.14.0
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
+1 -1
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.13.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.14.0`)
b. Using Go to install the latest release
```bash
@@ -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.13.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.14.0`)
b. Using Go to install the latest release
```bash