Skip to content

Commit 576d1cb

Browse files
committed
Merge branch 'master' of github.com:mintel/dex-k8s-authenticator
2 parents 1e8d82e + 33f9490 commit 576d1cb

5 files changed

Lines changed: 17 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [v1.4.0]
5+
6+
### Changed
7+
8+
- Bump dex version to `v2.27.0` (security release)
9+
- Switch to `dexidp/dex` container image registry
10+
411
## [v1.3.0]
512

613
### Added
14+
715
- Pass optional `connector_id` to cluster context (#146)
816
- Added `trusted_root_ca` to dex-k8s-authenticator helm chart (#143)
917
- Added `k8s_ca_pem_file` option (#136)
@@ -13,6 +21,7 @@ All notable changes to this project will be documented in this file.
1321
- Added CircleCI tests
1422

1523
### Fixed
24+
1625
- Fix indentation for `nodeSelector` and `tolerations` in dex-k8s-authenticator helm chart (#137)
1726
- Propgate SIGTERM for graceful shutdown (#110)
1827

@@ -28,7 +37,7 @@ All notable changes to this project will be documented in this file.
2837

2938
### Changed
3039

31-
- Bump to dex version to `v2.17.0`
40+
- Bump dex version to `v2.17.0`
3241
- Bump to `golang:1.12-alpine3.10`
3342
- Switch to Go Modules
3443
- Minor update (skip cluster selection if only 1 cluster defined)

charts/dex-k8s-authenticator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "v1.3.0"
2+
appVersion: "v1.4.0"
33
description: "Authenticator for using Dex with Kubernetes"
44
name: dex-k8s-authenticator
5-
version: 1.3.0
5+
version: 1.4.0
66
sources:
77
- https://github.com/mintel/dex-k8s-authenticator
88
maintainers:

charts/dex-k8s-authenticator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88

99
image:
1010
repository: mintel/dex-k8s-authenticator
11-
tag: 1.3.0
11+
tag: 1.4.0
1212
pullPolicy: Always
1313

1414
dexK8sAuthenticator:

charts/dex/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
apiVersion: v1
2-
appVersion: "2.20.0"
2+
appVersion: "2.27.0"
33
description: "Dex federated authentication service"
44
name: dex
5-
version: 1.3.0
5+
version: 1.4.0
66
icon: https://github.com/coreos/dex/blob/master/Documentation/logos/dex-horizontal-color.png
77
sources:
88
- https://github.com/coreos/dex

charts/dex/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ global:
77
replicaCount: 1
88

99
image:
10-
repository: quay.io/dexidp/dex
11-
tag: v2.20.0
10+
repository: dexidp/dex
11+
tag: v2.27.0
1212
pullPolicy: IfNotPresent
1313

1414
service:

0 commit comments

Comments
 (0)