Skip to content

Releases: dexidp/dex

v2.30.3

02 Feb 18:05
d5f2651
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.3

Bugfixes:

  • Bitbucket Cloud connector: replace /teams API w/ /workspaces
    (#2390, @rahulchheda)

    Note: Deprecated /teams endpoints were deleted by Atlassian, which broke the Bitbucket Cloud connector. Thus anyone using authentication through Bitbucket Cloud should upgrade Dex to the >= v2.30.3 version.

v2.30.2

16 Nov 00:06
v2.30.2
6e30b36
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.2

This version is identical to v2.30.1.

We had some issues with CI when tagging v2.30.1 and tried tagging one more time. Ultimately, it turned out to be a permission issue. After fixing that both builds completed successfully.

v2.30.1

15 Nov 14:21
v2.30.1
7e826fd
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.1

Security:

v2.30.0

03 Aug 13:16
3fac2ab
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.30.0

Features:

Bugfixes:

  • Fix refreshing tokens that obtained with the password grant type (#2199, @hensur)
  • Use only one sqlite3 connection to avoid the "database is locked" error (#2212, @salmanisd)

Minor changes:

  • Add the ent-based postgres storage (#2121, @nabokihms)
  • Demonstrate use of the htpasswd for the bCrypt hashing in static passwords (#2218, @jglick)

Dependencies:

  • github.com/spf13/cobra 1.1.3 -> 1.2.1
  • google.golang.org/grpc 1.38.0 -> 1.39.0
  • google.golang.org/api 0.49.0 -> 0.52.0
  • Build golang docker image 1.16.5-alpine3.13 -> 1.16.6-alpine3.13

v2.29.0

29 Jun 15:05
v2.29.0
0780edb
Compare
Choose a tag to compare

The official container image for this release can be pulled from

ghcr.io/dexidp/dex:v2.29.0

Features:

Bugfixes:

Security:

  • Use constant time comparison for client secret verification (#1861, @xtremerui)

Minor changes:

  • Dependency upgrades
  • Tons of small fixes and changes

Find more details in the v2.29.0 milestone.

Many thanks to everyone who contributed to this release!

v2.28.1

20 Mar 20:04
v2.28.1
a1adf86
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.28.1

Bugfixes:

v2.28.0

12 Mar 22:26
v2.28.0
83ad7bc
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

ghcr.io/dexidp/dex:v2.28.0

Features:

  • Add c_hash to id_token, issued on /auth endpoint, when in hybrid flow (#1773, @HEllRZA)
  • Allow configuration of returned auth proxy header (#1839, @seuf)
  • Allow to disable os.ExpandEnv for storage + connector configs by env variable DEX_EXPAND_ENV = false (#1902, @heidemn-faro)
  • Added the possibility to activate lowercase for UPN-Strings (#1888, @VF-mbrauer)
  • Add "Cache-control: no-store" and "Pragma: no-cache" headers to token responses (#1948, @nabokihms)
  • Add gomplate to the docker image (#1893, @nabokihms)
  • Graceful shutdown (#1963, @nabokihms)
  • Allow public clients created with API to have no client_secret (#1871, @spohner)

Bugfixes:

  • Fix the etcd PKCE AuthCode deserialization (#1908, @bnu0)
  • Fix garbage collection logging of device codes and device request (#1918, @nabokihms)
  • Discovery endpoint contains updated claims and auth methods (#1951, @nabokihms)
  • Return invalid_grant error if auth code is invalid or expired (#1952, @nabokihms)
  • Return an error to auth requests with the "request" parameter (#1956, @nabokihms)

Minor changes:

  • Change default themes to light/dark (#1858, @nabokihms)
  • Various developer experience improvements
  • Dependency upgrades
  • Tons of small fixes and changes

v2.27.0

14 Dec 08:58
v2.27.0
0f9e288
Compare
Choose a tag to compare

Action Required

This security release addresses the following advisory: GHSA-m9hp-7r99-94h5

Dex users should immediately update to v2.27.0.

Assets

The official container images for this release can be pulled from:

  • dexidp/dex:v2.27.0
  • ghcr.io/dexidp/dex:v2.27.0

Make sure to always use an image with a version tag.

Changelog since v2.26.0

  • connector/saml: Validate XML roundtrip data before processing request

  • Build the sqlite storage backend via build tag so Dex can compile when cgo is disabled

  • Update image versions

    • golang:1.15.6-alpine3.12
    • postgres:10.15
    • gcr.io/etcd-development/etcd:v3.4.9
  • Copy module dependencies to Docker image for CVE scanning / dependency analysis

Maintenance

  • MAINTAINERS: @srenatus is now Emeritus

  • README.md: Use maintainers list for reporting security issues

  • .github: Add release notes block to pull request template

  • Fully automate dev setup with Gitpod

    Implements a fully-automated development setup using Gitpod.io, an
    online IDE for GitHub and GitLab that enables Dev-Environments-As-Code.
    This makes it easy for anyone to get a ready-to-code workspace for any branch,
    issue or pull request almost instantly with a single click.

  • Enable CodeQL for the Dex repository

  • docs: Fixup broken links

Dependencies

Added

  • github.com/mattermost/xml-roundtrip-validator: 1a8688a
  • gopkg.in/yaml.v3: 9f266ea

Changed

Removed

Nothing has changed.

v2.26.0

05 Nov 15:43
71bbbee
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

dexidp/dex:v2.26.0
ghcr.io/dexidp/dex:v2.26.0

⚠️ As of this release the latest Docker image tag will always point to master. ⚠️
Make sure to always use an image with a version tag.

Features:

Bugfixes:

Minor changes:

v2.25.0

11 Sep 07:07
e837475
Compare
Choose a tag to compare

The official docker release for this release can be pulled from

dexidp/dex:v2.25.0

Features:

Bugfixes:

  • Add offline_access scope in microsoft connector, if required (#1441, @jimmythedog)
  • Allow the google connector to work without a service account (#1720, @candlerb)

Minor changes: