Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: oauth2-proxy/manifests
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: oauth2-proxy-7.12.5
Choose a base ref
...
head repository: oauth2-proxy/manifests
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: oauth2-proxy-7.12.6
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 10, 2025

  1. chore(deps): update helm release redis to v20.11.3

    renovate[bot] authored Mar 10, 2025

    Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    72f5138 View commit details
  2. Update Chart.yaml

    pierluigilenoci authored Mar 10, 2025
    Copy the full SHA
    31ca830 View commit details
  3. Merge pull request #294 from oauth2-proxy/renovate/all-patch-updates

    chore(deps): update helm release redis to v20.11.3
    pierluigilenoci authored Mar 10, 2025
    Copy the full SHA
    8a5f77d View commit details
Showing with 6 additions and 6 deletions.
  1. +3 −3 helm/oauth2-proxy/Chart.lock
  2. +3 −3 helm/oauth2-proxy/Chart.yaml
6 changes: 3 additions & 3 deletions helm/oauth2-proxy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 20.11.2
digest: sha256:d97d3808b660f49aa08b5a5e963f97faf9fcbe001ba5acfb9289313e546e6094
generated: "2025-03-05T14:48:34.362232862Z"
version: 20.11.3
digest: sha256:e631741abfdd6880ffb18d2b6622da8e66aab8b4b90abf155db10554c01219f7
generated: "2025-03-10T13:53:27.544381631Z"
6 changes: 3 additions & 3 deletions helm/oauth2-proxy/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: oauth2-proxy
version: 7.12.5
version: 7.12.6
apiVersion: v2
appVersion: 7.8.1
home: https://oauth2-proxy.github.io/oauth2-proxy/
@@ -14,7 +14,7 @@ keywords:
- redis
dependencies:
- name: redis
version: 20.11.2
version: 20.11.3
repository: https://charts.bitnami.com/bitnami
alias: redis
condition: redis.enabled
@@ -35,4 +35,4 @@ annotations:
description: Updated the Redis chart to the latest version
links:
- name: Github PR
url: https://github.com/oauth2-proxy/manifests/pull/293
url: https://github.com/oauth2-proxy/manifests/pull/294