Skip to content

Commit

Permalink
Merge pull request oauth2-proxy#2807 from oauth2-proxy/release/v7.7.1
Browse files Browse the repository at this point in the history
release v7.7.1
  • Loading branch information
JoelSpeed authored Oct 8, 2024
2 parents ff761d2 + 055a634 commit 6fb0201
Show file tree
Hide file tree
Showing 9 changed files with 21 additions and 9 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@

## Breaking Changes

## Changes since v7.7.1

# V7.7.1

## Release Highlights

- 🐛 Several bugs have been squashed

## Important Notes

## Breaking Changes

## Changes since v7.7.0

- [#2803](https://github.com/oauth2-proxy/oauth2-proxy/pull/2803) fix: self signed certificate handling in v7.7.0 (@tuunit)
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-alpha-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
command: --config /oauth2-proxy.cfg --alpha-config /oauth2-proxy-alpha-config.yaml
volumes:
- "./oauth2-proxy-alpha-config.cfg:/oauth2-proxy.cfg"
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-gitea.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-keycloak.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
Expand Down
4 changes: 2 additions & 2 deletions contrib/local-environment/docker-compose-nginx.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
version: '3.0'
services:
oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
ports: []
hostname: oauth2-proxy
container_name: oauth2-proxy
command: --config /oauth2-proxy.cfg
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
volumes:
- "./oauth2-proxy-nginx.cfg:/oauth2-proxy.cfg"
networks:
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose-traefik.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ version: '3.0'
services:

oauth2-proxy:
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
ports: []
hostname: oauth2-proxy
volumes:
Expand Down
2 changes: 1 addition & 1 deletion contrib/local-environment/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ version: '3.0'
services:
oauth2-proxy:
container_name: oauth2-proxy
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.0
image: quay.io/oauth2-proxy/oauth2-proxy:v7.7.1
command: --config /oauth2-proxy.cfg
hostname: oauth2-proxy
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.7.1`)

b. Using Go to install the latest release
```bash
Expand Down
2 changes: 1 addition & 1 deletion docs/versioned_docs/version-7.7.x/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.7.0`)
a. Using a [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.7.1`)

b. Using Go to install the latest release
```bash
Expand Down

0 comments on commit 6fb0201

Please sign in to comment.