From 33f94904796127f28432c322d8d8e4a3a76791e8 Mon Sep 17 00:00:00 2001 From: Nick Date: Mon, 14 Dec 2020 16:51:49 +0000 Subject: [PATCH] Bump dex 2.27.0 (#155) * Bump dex to v2.27.0 Co-authored-by: Nick --- CHANGELOG.md | 11 ++++++++++- charts/dex-k8s-authenticator/Chart.yaml | 4 ++-- charts/dex-k8s-authenticator/values.yaml | 2 +- charts/dex/Chart.yaml | 4 ++-- charts/dex/values.yaml | 4 ++-- 5 files changed, 17 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6943288..efadd67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # Changelog All notable changes to this project will be documented in this file. +## [v1.4.0] + +### Changed + +- Bump dex version to `v2.27.0` (security release) +- Switch to `dexidp/dex` container image registry + ## [v1.3.0] ### Added + - Pass optional `connector_id` to cluster context (#146) - Added `trusted_root_ca` to dex-k8s-authenticator helm chart (#143) - Added `k8s_ca_pem_file` option (#136) @@ -13,6 +21,7 @@ All notable changes to this project will be documented in this file. - Added CircleCI tests ### Fixed + - Fix indentation for `nodeSelector` and `tolerations` in dex-k8s-authenticator helm chart (#137) - Propgate SIGTERM for graceful shutdown (#110) @@ -28,7 +37,7 @@ All notable changes to this project will be documented in this file. ### Changed -- Bump to dex version to `v2.17.0` +- Bump dex version to `v2.17.0` - Bump to `golang:1.12-alpine3.10` - Switch to Go Modules - Minor update (skip cluster selection if only 1 cluster defined) diff --git a/charts/dex-k8s-authenticator/Chart.yaml b/charts/dex-k8s-authenticator/Chart.yaml index 173dab1..4f96065 100644 --- a/charts/dex-k8s-authenticator/Chart.yaml +++ b/charts/dex-k8s-authenticator/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "v1.3.0" +appVersion: "v1.4.0" description: "Authenticator for using Dex with Kubernetes" name: dex-k8s-authenticator -version: 1.3.0 +version: 1.4.0 sources: - https://github.com/mintel/dex-k8s-authenticator maintainers: diff --git a/charts/dex-k8s-authenticator/values.yaml b/charts/dex-k8s-authenticator/values.yaml index e8d8201..a3967f4 100644 --- a/charts/dex-k8s-authenticator/values.yaml +++ b/charts/dex-k8s-authenticator/values.yaml @@ -8,7 +8,7 @@ replicaCount: 1 image: repository: mintel/dex-k8s-authenticator - tag: 1.3.0 + tag: 1.4.0 pullPolicy: Always dexK8sAuthenticator: diff --git a/charts/dex/Chart.yaml b/charts/dex/Chart.yaml index 2ada3ac..de9f1de 100644 --- a/charts/dex/Chart.yaml +++ b/charts/dex/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v1 -appVersion: "2.20.0" +appVersion: "2.27.0" description: "Dex federated authentication service" name: dex -version: 1.3.0 +version: 1.4.0 icon: https://github.com/coreos/dex/blob/master/Documentation/logos/dex-horizontal-color.png sources: - https://github.com/coreos/dex diff --git a/charts/dex/values.yaml b/charts/dex/values.yaml index 86189d0..2a559a0 100644 --- a/charts/dex/values.yaml +++ b/charts/dex/values.yaml @@ -7,8 +7,8 @@ global: replicaCount: 1 image: - repository: quay.io/dexidp/dex - tag: v2.20.0 + repository: dexidp/dex + tag: v2.27.0 pullPolicy: IfNotPresent service: