Skip to content

v2.30.0

Compare
Choose a tag to compare
@nabokihms nabokihms released this 03 Aug 13:16
· 1139 commits to master since this release
3fac2ab

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