Skip to content

Release v1.1.0

Compare
Choose a tag to compare
@angelbarrera92 angelbarrera92 released this 15 Jun 17:05
· 23 commits to master since this release

KeyCloak Module version 1.1.0

SIGHUP team maintains this module updated and tested.
That is the main reason why we worked on this new release. With the Kubernetes 1.21 release, it became the perfect time
to start testing this module against this Kubernetes release.

Continue reading the Changelog to discover them:

Changelog

  • Update KeyCloak from version v7.0.1 to v13.0.1.
  • Kubernetes support:
    • Deprecate Kubernetes 1.17 support.
    • Kubernetes 1.20 is considered stable.
    • Add tech-preview support to Kubernetes 1.21.

Upgrade path

To upgrade this module from v1.0.1 to v1.1.0, you need to download this new version, then apply the
kustomize project. No further action is required.

$ kustomize build katalog/keycloak | kubectl apply -f -
# Or
$ kustomize build examples/h2-tests | kubectl apply -f -