From b7d9512b6c9d584c5aeafaafdbec956b70f3bd29 Mon Sep 17 00:00:00 2001 From: treydock Date: Mon, 20 Mar 2023 09:47:37 -0400 Subject: [PATCH] Support Keycloak 21.x (#281) --- .github/workflows/ci.yaml | 9 +++++++++ .sync.yml | 9 +++++++++ README.md | 2 +- metadata.json | 2 +- 4 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 598d0e3a..e44c6326 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -69,6 +69,7 @@ jobs: - "puppet7" keycloak_version: - "19.0.3" + - "21.0.1" keycloak_full: - "no" include: @@ -80,6 +81,14 @@ jobs: puppet: "puppet7" keycloak_version: "19.0.3" keycloak_full: "yes" + - set: "el7" + puppet: "puppet6" + keycloak_version: "21.0.1" + keycloak_full: "yes" + - set: "el7" + puppet: "puppet7" + keycloak_version: "21.0.1" + keycloak_full: "yes" env: BUNDLE_WITHOUT: development:release BEAKER_debug: true diff --git a/.sync.yml b/.sync.yml index e584d946..1bd149ab 100644 --- a/.sync.yml +++ b/.sync.yml @@ -27,6 +27,7 @@ Rakefile: - puppet7 keycloak_version: - '19.0.3' + - '21.0.1' keycloak_full: ['no'] acceptance_includes: - set: el7 @@ -37,6 +38,14 @@ Rakefile: puppet: puppet7 keycloak_version: 19.0.3 keycloak_full: 'yes' + - set: el7 + puppet: puppet6 + keycloak_version: 21.0.1 + keycloak_full: 'yes' + - set: el7 + puppet: puppet7 + keycloak_version: 21.0.1 + keycloak_full: 'yes' .gitignore: paths: - /vagrant/.vagrant/ diff --git a/README.md b/README.md index 900b20d6..dc8b92da 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ This module may work on earlier versions but this is the only version tested. | 8.x - 12.x | 6.x | | 12.x - 16.x | 7.x | | 18.x | 8.x | -| 19.x | 9.x | +| 19.x - 21.x | 9.x | ## Usage diff --git a/metadata.json b/metadata.json index 1b95a406..fd60c31f 100644 --- a/metadata.json +++ b/metadata.json @@ -89,5 +89,5 @@ ], "pdk-version": "2.1.0", "template-url": "https://github.com/treydock/pdk-templates.git#master", - "template-ref": "heads/master-0-g4965280" + "template-ref": "heads/master-0-gbfcd6dd" }