mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2024-11-24 08:52:25 +02:00
update to release version v7.6.0
This commit is contained in:
parent
975c739b62
commit
b009395223
10
CHANGELOG.md
10
CHANGELOG.md
@ -6,6 +6,16 @@
|
|||||||
|
|
||||||
## Breaking Changes
|
## Breaking Changes
|
||||||
|
|
||||||
|
## Changes since v7.6.0
|
||||||
|
|
||||||
|
# V7.6.0
|
||||||
|
|
||||||
|
## Release Highlights
|
||||||
|
|
||||||
|
## Important Notes
|
||||||
|
|
||||||
|
## Breaking Changes
|
||||||
|
|
||||||
## Changes since v7.5.1
|
## Changes since v7.5.1
|
||||||
|
|
||||||
- [#2381](https://github.com/oauth2-proxy/oauth2-proxy/pull/2381) Allow username authentication to Redis cluster (@rossigee)
|
- [#2381](https://github.com/oauth2-proxy/oauth2-proxy/pull/2381) Allow username authentication to Redis cluster (@rossigee)
|
||||||
|
@ -23,7 +23,7 @@ Going forward, all images shall be available at `quay.io/oauth2-proxy/oauth2-pro
|
|||||||
|
|
||||||
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.5.1`)
|
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.6.0`)
|
||||||
|
|
||||||
b. Using Go to install the latest release
|
b. Using Go to install the latest release
|
||||||
```bash
|
```bash
|
||||||
|
@ -14,7 +14,7 @@ version: '3.0'
|
|||||||
services:
|
services:
|
||||||
oauth2-proxy:
|
oauth2-proxy:
|
||||||
container_name: oauth2-proxy
|
container_name: oauth2-proxy
|
||||||
image: gitea-oauth #quay.io/oauth2-proxy/oauth2-proxy:v7.5.1
|
image: gitea-oauth #quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
|
||||||
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.5.1
|
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
|
||||||
command: --config /oauth2-proxy.cfg
|
command: --config /oauth2-proxy.cfg
|
||||||
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.5.1
|
image: quay.io/oauth2-proxy/oauth2-proxy:v7.6.0
|
||||||
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.5.1`)
|
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.6.0`)
|
||||||
|
|
||||||
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.5.1`)
|
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.6.0`)
|
||||||
|
|
||||||
b. Using Go to install the latest release
|
b. Using Go to install the latest release
|
||||||
```bash
|
```bash
|
||||||
|
Loading…
Reference in New Issue
Block a user