Skip to content

Commit

Permalink
Support Keycloak 13.x (#195)
Browse files Browse the repository at this point in the history
Fixes #194
  • Loading branch information
treydock authored Jun 2, 2021
1 parent 6cd7db5 commit 016bb9c
Show file tree
Hide file tree
Showing 5 changed files with 37 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ jobs:
- "puppet7"
keycloak_version:
- "12.0.4"
- "13.0.1"
keycloak_full:
- "no"
keycloak_domain_mode_cluster:
Expand All @@ -79,6 +80,14 @@ jobs:
puppet: "puppet7"
keycloak_version: "12.0.4"
keycloak_full: "yes"
- set: "centos-7"
puppet: "puppet6"
keycloak_version: "13.0.1"
keycloak_full: "yes"
- set: "centos-7"
puppet: "puppet7"
keycloak_version: "13.0.1"
keycloak_full: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet6"
keycloak_version: "12.0.4"
Expand All @@ -87,6 +96,14 @@ jobs:
puppet: "puppet7"
keycloak_version: "12.0.4"
keycloak_domain_mode_cluster: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet6"
keycloak_version: "13.0.1"
keycloak_domain_mode_cluster: "yes"
- set: "centos-7-domain-mode-cluster"
puppet: "puppet7"
keycloak_version: "13.0.1"
keycloak_domain_mode_cluster: "yes"
env:
BUNDLE_WITHOUT: development:release
BEAKER_debug: true
Expand Down
17 changes: 17 additions & 0 deletions .sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
- puppet7
keycloak_version:
- '12.0.4'
- '13.0.1'
keycloak_full: ['no']
keycloak_domain_mode_cluster: ['no']
acceptance_includes:
Expand All @@ -35,6 +36,14 @@
puppet: puppet7
keycloak_version: 12.0.4
keycloak_full: 'yes'
- set: centos-7
puppet: puppet6
keycloak_version: 13.0.1
keycloak_full: 'yes'
- set: centos-7
puppet: puppet7
keycloak_version: 13.0.1
keycloak_full: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet6
keycloak_version: 12.0.4
Expand All @@ -43,6 +52,14 @@
puppet: puppet7
keycloak_version: 12.0.4
keycloak_domain_mode_cluster: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet6
keycloak_version: 13.0.1
keycloak_domain_mode_cluster: 'yes'
- set: centos-7-domain-mode-cluster
puppet: puppet7
keycloak_version: 13.0.1
keycloak_domain_mode_cluster: 'yes'
.gitignore:
paths:
- /vagrant/.vagrant/
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ group :system_tests do
gem "beaker-pe", require: false
gem "beaker-hostgenerator"
gem "beaker-rspec"
gem "beaker-docker"
gem "beaker-docker", *location_for(ENV['BEAKER_DOCKER_VERSION'] || '~> 0.7.0')
gem "beaker-puppet"
end

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 | 7.x |
| 12.x - 13.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-gc21ae9d"
"template-ref": "heads/master-0-g3ae711a"
}

0 comments on commit 016bb9c

Please sign in to comment.