1
0
mirror of https://github.com/oauth2-proxy/oauth2-proxy.git synced 2025-08-06 22:42:56 +02:00

update to release version v7.10.0

This commit is contained in:
github-actions[bot]
2025-07-17 07:56:01 +00:00
parent 07a388d17e
commit 5808f5376a
9 changed files with 18 additions and 8 deletions

View File

@ -6,6 +6,16 @@
## Breaking Changes ## Breaking Changes
## Changes since v7.10.0
# V7.10.0
## Release Highlights
## Important Notes
## Breaking Changes
## Changes since v7.9.0 ## Changes since v7.9.0
- [#3072](https://github.com/oauth2-proxy/oauth2-proxy/pull/3072) feat: support for multiple github orgs #3072 (@daniel-mersch) - [#3072](https://github.com/oauth2-proxy/oauth2-proxy/pull/3072) feat: support for multiple github orgs #3072 (@daniel-mersch)

View File

@ -13,7 +13,7 @@
version: '3.0' version: '3.0'
services: services:
oauth2-proxy: oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.9.0 image: quay.io/oauth2-proxy/oauth2-proxy:v7.10.0
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"

View File

@ -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.9.0 image: quay.io/oauth2-proxy/oauth2-proxy:v7.10.0
command: --config /oauth2-proxy.cfg command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy hostname: oauth2-proxy
volumes: volumes:

View File

@ -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.9.0 image: quay.io/oauth2-proxy/oauth2-proxy:v7.10.0
command: --config /oauth2-proxy.cfg command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy hostname: oauth2-proxy
volumes: volumes:

View File

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

View File

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

View File

@ -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.9.0 image: quay.io/oauth2-proxy/oauth2-proxy:v7.10.0
command: --config /oauth2-proxy.cfg command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy hostname: oauth2-proxy
volumes: volumes:

View File

@ -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.9.0`) a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.10.0`)
b. Using Go to install the latest release b. Using Go to install the latest release
```bash ```bash

View File

@ -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.9.0`) a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.10.0`)
b. Using Go to install the latest release b. Using Go to install the latest release
```bash ```bash