From bdf9e6f98568bb02109f25394e81fa1f957ed260 Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Wed, 17 Apr 2024 14:44:21 +0200 Subject: [PATCH 1/4] fix(charts/dex): Helm - Versioning Signed-off-by: Mihai Galos --- charts/dex/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dex/Chart.yaml b/charts/dex/Chart.yaml index b40b80bd..017308dd 100644 --- a/charts/dex/Chart.yaml +++ b/charts/dex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 type: application name: dex version: 0.17.1 -appVersion: "2.39.1" +appVersion: "v2.39.1" kubeVersion: ">=1.14.0-0" description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors. icon: https://dexidp.io/favicon.png From 2b0a3d143c08401c3e392cb2ad1a73232544ec4f Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Wed, 17 Apr 2024 14:51:40 +0200 Subject: [PATCH 2/4] chore(charts/dex): bump chart version Signed-off-by: Mihai Galos --- charts/dex/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/dex/Chart.yaml b/charts/dex/Chart.yaml index 017308dd..29cf57bb 100644 --- a/charts/dex/Chart.yaml +++ b/charts/dex/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 type: application name: dex version: 0.17.1 -appVersion: "v2.39.1" +appVersion: "v2.39.2" kubeVersion: ">=1.14.0-0" description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors. icon: https://dexidp.io/favicon.png @@ -22,7 +22,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "Dex 2.39.1 release" + description: "Dex 2.39.2 release" artifacthub.io/images: | - name: dex image: ghcr.io/dexidp/dex:v2.39.0 From 8219224c9826c1454864c048e7655e7ddb0a11ba Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Wed, 17 Apr 2024 14:52:12 +0200 Subject: [PATCH 3/4] docs(charts/dex): regenerate documentation Signed-off-by: Mihai Galos --- charts/dex/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dex/README.md b/charts/dex/README.md index b888a021..8e094fa4 100644 --- a/charts/dex/README.md +++ b/charts/dex/README.md @@ -1,6 +1,6 @@ # dex -![version: 0.17.1](https://img.shields.io/badge/version-0.17.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 2.39.1](https://img.shields.io/badge/app%20version-2.39.1-informational?style=flat-square) ![kube version: >=1.14.0-0](https://img.shields.io/badge/kube%20version->=1.14.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-dex-informational?style=flat-square)](https://artifacthub.io/packages/helm/dex/dex) +![version: 0.17.1](https://img.shields.io/badge/version-0.17.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: v2.39.2](https://img.shields.io/badge/app%20version-v2.39.2-informational?style=flat-square) ![kube version: >=1.14.0-0](https://img.shields.io/badge/kube%20version->=1.14.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-dex-informational?style=flat-square)](https://artifacthub.io/packages/helm/dex/dex) OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors. From 6361d2bba4144feb3701d2b565ba5abc00c1db43 Mon Sep 17 00:00:00 2001 From: Mihai Galos Date: Mon, 22 Apr 2024 22:11:35 +0200 Subject: [PATCH 4/4] fix: Version Signed-off-by: Mihai Galos --- charts/dex/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/dex/Chart.yaml b/charts/dex/Chart.yaml index 29cf57bb..a6ac7bd3 100644 --- a/charts/dex/Chart.yaml +++ b/charts/dex/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: dex -version: 0.17.1 +version: 0.17.2 appVersion: "v2.39.2" kubeVersion: ">=1.14.0-0" description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors.