Skip to content

Commit 4eada45

Browse files
authored
release v6.5.3 (#2604)
1 parent fdb8223 commit 4eada45

4 files changed

Lines changed: 13 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
4+
## 6.5.3 (December 24, 2025)
5+
6+
### FEATURE
7+
* GH-2437 | Introduces support for custom_app Authenticator For Resource okta_policy_mfa [32584](https://github.com/okta/terraform-provider-okta/pull/2584) by [dhiwakar-okta](https://github.com/dhiwakar-okta)
8+
* New resource and data source okta_ui_schema to manage UI Schema [#2589](https://github.com/terraform-provider-okta/pull/2589) by [aditya-okta](https://github.com/aditya-okta)
9+
* Adding Support For custom_app Authenticator [#2592](https://github.com/terraform-provider-okta/pull/2592) by [dhiwakar-okta](https://github.com/dhiwakar-okta)
10+
* Add support for status management for request conditions [#2562](https://github.com/terraform-provider-okta/pull/2562) by [exitcode0](https://github.com/exitcode0)
11+
* Add support for realm_id in okta_user resource and data source [#2535](https://github.com/terraform-provider-okta/pull/2535) by [tim-koehler](https://github.com/tim-koehler)
12+
313
## 6.5.2 (December 09, 2025)
414

515
### BUG FIXES

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
required_providers {
2525
okta = {
2626
source = "okta/okta"
27-
version = "~> 6.5.2"
27+
version = "~> 6.5.3"
2828
}
2929
}
3030
}

okta/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

33
var (
4-
OktaTerraformProviderVersion = "6.5.2"
4+
OktaTerraformProviderVersion = "6.5.3"
55
OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion
66
)

templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
required_providers {
2525
okta = {
2626
source = "okta/okta"
27-
version = "~> 6.5.2"
27+
version = "~> 6.5.3"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)