Skip to content

Releases: dexidp/dex

v2.11.0

11 Sep 06:50
v2.11.0
29bc098
Compare
Choose a tag to compare

This is the first new release after moving dex from github.com/coreos to
github.com/dexidp. In the process, a new Quay repository was created, so
you can find the official docker image for this release at:

quay.io/dexidp/dex:v2.11.0

Note that every merge to master now results in a docker image built in
that repository, making it easier to consume recent code changes, and
allowing for a more automated release process.

Features:

  • Updates go to 1.10.2 to support SHA-512 for ldaps (@kpschuck, #1233)
  • Fix timeout bug for etcd3 client connect (byxorna, #1266)
  • Fix default baseURL for GitLab connector (@AnianZ, #1279)
  • Connectors/ldap: treat 'constraint violation' on bind as bad
    credentials (@srenatus, #1285)

...and many fixes to the documentation and examples. Thank you, everyone
involved in helping out here. 🎉👏

v2.10.0

05 Mar 19:35
v2.10.0
218d671
Compare
Choose a tag to compare

The official docker image for this release is available at:

quay.io/coreos/dex:v2.10.0

Features:

v2.9.0

05 Dec 16:12
18da628
Compare
Choose a tag to compare

The official docker image for this release is available at:

quay.io/coreos/dex:v2.9.0

Features:

  • The dex docker image is now built with Go 1.9 (@ericchiang, #1119)
  • The prompt for password based login options is now configurable (@srenatus, #1116)
  • A "select another login option" button has been added to the login page (@srenatus, #1123)
  • The proto API definitions now have a java package tag (@vyshane, #1136)
  • An Azure AD connector has been added (@pborzenkov, #1131)

Bug fixes:

  • Host dependencies from the protobuf build process have been removed (@ericchiang, #1140)
  • Rendered error pages now return HTTP error codes (@kkohtaka, #1142)

v2.8.1

15 Nov 23:29
3eb528f
Compare
Choose a tag to compare

This is a patch release of v2.8.0 with some minor UX improvements cherry picked.

  • Make username prompt configurable #1116
  • Display a "go back" link when there are multiple connector #1123

v2.8.0

06 Nov 17:28
ccf85a7
Compare
Choose a tag to compare

Features:

Bug fixes:

Misc:

v2.7.1

19 Sep 23:05
v2.7.1
Compare
Choose a tag to compare

This is a patch release of dex with the following changes since v2.6.1:

v2.7.0 contains an issue(#1070) with CRD support. Please refrain from using/upgrading to v2.7.0. Only upgrade to v2.7.1!

NOTE: This release makes use of Custom Resource Definitions (CRDs) instead of Third Party Resources (TPRs) for Kubernetes storage. Since Kubernetes has deprecated TPRs, Dex has now switched to CRDs by default. For existing deployments, this either requires a manual migration of the TPR data to CRDs or a config change to continue to use TRPs.

Features:

CRD Support (#1062)
Migrate TPR to CRD Documentation (#1067)
OIDC conformance test setup Docs (#1050)
Bug Fixes:

Error out if go files aren't correctly formatted (#1064)
Fix panic caused by deleting refresh token twice through api (#1056)
storage backend should not explicitly lower-case email ids (#1046)

v2.7.0

18 Sep 22:13
v2.7.0
Compare
Choose a tag to compare

Due to a bug in this release, we've removed the docker image from quay.io and recommend users upgrade directly to v2.7.1.

v2.6.1

21 Aug 23:32
Compare
Choose a tag to compare

This is a security release of dex that addresses flaws in API query parameters and groups scope handling logic in the GitHub connector.

Issue 1: Dex's GitHub API calls used a users' display name, instead of login name, and would fail.
Issue 2: Dex would not check whether a user was a member of groups in orgs/org if a client was not configured to communicate the groups scope to dex, regardless of whether orgs/org were populated in the clients' configuration file.

Users of the GitHub connector should update to this release immediately.

v2.6.0

12 Aug 00:21
Compare
Choose a tag to compare

This is a minor release of dex with the following changes since v2.5.0:

Features:

  • Log high bcrypt costs and password hash timeouts (#1016)
  • Filter by multiple GitHub organizations and teams, document caveats (#1013, #1019)
  • Fetch GitHub private primary email addresses if no public email is available (#1018)
  • LDAP and SAML query and configuration logging (#1021)

Bug Fixes:

  • Fixed hosted domain support for Google OIDC (#1000)

v2.5.0

19 Jul 18:42
v2.5.0
Compare
Choose a tag to compare

This is a minor release of dex with the following changes since v2.4.1:

Features:

Bug Fixes:

  • Fix key rotation with multiple dex instances (#998)
  • Avoid generating an invalid ID attribute in SAML's AuthenRequest element (#985)
  • fix localhost redirect validation for public clients (#941)