|
1 | | -## 5.1.1 (January 31, 2025) |
| 1 | +## 5.2.0 (April 14, 2025) |
| 2 | + |
| 3 | +FEATURES: |
| 4 | + |
| 5 | +* Feature/423 add hardcoded attribute mapper by @angeloxx in https://github.com/keycloak/terraform-provider-keycloak/pull/950 |
| 6 | +* feat: Add option to configure always_display_in_console for clients by @mchittka in https://github.com/keycloak/terraform-provider-keycloak/pull/1114 |
| 7 | +* Feature/keycloak_required_action config values by @laureat-natzka in https://github.com/keycloak/terraform-provider-keycloak/pull/996 |
| 8 | +* feat: add all supported alogithms for rsa-enc keystore by @tboerger in https://github.com/keycloak/terraform-provider-keycloak/pull/1092 |
| 9 | +* feat: add consent required flag on saml clients by @frpicard in https://github.com/keycloak/terraform-provider-keycloak/pull/1130 |
| 10 | +* 1093 added support for KC26.1.0 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1094 |
| 11 | +* feat: add openid_client_authorization_client_scope_policy resource by @fitbeard in https://github.com/keycloak/terraform-provider-keycloak/pull/1128 |
| 12 | +* feat: add realm translation resource by @jonathandavies-CS in https://github.com/keycloak/terraform-provider-keycloak/pull/1123 |
| 13 | +* 1149 update to KC26.1.4 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1150 |
| 14 | +* Add tests for saml aggregate attributes by @robson90 in https://github.com/keycloak/terraform-provider-keycloak/pull/1171 |
| 15 | +* Allow the alias of Google IdP to be set by @irby in https://github.com/keycloak/terraform-provider-keycloak/pull/1177 |
| 16 | +* feat: add identity provider hardcoded group mapper by @gkfabs in https://github.com/keycloak/terraform-provider-keycloak/pull/886 |
| 17 | +* feat: Support extra_origins in web_authn_policy and web_authn_passwordless_policy by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1173 |
2 | 18 |
|
3 | 19 | IMPROVEMENTS: |
4 | 20 |
|
5 | | -* 1100 run ci on release branches ([#1102](https://github.com/keycloak/terraform-provider-keycloak/pull/1102)) |
| 21 | +* 1100 run ci on release branches by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1101 |
| 22 | +* Adds support for the ExcludeIssuerFromAuthResponse option on OpenIdClient by @sebght in https://github.com/keycloak/terraform-provider-keycloak/pull/934 |
| 23 | +* chore(deps): bump golang.org/x/net from 0.33.0 to 0.36.0 by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1145 |
| 24 | +* Fixed SHA commit values for non-GH GH actions by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1151 |
| 25 | +* Create dependabot.yml by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1152 |
| 26 | +* chore(deps): bump com.gradleup.shadow from 8.3.0 to 8.3.6 in /custom-user-federation-example by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1157 |
| 27 | +* Feature/update go 1.23 by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1158 |
| 28 | +* chore(deps): bump org.jetbrains.kotlin.jvm from 2.0.20 to 2.1.10 in /custom-user-federation-example by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1156 |
| 29 | +* chore(deps): bump org.jetbrains.kotlin.jvm from 2.1.10 to 2.1.20 in /custom-user-federation-example by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1160 |
| 30 | +* fix: reuse TCP Connection by @Filirom1 in https://github.com/keycloak/terraform-provider-keycloak/pull/1163 |
| 31 | +* Retry on timeout, when server doesn't respond by @Filirom1 in https://github.com/keycloak/terraform-provider-keycloak/pull/1161 |
| 32 | +* chore(deps): bump crazy-max/ghaction-import-gpg from 6.2.0 to 6.3.0 in /.github/workflows by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1168 |
| 33 | +* chore(deps): bump gradle/actions from 4.3.0 to 4.3.1 in /.github/workflows by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1167 |
| 34 | +* chore(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1165 |
| 35 | +* chore(deps): bump goreleaser/goreleaser-action from 6.2.1 to 6.3.0 in /.github/workflows by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1166 |
| 36 | +* Increase MaxIdleConnsPerHost in http.Transport by @Filirom1 in https://github.com/keycloak/terraform-provider-keycloak/pull/1169 |
| 37 | +* chore(deps): bump golang.org/x/net from 0.38.0 to 0.39.0 by @dependabot in https://github.com/keycloak/terraform-provider-keycloak/pull/1183 |
6 | 38 |
|
7 | 39 | BUG FIXES: |
8 | 40 |
|
9 | | -* 1091 fixed provider crash with initial_login set to false ([#1103](https://github.com/keycloak/terraform-provider-keycloak/pull/1103)) |
10 | | -* 1099 fix multi-valued user attributes cannot be enabled by ([#1107](https://github.com/keycloak/terraform-provider-keycloak/pull/1107)) |
| 41 | +* 1091 fixed provider crash with initial_login set to false by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1097 |
| 42 | +* 1099 fix multi-valued user attributes cannot be enabled by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1106 |
| 43 | +* doc: fix token exchange doc urls by @emouty in https://github.com/keycloak/terraform-provider-keycloak/pull/1105 |
| 44 | +* fix: fix the wrong error return value by @drawdrop in https://github.com/keycloak/terraform-provider-keycloak/pull/1134 |
| 45 | +* fix: Render json `null` to indicate an empty value of type KeycloakSliceHashDelimited (#1142). by @thomasdarimont in https://github.com/keycloak/terraform-provider-keycloak/pull/1144 |
| 46 | +* 1146 removed vulnerable github action tj-actions/changed-files by @sschu in https://github.com/keycloak/terraform-provider-keycloak/pull/1147 |
| 47 | +* fix: Typo in realm_keys.md by @simonregn in https://github.com/keycloak/terraform-provider-keycloak/pull/1174 |
| 48 | + |
| 49 | +Huge thanks to all the individuals who have contributed towards this release: |
| 50 | + |
| 51 | +- [@angeloxx](https://github.com/angeloxx) |
| 52 | +- [@mchittka](https://github.com/mchittka) |
| 53 | +- [@laureat-natzka](https://github.com/laureat-natzka) |
| 54 | +- [@tboerger](https://github.com/tboerger) |
| 55 | +- [@frpicard](https://github.com/frpicard) |
| 56 | +- [@fitbeard](https://github.com/fitbeard) |
| 57 | +- [@jonathandavies-CS](https://github.com/jonathandavies-CS) |
| 58 | +- [@robson90](https://github.com/robson90) |
| 59 | +- [@irby](https://github.com/irby) |
| 60 | +- [@gkfabs](https://github.com/gkfabs) |
| 61 | +- [@Filirom1](https://github.com/Filirom1) |
| 62 | +- [@emouty](https://github.com/emouty) |
| 63 | +- [@drawdrop](https://github.com/drawdrop) |
| 64 | +- [@simonregn](https://github.com/simonregn) |
11 | 65 |
|
12 | 66 | ## 5.1.0 (January 24, 2025) |
13 | 67 |
|
|
0 commit comments