Skip to content

Commit 0d39e82

Browse files
authored
Update to version 5.3 (#1244)
Signed-off-by: Sebastian Schuster <[email protected]>
1 parent 553daed commit 0d39e82

File tree

2 files changed

+58
-2
lines changed

2 files changed

+58
-2
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,59 @@
1+
## What's Changed
2+
3+
## 5.3.0 (July 11, 2025)
4+
5+
FEATURES:
6+
7+
* Add support for ephemeral/write-only arguments for keycloak_oidc_identity_provider & keycloak_openid_client by @refucktor in https://github.com/keycloak/terraform-provider-keycloak/pull/1190
8+
* Update to KC26.2.5 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1214
9+
* Add support for Standard Token Exchange configuration in OpenID Clients by @sventorben in https://github.com/keycloak/terraform-provider-keycloak/pull/1189
10+
* Feat: support organization feature by @tuankiettruong in https://github.com/keycloak/terraform-provider-keycloak/pull/1209
11+
* feat: Enable importing user by username by @viniciusd in https://github.com/keycloak/terraform-provider-keycloak/pull/1113
12+
* expose EnableStandardTokenExchange and allow refresh token in standard token exchange in keycloak_openid_client by @KyriosGN0 in https://github.com/keycloak/terraform-provider-keycloak/pull/1229
13+
* feat: Add new resources for realm client policy profiles by @laureat-natzka in https://github.com/keycloak/terraform-provider-keycloak/pull/1138
14+
* Openid client secret rotation by @laureat-natzka in https://github.com/keycloak/terraform-provider-keycloak/pull/1234
15+
* 1235 update for KC26.3.0 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1236
16+
* feat: support role IDs in default role resource by @horus in https://github.com/keycloak/terraform-provider-keycloak/pull/764
17+
18+
IMPROVEMENTS:
19+
20+
* feat(protocol-mapper): add "add to token introspection" flag for realm role protocol mapper by @maxjoehnk in https://github.com/keycloak/terraform-provider-keycloak/pull/947
21+
* Add support for disableTypeClaimCheck by @ybasket in https://github.com/keycloak/terraform-provider-keycloak/pull/1181
22+
* optimize resolving `ParentId` property with group-by-path API by @kherock in https://github.com/keycloak/terraform-provider-keycloak/pull/1225
23+
* Use the ID from the user imported via username by @viniciusd in https://github.com/keycloak/terraform-provider-keycloak/pull/1228
24+
* 1242 update to KC26.3.1 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1243
25+
* chore(deps): bump dario.cat/mergo from 1.0.1 to 1.0.2 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1196
26+
* chore(deps): bump golang.org/x/net from 0.39.0 to 0.40.0 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1197
27+
* chore(deps): bump org.jetbrains.kotlin.jvm from 2.1.20 to 2.1.21 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1203
28+
* chore(deps): bump github.com/hashicorp/terraform-plugin-sdk/v2 from 2.36.1 to 2.37.0 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1202
29+
* chore(deps): bump gradle/actions from 4.3.1 to 4.4.0 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1204
30+
* chore(deps): bump golang.org/x/net from 0.40.0 to 0.41.0 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1216
31+
* chore(deps): bump github.com/cloudflare/circl from 1.6.0 to 1.6.1 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1219
32+
* chore(deps): bump gradle/actions from 4.4.0 to 4.4.1 in /.github/workflows by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1220
33+
* chore(deps): bump org.jetbrains.kotlin.jvm from 2.1.21 to 2.2.0 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1231
34+
* chore(deps): bump com.gradleup.shadow from 8.3.6 to 8.3.7 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1230
35+
* chore(deps): bump github.com/hashicorp/go-retryablehttp from 0.7.7 to 0.7.8 by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1224
36+
* chore(deps): bump com.gradleup.shadow from 8.3.7 to 8.3.8 in /custom-user-federation-example by @dependabot[bot] in https://github.com/keycloak/terraform-provider-keycloak/pull/1237
37+
38+
BUG FIXES:
39+
40+
* Docs: Updated Markdown to format correctly by @bubbletroubles in https://github.com/keycloak/terraform-provider-keycloak/pull/1201
41+
* Removed feature override so KC_FEATURES environment variable is used … by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1232
42+
43+
Huge thanks to all the individuals who have contributed towards this release:
44+
45+
- [refucktor](https://github.com/refucktor)
46+
- [bubbletroubles](https://github.com/bubbletroubles)
47+
- [sventorben](https://github.com/sventorben)
48+
- [maxjoehnk](https://github.com/maxjoehnk)
49+
- [ybasket](https://github.com/ybasket)
50+
- [kherock](https://github.com/kherock)
51+
- [tuankiettruong](https://github.com/tuankiettruong)
52+
- [viniciusd](https://github.com/viniciusd)
53+
- [KyriosGN0](https://github.com/KyriosGN0)
54+
- [laureat-natzka](https://github.com/laureat-natzka)
55+
- [horus](https://github.com/horus)
56+
157
## 5.2.0 (April 14, 2025)
258

359
FEATURES:

makefile

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

1616
prepare-example:
17-
mkdir -p example/.terraform/plugins/terraform.local/keycloak/keycloak/5.2.0/$(GOOS)_$(GOARCH)
18-
mkdir -p example/terraform.d/plugins/terraform.local/keycloak/keycloak/5.2.0/$(GOOS)_$(GOARCH)
17+
mkdir -p example/.terraform/plugins/terraform.local/keycloak/keycloak/5.3.0/$(GOOS)_$(GOARCH)
18+
mkdir -p example/terraform.d/plugins/terraform.local/keycloak/keycloak/5.3.0/$(GOOS)_$(GOARCH)
1919
cp terraform-provider-keycloak_* example/.terraform/plugins/terraform.local/keycloak/keycloak/5.2.0/$(GOOS)_$(GOARCH)/
2020
cp terraform-provider-keycloak_* example/terraform.d/plugins/terraform.local/keycloak/keycloak/5.2.0/$(GOOS)_$(GOARCH)/
2121

0 commit comments

Comments
 (0)