8000 Releases · dexidp/dex · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: dexidp/dex

v2.0.1

07 Jan 01:06
v2.0.1
Compare
Choose a tag to compare

Changes since v2.0.0

Features:

  • Updated go-oidc package (#765).
  • Add 'make revendor' and tests to catch incorrect glide usage (#756).
  • Add error HTML templates with error description (#742).

Bugs:

  • Enable groupSearch to be empty in connector/ldap (#759).
  • fix postgres timezone handling(#749).

v2.0.0

12 Dec 23:51
Compare
Choose a tag to compare

This is a major release of dex and represents a complete rewrite of the project. The new version has significantly simplified dex's deployment and management story while rethinking and slimming down the implementation.

A full writeup of changes can be found here: https://github.com/coreos/dex/blob/master/Documentation/v2.md

Though v1.0.0 was never tagged, this branch is such a significant departure from previous development that it seems appropriate to call it a v2.

v2.0.0-beta.3

01 Dec 23:32
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md

Changes since beta.2

Documentation:

  • Updated Kubernetes deployment examples (#684)
  • LDAP docs are now clearer about using port 636 for LDAP Secured (#708)
  • Various minor, documentation fixes (#703, #704, #709)

Features:

  • gRPC call for listing passwords (#695)
  • LDAP connector can query full DN's even when they're not present as attributes (#698)
  • LDAP now uses methods provided by gopkg.in/ldap for escaping usernames (#701)
  • LDAP and GitHub connectors now re-query upstream identity provider when refreshing a token (#702)
  • Experimental theme support added for internal CoreOS use while we explore general solutions (#711, #717)
  • Example app uses a non-empty state to help validate that providers correctly respect state (#713)
  • Switched OpenID Connect client to use new coreos/go-oidc changes (#696, #715)

Bugs:

  • Return "groups" in "supported_scopes" (#697)
  • Server test flakes fixed (#700)

v2.0.0-beta.2

17 Nov 06:24
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md

Changes since beta.1

Documentation:

Bug fixes:

  • LDAP Connector now always sets tls.Config.ServerName (#689)

Features:

  • gRCP version call added (#683)
  • Config validation now ensures connectors have an ID (#686)
  • Docker container now ships with openssl for internal health checkers when dex is using HTTPS (#685)

v2.0.0-beta.1

07 Nov 16:48
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

Changes since alpha.5

For an overview of v2 changes refer to the upstream docs: https://github.com/coreos/dex/blob/master/Documentation/v2.md

Documentation:

  • Add docs on gRPC API (#652)
  • Add docs on changes from dex v1 to v2 (#664)

Bug fixes:

  • Fixed Postgres transaction level (#654)
  • Logging in with a bad username no longer returns a 500 (#658)
  • Fixed another case of the server using nano seconds instead of seconds (#671)

Features:

  • Conformance tests added for concurrent updates (#654)
  • API endpoints for creating and updating "local" passwords (#649)
  • API supports client auth (#661)
  • Build with go 1.7.3 instead of 1.7.1 (#666)
  • Switched yaml parser (#667)
  • LDAP connector accepts base64 encoded CA literal in config (#668)
  • Expose expiry settings in config (#665)
  • Debug flag on example-app (#670)
  • Accept raw bcrypt values for staticPasswords (#667, #669)

v2.0.0-alpha.5

28 Oct 20:49
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release

Updates since alpha.4

Features:

  • Minor improvements to the kubernetes storage
    • Allow arbitrary client IDs (#642)
    • Don't use KUBECONFIG environment variable (#638)
    • Guess current context if there's only one context (#634)
    • Reduce noise for expected "bad" status codes (#629)
    • Guess namespace for in cluster clients using service account token (#626)
  • Config can read values from environment (#627)
  • Reworked and expanded LDAP connector (#624)
  • All callback based connectors now share a callback endpoint (#638)

Bug fixes:

  • Fix cache-control header using nano-seconds value instead of seconds (#637)

v2.0.0-alpha.4

19 Oct 21:02
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release
v2.0.0-alpha.4

v2.0.0-alpha.3

14 Oct 17:48
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release
v2.0.0-alpha.3

v2.0.0-alpha.2

14 Oct 17:47
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release
v2.0.0-alpha.2

v2.0.0-alpha.1

06 Oct 17:44
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
v2.0.0-alpha.1
0