diff --git a/bitnami/oauth2-proxy/CHANGELOG.md b/bitnami/oauth2-proxy/CHANGELOG.md index 6f0be76a84a151..74018a37a32ea1 100644 --- a/bitnami/oauth2-proxy/CHANGELOG.md +++ b/bitnami/oauth2-proxy/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 6.0.4 (2024-10-02) +## 6.0.5 (2024-10-08) -* [bitnami/oauth2-proxy] Release 6.0.4 ([#29737](https://github.com/bitnami/charts/pull/29737)) +* [bitnami/oauth2-proxy] Release 6.0.5 ([#29826](https://github.com/bitnami/charts/pull/29826)) + +## 6.0.4 (2024-10-02) + +* [bitnami/oauth2-proxy] Release 6.0.4 (#29737) ([cfc1c86](https://github.com/bitnami/charts/commit/cfc1c8696d90e6b7b4f43b2e5ca9e167ae16e913)), closes [#29737](https://github.com/bitnami/charts/issues/29737) ## 6.0.3 (2024-10-02) diff --git a/bitnami/oauth2-proxy/Chart.lock b/bitnami/oauth2-proxy/Chart.lock index 1fe813e9f4a785..ffe486c8e40fda 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: 20.1.6 + version: 20.1.7 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.23.0 -digest: sha256:084fd339b54856e2b3402ef8072fdb3c4b7ba92ccf49b783f16c495cd9c6e673 -generated: "2024-10-02T14:34:34.05307273Z" + version: 2.24.0 +digest: sha256:0cf7d51a54f3c03babcc82659fd33e90b085dd5726945b13944f976c2a39cc97 +generated: "2024-10-08T18:51:21.194276534Z" diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml index ae73647f07ebeb..de9f556f33a772 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.7.0-debian-12-r0 + image: docker.io/bitnami/oauth2-proxy:7.7.1-debian-12-r0 apiVersion: v2 -appVersion: 7.7.0 +appVersion: 7.7.1 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: 6.0.4 +version: 6.0.5 diff --git a/bitnami/oauth2-proxy/values.yaml b/bitnami/oauth2-proxy/values.yaml index a1dcb9f91917f4..1a79a7c17c0ce7 100644 --- a/bitnami/oauth2-proxy/values.yaml +++ b/bitnami/oauth2-proxy/values.yaml @@ -309,7 +309,7 @@ ingress: image: registry: docker.io repository: bitnami/oauth2-proxy - tag: 7.7.0-debian-12-r0 + tag: 7.7.1-debian-12-r0 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'