Skip to content

Commit be3b093

Browse files
authored
Update to version 5.5.0 (#1349)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent 672e07f commit be3b093

File tree

3 files changed

+61
-5
lines changed

3 files changed

+61
-5
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,61 @@
11
## What's Changed
22

3+
## 5.5.0 (October 13, 2025)
4+
5+
FEATURES:
6+
7+
* feat: add admin url variable to separate authn and admin api urls (forked and added reviewer suggestions) by @au-ee in https://github.com/keycloak/terraform-provider-keycloak/pull/1305
8+
* provider/github: init OIDC provider for GitHub by @RaitoBezarius in https://github.com/keycloak/terraform-provider-keycloak/pull/1281
9+
* Add support for mtls client cert auth by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1317
10+
* feat: Add support for authentication with provided Keycloak Access Token (#1319) by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1320
11+
* Add OAUTH authentication option to SMTP servers by @lucymcphail in https://github.com/keycloak/terraform-provider-keycloak/pull/1293
12+
* [issue-1328] Add support for sub mapper by @ethan-k in https://github.com/keycloak/terraform-provider-keycloak/pull/1323
13+
* Update to KC 26.3.3 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1292
14+
* Update to KC 26.3.4 by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1316
15+
* Update KC 26.3.5 and KC 26.4.0 by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1340
16+
17+
IMPROVEMENTS:
18+
19+
* Document client roles in default roles by @ingokuba in https://github.com/keycloak/terraform-provider-keycloak/pull/1295
20+
* docs: add keycloak built-in required actions docs by @Download in https://github.com/keycloak/terraform-provider-keycloak/pull/1308
21+
* Update gradle version to 9.0.0 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1291
22+
* feat: update go toolchain to 1.24.4 by @LaughDonor in https://github.com/keycloak/terraform-provider-keycloak/pull/1307
23+
* chore: added documentation of standard_token_exchange_enabled and allow_refresh_token_in_standard_token_exchange by @eicki in https://github.com/keycloak/terraform-provider-keycloak/pull/1296
24+
* chore: Update terraform version in CI to 1.13.3 by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1321
25+
* Update golang to 1.24, golang.org/x/net to v.0.44.0 and terraform-plu… by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1322
26+
* chore(deps): bump github.com/golang-jwt/jwt/v5 from 5.2.3 to 5.3.0 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1269
27+
* chore(deps): bump golang.org/x/net from 0.42.0 to 0.43.0 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1271
28+
* chore(deps): bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1275
29+
* chore(deps): bump actions/checkout from 4 to 5 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1276
30+
* chore(deps): bump org.jetbrains.kotlin.jvm from 2.2.0 to 2.2.10 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1278
31+
* chore(deps): bump gradle/actions from 4.4.1 to 4.4.2 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1272
32+
* chore(deps): bump com.gradleup.shadow from 8.3.8 to 9.1.0 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1288
33+
* chore(deps): bump actions/github-script from 7 to 8 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1303
34+
* chore(deps): bump actions/setup-go from 5 to 6 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1302
35+
* chore(deps): bump org.jetbrains.kotlin.jvm from 2.2.10 to 2.2.20 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1313
36+
* chore(deps): bump gradle/actions from 4.4.2 to 4.4.3 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1311
37+
* chore(deps): bump com.gradleup.shadow from 9.1.0 to 9.2.2 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1330
38+
* chore(deps): bump gradle/actions from 4.4.3 to 5.0.0 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1336
39+
40+
BUG FIXES:
41+
42+
* fix: handles arrays and maps in client policy conditions (#1256) by @remcojansen in https://github.com/keycloak/terraform-provider-keycloak/pull/1338
43+
* fix: Add missing standard_flow_enabled to OIDC client examples (#1325) by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1326
44+
* Fix path for realm_localization documentation by @ingokuba in https://github.com/keycloak/terraform-provider-keycloak/pull/1314
45+
46+
Huge thanks to all the individuals who have contributed towards this release:
47+
48+
- [au-ee](https://github.com/au-ee)
49+
- [RaitoBezarius](https://github.com/RaitoBezarius)
50+
- [lucymcphail](https://github.com/lucymcphail)
51+
- [ethan-k](https://github.com/ethan-k)
52+
- [ingokuba](https://github.com/ingokuba)
53+
- [Download](https://github.com/Download)
54+
- [LaughDonor](https://github.com/LaughDonor)
55+
- [eicki](https://github.com/eicki)
56+
- [KyriosGN0](https://github.com/KyriosGN0)
57+
- [remcojansen](https://github.com/remcojansen)
58+
359
## 5.4.0 (July 28, 2025)
460

561
FEATURES:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ terraform {
2222
required_providers {
2323
keycloak = {
2424
source = "keycloak/keycloak"
25-
version = ">= 5.4.0"
25+
version = ">= 5.5.0"
2626
}
2727
}
2828
}

makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ build-debug:
1717
CGO_ENABLED=0 go build -gcflags "all=-N -l" -trimpath -ldflags " -X main.version=$(VERSION)" -o terraform-provider-keycloak_$(VERSION)
1818

1919
prepare-example:
20-
mkdir -p example/.terraform/plugins/terraform.local/keycloak/keycloak/5.4.0/$(GOOS)_$(GOARCH)
21-
mkdir -p example/terraform.d/plugins/terraform.local/keycloak/keycloak/5.4.0/$(GOOS)_$(GOARCH)
22-
cp terraform-provider-keycloak_* example/.terraform/plugins/terraform.local/keycloak/keycloak/5.4.0/$(GOOS)_$(GOARCH)/
23-
cp terraform-provider-keycloak_* example/terraform.d/plugins/terraform.local/keycloak/keycloak/5.4.0/$(GOOS)_$(GOARCH)/
20+
mkdir -p example/.terraform/plugins/terraform.local/keycloak/keycloak/5.5.0/$(GOOS)_$(GOARCH)
21+
mkdir -p example/terraform.d/plugins/terraform.local/keycloak/keycloak/5.5.0/$(GOOS)_$(GOARCH)
22+
cp terraform-provider-keycloak_* example/.terraform/plugins/terraform.local/keycloak/keycloak/5.5.0/$(GOOS)_$(GOARCH)/
23+
cp terraform-provider-keycloak_* example/terraform.d/plugins/terraform.local/keycloak/keycloak/5.5.0/$(GOOS)_$(GOARCH)/
2424

2525
build-example: build prepare-example
2626

0 commit comments

Comments
 (0)