From 46c3296330ac92cd37629fe416d7510f55174492 Mon Sep 17 00:00:00 2001 From: Joel Speed Date: Sun, 28 Mar 2021 19:25:46 +0100 Subject: [PATCH] Prepare for release v7.1.1 --- CHANGELOG.md | 16 ++++++++++++++++ .../docker-compose-keycloak.yaml | 2 +- contrib/local-environment/docker-compose.yaml | 2 +- docs/docs/installation.md | 2 +- .../versioned_docs/version-7.1.x/installation.md | 2 +- 5 files changed, 20 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 411028bf..c128013d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,22 @@ ## Breaking Changes +## Changes since v7.1.1 + +# V7.1.1 + +## Release Highlights + +- The metrics server could not be started in v7.1.0, this is now fixed. + +## Important Notes + +N/A + +## Breaking Changes + +N/A + ## Changes since v7.1.0 - [#1133](https://github.com/oauth2-proxy/oauth2-proxy/pull/1133) Metrics server should be constructed with secure bind address for TLS (@JoelSpeed) diff --git a/contrib/local-environment/docker-compose-keycloak.yaml b/contrib/local-environment/docker-compose-keycloak.yaml index 7a0d7a05..31f8718f 100644 --- a/contrib/local-environment/docker-compose-keycloak.yaml +++ b/contrib/local-environment/docker-compose-keycloak.yaml @@ -15,7 +15,7 @@ services: oauth2-proxy: container_name: oauth2-proxy - image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.1 command: --config /oauth2-proxy.cfg hostname: oauth2-proxy volumes: diff --git a/contrib/local-environment/docker-compose.yaml b/contrib/local-environment/docker-compose.yaml index c8a1031d..730574a2 100644 --- a/contrib/local-environment/docker-compose.yaml +++ b/contrib/local-environment/docker-compose.yaml @@ -13,7 +13,7 @@ version: '3.0' services: oauth2-proxy: container_name: oauth2-proxy - image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.0 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.1 command: --config /oauth2-proxy.cfg ports: - 4180:4180/tcp diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 22d5e17d..7f87b3b9 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -6,7 +6,7 @@ slug: / 1. Choose how to deploy: - a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.0`) + a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.1`) b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy/v7` which will put the binary in `$GOPATH/bin` diff --git a/docs/versioned_docs/version-7.1.x/installation.md b/docs/versioned_docs/version-7.1.x/installation.md index 22d5e17d..7f87b3b9 100644 --- a/docs/versioned_docs/version-7.1.x/installation.md +++ b/docs/versioned_docs/version-7.1.x/installation.md @@ -6,7 +6,7 @@ slug: / 1. Choose how to deploy: - a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.0`) + a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.1`) b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy/v7` which will put the binary in `$GOPATH/bin`