-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
721c9da
commit 119c675
Showing
3 changed files
with
29 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# 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. | ||
|
||
```bash | ||
$ kustomize build katalog/keycloak | kubectl apply -f - | ||
# Or | ||
$ kustomize build examples/h2-tests | kubectl apply -f - | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters