2.5.0
版本发布时间: 2023-02-23 20:19:50
dasniko/testcontainers-keycloak最新发布版本:3.4.0(2024-06-10 20:33:42)
What's Changed
- [#98] Add generics to the KeycloakContainer class by @nils-christian in https://github.com/dasniko/testcontainers-keycloak/pull/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 use21.0
which is21.0.0
as of the time writing this note. If there will be a21.0.1
or any other21.0.x
release, you just have to pull a new Docker image with21.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 concreteimagename:version
in the constructor.
New Contributors
- @nils-christian made their first contribution in https://github.com/dasniko/testcontainers-keycloak/pull/100
Full Changelog: https://github.com/dasniko/testcontainers-keycloak/compare/2.4.0...2.5.0