From d39092a9e11004461711ca0369ed8490baad3f4d Mon Sep 17 00:00:00 2001 From: Air <88528265+air3ijai@users.noreply.github.com> Date: Tue, 14 Jan 2025 14:17:25 +0200 Subject: [PATCH 1/2] chore: update oauth2-proxy to v7.8.0 --- helm/oauth2-proxy/Chart.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index d07ef842..7329bef8 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,7 +1,7 @@ name: oauth2-proxy -version: 7.9.2 +version: 7.10.0 apiVersion: v2 -appVersion: 7.7.1 +appVersion: 7.8.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ description: A reverse proxy that provides authentication with Google, Github or other providers keywords: @@ -35,7 +35,7 @@ kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - kind: fixed - description: fixed incorrect helm template syntax in readme.md + description: update oauth2-proxy to v7.8.0 links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/274 + url: https://github.com/oauth2-proxy/manifests/pull/276 From 358083dc6f85df4e54fd77bf85a0a7096a208fac Mon Sep 17 00:00:00 2001 From: Jan Larwig Date: Tue, 14 Jan 2025 14:37:02 +0100 Subject: [PATCH 2/2] doc: change artifacthub kind --- helm/oauth2-proxy/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 7329bef8..cbeca608 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -34,7 +34,7 @@ maintainers: kubeVersion: ">=1.16.0-0" annotations: artifacthub.io/changes: | - - kind: fixed + - kind: changed description: update oauth2-proxy to v7.8.0 links: - name: Github PR