Skip to content

Commit

Permalink
Update keycloak from 7 to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
angelbarrera92 committed Jun 15, 2021
1 parent 721c9da commit 119c675
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following packages are included in the Fury Kubernetes KeyCloak Katalog.

- **[keycloak](#keycloak)**: high availability KeyCloak using native Kubernetes namespace based discovery.
This will form a KeyCloak cluster where the members will be all the KeyCloaks pods in the same Kubernetes namespace.
Version: **7.0.1**.
Version: **13.0.1**.

## Requirements

Expand All @@ -27,6 +27,7 @@ specific dependencies, please visit the single package's documentation:
| ----------------------------------- | :----------------: | :----------------: | :----------------: | :-------: |
| v1.0.0 | | | | |
| v1.0.1 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: |
| v1.1.0 | :white_check_mark: | :white_check_mark: | :white_check_mark: | :warning: |

- :white_check_mark: Compatible
- :warning: Has issues
Expand Down
26 changes: 26 additions & 0 deletions docs/releases/v1.1.0.md
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 -
```
2 changes: 1 addition & 1 deletion katalog/keycloak/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ configMapGenerator:
images:
- name: jboss/keycloak
newName: registry.sighup.io/fury/jboss/keycloak
newTag: 7.0.1
newTag: 13.0.1

0 comments on commit 119c675

Please sign in to comment.