From 2dd4a9647a2549b2671d29b4e978e312dc414a94 Mon Sep 17 00:00:00 2001 From: Nick Meves Date: Wed, 28 Apr 2021 09:41:18 -0700 Subject: [PATCH] Update Changelog for release v7.1.3 --- CHANGELOG.md | 12 ++++++++++++ .../local-environment/docker-compose-keycloak.yaml | 2 +- contrib/local-environment/docker-compose.yaml | 2 +- docs/docs/installation.md | 2 +- docs/versioned_docs/version-7.1.x/installation.md | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e21fe7d..bcf4f54e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ ## Important Notes +## Breaking Changes + +## Changes since v7.1.3 + +# V7.1.3 + +## Release Highlights + +- Fixed typos in the metrics server TLS config names + +## Important Notes + - [#967](https://github.com/oauth2-proxy/oauth2-proxy/pull/967) `--insecure-oidc-skip-nonce` is currently `true` by default in case any existing OIDC Identity Providers don't support it. The default will switch to `false` in a future version. diff --git a/contrib/local-environment/docker-compose-keycloak.yaml b/contrib/local-environment/docker-compose-keycloak.yaml index 087050e1..241be3ae 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.2 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.3 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 57fe40ee..dd245730 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:2 + image: quay.io/oauth2-proxy/oauth2-proxy:v7.1.3 command: --config /oauth2-proxy.cfg ports: - 4180:4180/tcp diff --git a/docs/docs/installation.md b/docs/docs/installation.md index aa9ce73f..04e82406 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.2`) + a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.3`) 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 aa9ce73f..04e82406 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.2`) + a. Download [Prebuilt Binary](https://github.com/oauth2-proxy/oauth2-proxy/releases) (current release is `v7.1.3`) b. Build with `$ go get github.com/oauth2-proxy/oauth2-proxy/v7` which will put the binary in `$GOPATH/bin`