Skip to content

Tags: dexidp/dex

Tags

v2.43.1

Toggle v2.43.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release 2.43.1

v2.43.0

Toggle v2.43.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release 2.43.0

v2.42.1

Toggle v2.42.1's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release 2.42.1

v2.42.0

Toggle v2.42.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release 2.42.0

api/v2.3.0

Toggle api/v2.3.0's commit message

Verified

This tag was signed with the committer’s verified signature.
sagikazarmark Márk Sági-Kazár
Release API 2.3.0

api/v2.2.0

Toggle api/v2.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added Discovery to grpc (#3598)

Signed-off-by: Koen de Laat <[email protected]>

v2.41.1

Toggle v2.41.1's commit message
Change workdir for gomplate (#3684)

Workaround to run gomplate from a non-root directory in distroless images, because gomplate tries to access CWD on start.
See: hairyhenderson/gomplate#2202

Signed-off-by: m.nabokikh <[email protected]>

v2.41.0

Toggle v2.41.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(deps): bump github/codeql-action from 3.25.14 to 3.25.15 (#3664)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.14 to 3.25.15.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5cf07d8...afb54ba)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v2.40.0

Toggle v2.40.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump gomplate 3.11.8 (#3565)

Signed-off-by: Maksim Nabokikh <[email protected]>

v2.39.1

Toggle v2.39.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Do not escape password for LDAP connectors (#3470)

With the change introduced in #3372 Dex declines passwords that contain special characters. Since password is not passed to any kind of filters, it is safe to pass a password as is. No LDAP query injections are possible.

This commit is a revert of password escaping.

Signed-off-by: m.nabokikh <[email protected]>