Skip to content

Commit 3b93695

Browse files
committed
prepare release v6.15.0
1 parent 742d6f9 commit 3b93695

4 files changed

Lines changed: 12 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 6.15.0 (Aug 5, 2026)
4+
### BUG FIXES
5+
* Updates documentation for `okta_ap_signon_policy_rule` resource to include `office365_client_include` [#2916](https://github.com/okta/terraform-provider-okta/pull/2916) by [aditya-okta](https://github.com/aditya-okta)
6+
* Updates documentation for `oauthv1 client role` resources [#2917](https://github.com/okta/terraform-provider-okta/pull/2917) by [pranav-okta](https://github.com/pranav-okta)
7+
* Normalize Workflow Permission Expansion for `okta_admin_role_custom` resources [#2902](https://github.com/okta/terraform-provider-okta/pull/2902) by [dhiwakar-okta](https://github.com/dhiwakar-okta)
8+
* Normalize chains JSON keys during plan phase for `okta_app_signon_policy_rules` resource [#2906](https://github.com/okta/terraform-provider-okta/pull/2906) by [aditya-okta](https://github.com/aditya-okta)
9+
310
## 6.14.0 (Jul 30, 2026)
411

512
### FEATURES
613
* Adds support for office365Client config in `okta_ap_signon_policy_rule` resource [#2644](https://github.com/okta/terraform-provider-okta/pull/2644) by [aditya-okta](https://github.com/aditya-okta)
14+
* Adds new resources for oauthv1 clients [#2886](https://github.com/okta/terraform-provider-okta/pull/2886) by [pranav-okta](https://github.com/pranav-okta)
15+
716

817
## 6.13.0 (June 30, 2026)
918

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.14.0"
27+
version = "~> 6.15.0"
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.14.0"
4+
OktaTerraformProviderVersion = "6.15.0"
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.14.0"
27+
version = "~> 6.15.0"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)