Skip to content

Commit f458139

Browse files
authored
prepare release v6.15.0 (#2918)
1 parent 742d6f9 commit f458139

5 files changed

Lines changed: 15 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,19 @@
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+
* Resolved breaking changes reported in v6.14.0 [#2915](https://github.com/okta/terraform-provider-okta/pull/2915), [#2914](#https://github.com/okta/terraform-provider-okta/pull/2914) by [pranav-okta](https://github.com/pranav-okta)
10+
311
## 6.14.0 (Jul 30, 2026)
412

513
### FEATURES
614
* 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)
15+
* Adds new resources for oauthv1 clients [#2886](https://github.com/okta/terraform-provider-okta/pull/2886) by [pranav-okta](https://github.com/pranav-okta)
16+
717

818
## 6.13.0 (June 30, 2026)
919

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ This provider is maintained internally by the Okta development team.
2020

2121

2222
> [!CAUTION]
23-
> **DO NOT UPGRADE to v6.14.0.** The current highest recommended version is v6.13.0. We will be addressing the issues with v6.14.0 in a future release.
23+
> **DO NOT UPGRADE to v6.14.0.**
24+
> The current highest recommended version is v6.15.0.
2425
2526

2627
## Examples

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)