Skip to content

Commit

Permalink
Support Keycloak 16 (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
treydock authored Apr 4, 2022
1 parent 53e0734 commit a19d5c9
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ jobs:
- "13.0.1"
- "14.0.0"
- "15.0.1"
- "16.1.1"
keycloak_full:
- "no"
keycloak_domain_mode_cluster:
Expand All @@ -94,6 +95,10 @@ jobs:
puppet: "puppet7"
keycloak_version: "15.0.1"
keycloak_full: "yes"
- set: "centos-7"
puppet: "puppet7"
keycloak_version: "16.1.1"
keycloak_full: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet7"
keycloak_version: "12.0.4"
Expand All @@ -110,6 +115,10 @@ jobs:
puppet: "puppet7"
keycloak_version: "15.0.1"
keycloak_domain_mode_cluster: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet7"
keycloak_version: "16.1.1"
keycloak_domain_mode_cluster: "yes"
env:
BUNDLE_WITHOUT: development:release
BEAKER_debug: true
Expand Down
9 changes: 9 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
- '13.0.1'
- '14.0.0'
- '15.0.1'
- '16.1.1'
keycloak_full: ['no']
keycloak_domain_mode_cluster: ['no']
acceptance_includes:
Expand All @@ -50,6 +51,10 @@
puppet: puppet7
keycloak_version: 15.0.1
keycloak_full: 'yes'
- set: centos-7
puppet: puppet7
keycloak_version: 16.1.1
keycloak_full: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet7
keycloak_version: 12.0.4
Expand All @@ -66,6 +71,10 @@
puppet: puppet7
keycloak_version: 15.0.1
keycloak_domain_mode_cluster: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet7
keycloak_version: 16.1.1
keycloak_domain_mode_cluster: 'yes'
.gitignore:
paths:
- /vagrant/.vagrant/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,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 - 15.x | 7.x |
| 12.x - 16.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 @@ -86,7 +86,7 @@
"version_requirement": ">= 6.0.0 < 8.0.0"
}
],
"pdk-version": "1.17.0",
"pdk-version": "2.1.0",
"template-url": "https://github.com/treydock/pdk-templates.git#master",
"template-ref": "heads/master-0-g3b13f94"
}

0 comments on commit a19d5c9

Please sign in to comment.