Skip to content

Releases: dasniko/testcontainers-keycloak

v3.4.0

10 Jun 12:33
Compare
Choose a tag to compare

What's Changed

  • use fixed health endpoint for wait strategy on new management port by @dasniko in #142
  • use envvars as default config options and add custom command parts by @dasniko in #143
  • allow for multiple provider classes locations by @dasniko in #129
  • new truststore config by @dasniko in #144
  • don't use client auth on http management port by @dasniko in #146

Full Changelog: v.3.3.1...3.4.0

v.3.3.1

29 Apr 15:42
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v.3.3.1

v3.3.0

04 Mar 20:57
Compare
Choose a tag to compare

Upgrade Keycloak dependencies to 24.0 and other dependencies to most recent versions.

v3.2.0

23 Nov 20:05
Compare
Choose a tag to compare

Upgrade dependencies to Keycloak 23.0

v3.1.0

04 Nov 21:08
Compare
Choose a tag to compare

What's Changed

  • Add support for verbose command line argument #114
  • Add option to remotely debug Keycloak by @martinleim in #118

New Contributors

Full Changelog: 3.0.0...3.1.0

Keycloak 22 w/ Java 17 and jakarta.* namespace support - Breaking Changes!

11 Jul 17:26
Compare
Choose a tag to compare

With Keycloak 22 come a bunch of breaking changes, see this blog post here for all the important information!

This release now contains:

  • fully based on Java 17 (may be breaking)
  • using the new default keycloak-admin-client, which is based on jakarta.* namespace (breaking)
  • revised value of the default context path - the server url returned by getAuthServerUrl() now does not end with a / (slash) at the end if you provided no custom context path! (breaking)
  • make the method getKeycloakDefaultVersion() public, to be able to get the information from the container during runtime, e.g. in automated tests (not breaking)

Keycloak 22 - last 2.x release version!

11 Jul 16:53
Compare
Choose a tag to compare

As Keycloak 22 comes with a lot of major changes, which are mostly incompatible with prior versions and makes secure, modern and uptodate software development hard, this release will be the last version of the 2.x release branch.
See this blog post here for further details: https://www.keycloak.org/2023/07/keycloak-2200-released.html

Also, there's no guarantee, that this Keycloak testcontainer with version 22 will work properly at all places without errors!

What's Changed besides the above mentioned

2.5.0: Keycloak 21, Extensible Keycloak Container

23 Feb 12:19
Compare
Choose a tag to compare

What's Changed

  • [#98] Add generics to the KeycloakContainer class by @nils-christian in #100
  • Since a few versions, Keycloak Containers have moving tags with major.minor version. From now on, the defaults in this repository also are based on the moving tags. This means, that if you just use the defaults, you will use 21.0 which is 21.0.0 as of the time writing this note. If there will be a 21.0.1 or any other 21.0.x release, you just have to pull a new Docker image with 21.0 which then yields to most recent version. No update to this lib is needed.
    Or, of course, you can still pin your desired version by specifying the concrete imagename:version in the constructor.

New Contributors

Full Changelog: 2.4.0...2.5.0

2.4.0: Keycloak 20, Caching & Mutual TLS

02 Nov 11:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.3.0...2.4.0

Bump to Keycloak 19.0.0

27 Jul 16:17
Compare
Choose a tag to compare
2.3.0

[maven-release-plugin] copy for tag 2.3.0