From 88d939684f0d523094c4879ecf6dec29a05cb930 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 23 Feb 2024 11:24:39 +0100 Subject: [PATCH] [bitnami/oauth2-proxy] Release 4.8.1 (#23852) * [bitnami/oauth2-proxy] Release 4.8.1 updating components versions Signed-off-by: Bitnami Containers * [bitnami/oauth2-proxy] Properly configure skip_auth_routes during the tests Signed-off-by: Jota Martos --------- Signed-off-by: Bitnami Containers Signed-off-by: Jota Martos Co-authored-by: Jota Martos --- .vib/oauth2-proxy/runtime-parameters.yaml | 2 +- bitnami/oauth2-proxy/Chart.lock | 8 ++++---- bitnami/oauth2-proxy/Chart.yaml | 6 +++--- bitnami/oauth2-proxy/values.yaml | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.vib/oauth2-proxy/runtime-parameters.yaml b/.vib/oauth2-proxy/runtime-parameters.yaml index 72283497b9..110cc18b84 100644 --- a/.vib/oauth2-proxy/runtime-parameters.yaml +++ b/.vib/oauth2-proxy/runtime-parameters.yaml @@ -11,7 +11,7 @@ configuration: oidc_issuer_url = "http://vmware-oauth2-proxy.my:5556/dex" redirect_url = "http://vmware-oauth2-proxy.my/oauth2/callback" cookie_secure = false - skip_auth_routes = [ "^\/dex\/.*" ] + skip_auth_routes = [ "^/dex/.*" ] upstreams = [ "file:///bitnami/oauth2-proxy/conf/", "http://vmware-oauth2-proxy.my:5556/dex/" ] containerPort: 4181 hostAliases: diff --git a/bitnami/oauth2-proxy/Chart.lock b/bitnami/oauth2-proxy/Chart.lock index 17a733f6e6..af6479b02e 100644 --- a/bitnami/oauth2-proxy/Chart.lock +++ b/bitnami/oauth2-proxy/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: redis repository: oci://registry-1.docker.io/bitnamicharts - version: 18.13.0 + version: 18.16.1 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.15.3 -digest: sha256:ef15fdb7c834d0d363330ffc2e2893ae2d4064425cdbf1a7a9ebd39c041aefdb -generated: "2024-02-14T15:43:49.824597424+01:00" + version: 2.16.1 +digest: sha256:4f35de6a77ea64c7173eced25d8ab962935740baa38bcad1c0bad9e7ff00f4c5 +generated: "2024-02-22T15:29:34.662518561Z" diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml index a5455a8012..89e17e3809 100644 --- a/bitnami/oauth2-proxy/Chart.yaml +++ b/bitnami/oauth2-proxy/Chart.yaml @@ -6,9 +6,9 @@ annotations: licenses: Apache-2.0 images: | - name: oauth2-proxy - image: docker.io/bitnami/oauth2-proxy:7.5.1-debian-11-r19 + image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r2 apiVersion: v2 -appVersion: 7.5.1 +appVersion: 7.6.0 dependencies: - condition: redis.enabled name: redis @@ -35,4 +35,4 @@ maintainers: name: oauth2-proxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy -version: 4.8.0 +version: 4.8.1 diff --git a/bitnami/oauth2-proxy/values.yaml b/bitnami/oauth2-proxy/values.yaml index 7eb67bad03..591f1d8773 100644 --- a/bitnami/oauth2-proxy/values.yaml +++ b/bitnami/oauth2-proxy/values.yaml @@ -298,7 +298,7 @@ ingress: image: registry: docker.io repository: bitnami/oauth2-proxy - tag: 7.5.1-debian-11-r19 + tag: 7.6.0-debian-12-r2 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'