Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mintel/dex-k8s-authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmintel committed Dec 14, 2020
2 parents 1e8d82e + 33f9490 commit 576d1cb
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 8 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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)

Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions charts/dex-k8s-authenticator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/dex-k8s-authenticator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ replicaCount: 1

image:
repository: mintel/dex-k8s-authenticator
tag: 1.3.0
tag: 1.4.0
pullPolicy: Always

dexK8sAuthenticator:
Expand Down
4 changes: 2 additions & 2 deletions charts/dex/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions charts/dex/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 576d1cb

Please sign in to comment.