Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrparkers committed Jan 8, 2024
1 parent 07915d1 commit 3f6b75b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
## 4.4.0 (January 8, 2024)

FEATURES:

- new resource: `keycloak_ldap_custom_mapper` ([#863](https://github.com/mrparkers/terraform-provider-keycloak/pull/863))

IMPROVEMENTS:

- add `provider_id` attribute to `keycloak_realm_keystore_rsa` resource ([#858](https://github.com/mrparkers/terraform-provider-keycloak/pull/858))
- compute `extra_config` for client data sources ([#885](https://github.com/mrparkers/terraform-provider-keycloak/pull/885))
- support updated RedHat SSO version strings ([#903](https://github.com/mrparkers/terraform-provider-keycloak/pull/903))
- add `required_actions` attribute to `keycloak_user` resource ([#867](https://github.com/mrparkers/terraform-provider-keycloak/pull/867))
- allow use of custom client authenticator types ([#845](https://github.com/mrparkers/terraform-provider-keycloak/pull/845))
- allow users to set `referrer_policy` header within `security_defenses` for `keycloak_realm` resource ([#879](https://github.com/mrparkers/terraform-provider-keycloak/pull/879))

BUG FIXES:

- set the correct value for `identityProviderMapper` when using keycloak-oidc identity provider ([#850](https://github.com/mrparkers/terraform-provider-keycloak/pull/850))

Huge thanks to all the individuals who have contributed towards this release:

- [@NataliaKhodiakova](https://github.com/NataliaKhodiakova)
- [@olivierboudet](https://github.com/olivierboudet)
- [@guthypeter](https://github.com/guthypeter)
- [@kherock](https://github.com/kherock)
- [@smoehrle](https://github.com/smoehrle)
- [@wombat](https://github.com/wombat)
- [@scheying](https://github.com/scheying)
- [@JackHartley](https://github.com/JackHartley)
- [@stale-vegait](https://github.com/stale-vegait)
- [@jrpedrianes](https://github.com/jrpedrianes)

## 4.3.1 (June 8, 2023)

BUG FIXES:
Expand Down

0 comments on commit 3f6b75b

Please sign in to comment.