Skip to content

Commit

Permalink
Support Keycloak 14 (#199)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Jul 12, 2021
1 parent b7131d7 commit c9c7006
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 20 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
keycloak_version:
- "12.0.4"
- "13.0.1"
- "14.0.0"
keycloak_full:
- "no"
keycloak_domain_mode_cluster:
Expand All @@ -81,28 +82,24 @@ jobs:
keycloak_version: "12.0.4"
keycloak_full: "yes"
- set: "centos-7"
puppet: "puppet6"
puppet: "puppet7"
keycloak_version: "13.0.1"
keycloak_full: "yes"
- set: "centos-7"
puppet: "puppet7"
keycloak_version: "13.0.1"
keycloak_version: "14.0.0"
keycloak_full: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet6"
keycloak_version: "12.0.4"
keycloak_domain_mode_cluster: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet7"
keycloak_version: "12.0.4"
keycloak_domain_mode_cluster: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet6"
puppet: "puppet7"
keycloak_version: "13.0.1"
keycloak_domain_mode_cluster: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet7"
keycloak_version: "13.0.1"
keycloak_version: "14.0.0"
keycloak_domain_mode_cluster: "yes"
env:
BUNDLE_WITHOUT: development:release
Expand Down
13 changes: 5 additions & 8 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
keycloak_version:
- '12.0.4'
- '13.0.1'
- '14.0.0'
keycloak_full: ['no']
keycloak_domain_mode_cluster: ['no']
acceptance_includes:
Expand All @@ -37,28 +38,24 @@
keycloak_version: 12.0.4
keycloak_full: 'yes'
- set: centos-7
puppet: puppet6
puppet: puppet7
keycloak_version: 13.0.1
keycloak_full: 'yes'
- set: centos-7
puppet: puppet7
keycloak_version: 13.0.1
keycloak_version: 14.0.0
keycloak_full: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet6
keycloak_version: 12.0.4
keycloak_domain_mode_cluster: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet7
keycloak_version: 12.0.4
keycloak_domain_mode_cluster: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet6
puppet: puppet7
keycloak_version: 13.0.1
keycloak_domain_mode_cluster: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet7
keycloak_version: 13.0.1
keycloak_version: 14.0.0
keycloak_domain_mode_cluster: 'yes'
.gitignore:
paths:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This module may work on earlier versions but this is the only version tested.
| 4.x - 6.x | 3.x |
| 6.x - 8.x | 4.x - 5.x |
| 8.x - 12.x | 6.x |
| 12.x - 13.x | 7.x |
| 12.x - 14.x | 7.x |

## Usage

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@
],
"pdk-version": "1.17.0",
"template-url": "https://github.com/treydock/pdk-templates.git#master",
"template-ref": "heads/master-0-g3ae711a"
"template-ref": "heads/master-0-g4e040ab"
}
4 changes: 2 additions & 2 deletions spec/acceptance/nodesets/centos-8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ HOSTS:
docker_cmd:
- '/usr/sbin/init'
docker_image_commands:
- 'yum install -y dnf-utils'
- 'dnf install -y dnf-utils'
- 'dnf config-manager --set-enabled powertools'
- 'yum install -y wget which cronie iproute initscripts langpacks-en glibc-all-langpacks'
- 'dnf install -y wget which cronie iproute initscripts langpacks-en glibc-all-langpacks'
docker_env:
- LANG=en_US.UTF-8
- LANGUAGE=en_US.UTF-8
Expand Down

0 comments on commit c9c7006

Please sign in to comment.