File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Changelog
22All 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)
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " v1.3 .0"
2+ appVersion : " v1.4 .0"
33description : " Authenticator for using Dex with Kubernetes"
44name : dex-k8s-authenticator
5- version : 1.3 .0
5+ version : 1.4 .0
66sources :
77- https://github.com/mintel/dex-k8s-authenticator
88maintainers :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ replicaCount: 1
88
99image :
1010 repository : mintel/dex-k8s-authenticator
11- tag : 1.3 .0
11+ tag : 1.4 .0
1212 pullPolicy : Always
1313
1414dexK8sAuthenticator :
Original file line number Diff line number Diff line change 11apiVersion : v1
2- appVersion : " 2.20 .0"
2+ appVersion : " 2.27 .0"
33description : " Dex federated authentication service"
44name : dex
5- version : 1.3 .0
5+ version : 1.4 .0
66icon : https://github.com/coreos/dex/blob/master/Documentation/logos/dex-horizontal-color.png
77sources :
88- https://github.com/coreos/dex
Original file line number Diff line number Diff line change 77replicaCount : 1
88
99image :
10- repository : quay.io/ dexidp/dex
11- tag : v2.20 .0
10+ repository : dexidp/dex
11+ tag : v2.27 .0
1212 pullPolicy : IfNotPresent
1313
1414service :
You can’t perform that action at this time.
0 commit comments