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.4
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.5
Choose a head ref
  • 3 commits
  • 2 files changed
  • 2 contributors

Commits on Mar 5, 2025

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

    renovate[bot] authored Mar 5, 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
    d3c804f View commit details
  2. Update Chart.yaml

    pierluigilenoci authored Mar 5, 2025
    Copy the full SHA
    adf7905 View commit details
  3. Merge pull request #293 from oauth2-proxy/renovate/all-patch-updates

    chore(deps): update helm release redis to v20.11.2
    pierluigilenoci authored Mar 5, 2025
    Copy the full SHA
    8e1abc3 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.0
digest: sha256:f321f28aa69428ddec132775d70c3c760f04ac2c49df3f5075310c3a2c32394a
generated: "2025-03-04T13:29:52.364402961Z"
version: 20.11.2
digest: sha256:d97d3808b660f49aa08b5a5e963f97faf9fcbe001ba5acfb9289313e546e6094
generated: "2025-03-05T14:48:34.362232862Z"
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.4
version: 7.12.5
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.0
version: 20.11.2
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/292
url: https://github.com/oauth2-proxy/manifests/pull/293