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:
- Add constructor for static key strategy (#1802, @xtremerui)
- Add team groups support to bitbucket connector (#1688, @nabokihms)
- Allow Authorization header when doing CORS (#1819, @al45tair)
- Retry Kubernetes update requests (#1847, @nabokihms)
- PKCE support (#1784, @HEllRZA)
- Allow public clients (e.g. SPAs using implicit flow or PKCE) to have redirect URLs other than localhost (#1822, @heidemn-faro)
- Architecture support for arm/arm64/amd64 docker images (#1781, @xUnholy)
Bugfixes:
- Abort connector login if connector was already set (#1708, @tkleczek)
- Fix templates which asset path points to external URL (#1690, @nabokihms)
- Replace deprecated teams endpoint in bitbucket connector (#1812, @nabokihms)
- Log errors from login during password grant (#1830, @al45tair)
- Handle Kubernetes API conflicts properly for signing keys (#1835, @nabokihms)
Minor changes:
- Drop unnecessary
else
statement (#1769, @batara666) - Update Go to 1.15 (#1806, @sagikazarmark)
- Minor CI fixes (#1815, #1856, @sagikazarmark)
- Minor linter changes (#1837, #1845, @nabokihms)
- Reduce image size without apk cache (#1836, @lcostea)
- Minor linter changes (#1853, @sagikazarmark)
- Add issue and PR templates (#1852, @nabokihms)