diff --git a/bitnami/oauth2-proxy/CHANGELOG.md b/bitnami/oauth2-proxy/CHANGELOG.md index 97c42a3fc3..e6701f66e5 100644 --- a/bitnami/oauth2-proxy/CHANGELOG.md +++ b/bitnami/oauth2-proxy/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 5.3.11 (2024-07-25) +## 5.3.12 (2024-08-07) -* [bitnami/oauth2-proxy] Release 5.3.11 ([#28451](https://github.com/bitnami/charts/pull/28451)) +* [bitnami/oauth2-proxy] Release 5.3.12 ([#28733](https://github.com/bitnami/charts/pull/28733)) + +## 5.3.11 (2024-07-25) + +* [bitnami/oauth2-proxy] Release 5.3.11 (#28451) ([2c92255](https://github.com/bitnami/charts/commit/2c922556df1f63c7f8396621c65e31d3d9d4bfe2)), closes [#28451](https://github.com/bitnami/charts/issues/28451) ## 5.3.10 (2024-07-24) diff --git a/bitnami/oauth2-proxy/Chart.lock b/bitnami/oauth2-proxy/Chart.lock index 2f5c4813cc..a0f22a53fc 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: 19.6.3 + version: 19.6.4 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.20.5 -digest: sha256:00cda8bbf148ec35ae685fd4eabcd19320465811fed0069a4622c5dbbea07cd0 -generated: "2024-07-25T07:11:51.924734555Z" + version: 2.21.0 +digest: sha256:6f21d41a87b8a82b662b233e91a865ed5f28dfc5638baa127511aaf82ebc35e7 +generated: "2024-08-07T07:09:17.949872886Z" diff --git a/bitnami/oauth2-proxy/Chart.yaml b/bitnami/oauth2-proxy/Chart.yaml index b3d7fab56b..38600c16f0 100644 --- a/bitnami/oauth2-proxy/Chart.yaml +++ b/bitnami/oauth2-proxy/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: oauth2-proxy - image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r18 + image: docker.io/bitnami/oauth2-proxy:7.6.0-debian-12-r19 apiVersion: v2 appVersion: 7.6.0 dependencies: @@ -35,4 +35,4 @@ maintainers: name: oauth2-proxy sources: - https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy -version: 5.3.11 +version: 5.3.12 diff --git a/bitnami/oauth2-proxy/values.yaml b/bitnami/oauth2-proxy/values.yaml index ae37f2a408..a6e2b767ac 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.6.0-debian-12-r18 + tag: 7.6.0-debian-12-r19 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'