From b4d3cc50442649526959e986a355f1b37d9ca86a Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 13 Feb 2024 14:43:27 +0100 Subject: [PATCH 1/4] Upgrade to the latest version of the software --- helm/oauth2-proxy/Chart.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/helm/oauth2-proxy/Chart.yaml b/helm/oauth2-proxy/Chart.yaml index 78dc2ec..9b6d752 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,7 +1,7 @@ name: oauth2-proxy -version: 6.23.1 +version: 6.24.0 apiVersion: v2 -appVersion: 7.5.1 +appVersion: 7.6.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ description: A reverse proxy that provides authentication with Google, Github or other providers keywords: @@ -34,8 +34,8 @@ maintainers: kubeVersion: ">=1.9.0-0" annotations: artifacthub.io/changes: | - - kind: fixed - description: Fix indentation in alpha config + - kind: added + description: Upgrade to the latest version of the software links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/180 + url: https://github.com/oauth2-proxy/manifests/pull/184 From 00a9552e2c20bef3f47056f7b16d872ca4aeed28 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 13 Feb 2024 15:16:56 +0100 Subject: [PATCH 2/4] Upgrade to the latest version of Redis --- 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 9b6d752..f04d3d7 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -1,5 +1,5 @@ name: oauth2-proxy -version: 6.24.0 +version: 6.24.1 apiVersion: v2 appVersion: 7.6.0 home: https://oauth2-proxy.github.io/oauth2-proxy/ @@ -14,7 +14,7 @@ keywords: - redis dependencies: - name: redis - version: ~18.5.0 + version: 18.12.1 repository: https://charts.bitnami.com/bitnami alias: redis condition: redis.enabled @@ -35,7 +35,7 @@ kubeVersion: ">=1.9.0-0" annotations: artifacthub.io/changes: | - kind: added - description: Upgrade to the latest version of the software + description: Upgrade to the latest version of Redis links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/184 + url: https://github.com/oauth2-proxy/manifests/pull/185 From 28dd95e77a8b85e2c328bcba66c23394c53920bb Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 13 Feb 2024 15:25:44 +0100 Subject: [PATCH 3/4] fix the PR number --- 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 f04d3d7..e587fd8 100644 --- a/helm/oauth2-proxy/Chart.yaml +++ b/helm/oauth2-proxy/Chart.yaml @@ -38,4 +38,4 @@ annotations: description: Upgrade to the latest version of Redis links: - name: Github PR - url: https://github.com/oauth2-proxy/manifests/pull/185 + url: https://github.com/oauth2-proxy/manifests/pull/186 From 31435d638efb91f9160145eb99388cd053618eb5 Mon Sep 17 00:00:00 2001 From: Pierluigi Lenoci Date: Tue, 13 Feb 2024 15:27:39 +0100 Subject: [PATCH 4/4] chart.lock --- helm/oauth2-proxy/Chart.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/oauth2-proxy/Chart.lock b/helm/oauth2-proxy/Chart.lock index c4023fb..718d063 100644 --- a/helm/oauth2-proxy/Chart.lock +++ b/helm/oauth2-proxy/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: redis repository: https://charts.bitnami.com/bitnami - version: 18.5.0 -digest: sha256:28820c9ec92372ac8ea0833cc0061cd9387f7fdaa023c6b3833a023e139d4f41 -generated: "2023-12-11T14:58:00.816821+01:00" + version: 18.12.1 +digest: sha256:93be520404a3c9ce53a6ea422cfebbf9414136a959bb0c4c73c591ab9d4d78e6 +generated: "2024-02-13T15:27:23.100418+01:00"