From bb4492411521a412c2c95521bb25d3aa315adea0 Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Thu, 25 Jan 2024 15:38:48 +0100 Subject: [PATCH] feat: upgrade Dex to 2.38.0 Signed-off-by: Mark Sagi-Kazar --- charts/dex/Chart.yaml | 10 +++++----- charts/dex/README.md | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/dex/Chart.yaml b/charts/dex/Chart.yaml index 309fb9cd..09e8917e 100644 --- a/charts/dex/Chart.yaml +++ b/charts/dex/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 type: application name: dex -version: 0.15.3 -appVersion: "2.37.0" +version: 0.16.0 +appVersion: "2.38.0" kubeVersion: ">=1.14.0-0" description: OpenID Connect (OIDC) identity and OAuth 2.0 provider with pluggable connectors. icon: https://dexidp.io/favicon.png @@ -21,8 +21,8 @@ maintainers: url: https://sagikazarmark.hu annotations: artifacthub.io/changes: | - - kind: added - description: "Add default values for path and honorLabels to ServiceMonitor" + - kind: changed + description: "Dex 2.38.0 release" artifacthub.io/images: | - name: dex - image: ghcr.io/dexidp/dex:v2.37.0 + image: ghcr.io/dexidp/dex:v2.38.0 diff --git a/charts/dex/README.md b/charts/dex/README.md index bad5f4c8..42b5a1e5 100644 --- a/charts/dex/README.md +++ b/charts/dex/README.md @@ -1,6 +1,6 @@ # dex -![version: 0.15.3](https://img.shields.io/badge/version-0.15.3-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 2.37.0](https://img.shields.io/badge/app%20version-2.37.0-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.16.0](https://img.shields.io/badge/version-0.16.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 2.38.0](https://img.shields.io/badge/app%20version-2.38.0-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. @@ -50,7 +50,7 @@ ingress: ### Minimal TLS configuration HTTPS is basically mandatory these days, especially for authentication and authorization services. -There are several solutions for protecting services with TLS in Kubernetes, +There are several solutions for protecting services with TlS in Kubernetes, but by far the most popular and portable is undoubtedly [Cert Manager](https://cert-manager.io). Cert Manager can be [installed](https://cert-manager.io/docs/installation/kubernetes) with a few steps: