Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bitnami/oauth2-proxy] Release 6.2.5 #31577

Merged
merged 2 commits into from
Jan 24, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/oauth2-proxy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 6.2.4 (2025-01-17)
## 6.2.5 (2025-01-24)

* [bitnami/oauth2-proxy] Release 6.2.4 ([#31439](https://github.com/bitnami/charts/pull/31439))
* [bitnami/oauth2-proxy] Release 6.2.5 ([#31577](https://github.com/bitnami/charts/pull/31577))

## <small>6.2.4 (2025-01-17)</small>

* [bitnami/oauth2-proxy] Release 6.2.4 (#31439) ([14f55cc](https://github.com/bitnami/charts/commit/14f55cc57e45480ca38bf8259c5083daf592f745)), closes [#31439](https://github.com/bitnami/charts/issues/31439)

## <small>6.2.3 (2025-01-15)</small>

Expand Down
6 changes: 3 additions & 3 deletions bitnami/oauth2-proxy/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ dependencies:
version: 20.6.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.0
digest: sha256:68ad3bebf1d4af98b70368d502ad083c380f0c58384a82eb742d6e09575eacf2
generated: "2025-01-15T15:07:38.737143289Z"
version: 2.29.1
digest: sha256:92838d87a3dea20e191029b94ea09f92d9246d2c1b204128311bfaeb84736895
generated: "2025-01-24T15:58:41.941184882Z"
4 changes: 2 additions & 2 deletions bitnami/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: oauth2-proxy
image: docker.io/bitnami/oauth2-proxy:7.8.1-debian-12-r1
image: docker.io/bitnami/oauth2-proxy:7.8.1-debian-12-r2
apiVersion: v2
appVersion: 7.8.1
dependencies:
Expand Down Expand Up @@ -35,4 +35,4 @@ maintainers:
name: oauth2-proxy
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/oauth2-proxy
version: 6.2.4
version: 6.2.5
2 changes: 1 addition & 1 deletion bitnami/oauth2-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ ingress:
image:
registry: docker.io
repository: bitnami/oauth2-proxy
tag: 7.8.1-debian-12-r1
tag: 7.8.1-debian-12-r2
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading