Skip to content

Commit

Permalink
Merge pull request #2180 from okta/prep-release-4.13
Browse files Browse the repository at this point in the history
prep release 4.13
  • Loading branch information
duytiennguyen-okta authored Jan 17, 2025
2 parents 48f3323 + 6c5a6cb commit 2f33f28
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 4.13.0 (Jan 17, 2025)
### NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
* Add attribute to okta_app_signon_policy to create a 'Catch All' rule that's 'DENY' [#2153](https://github.com/okta/terraform-provider-okta/pull/2153). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Add resource for okta_email_template_settings [#2179](https://github.com/okta/terraform-provider-okta/pull/2179). Thanks, [@s-nel](https://github.com/s-nel)!

### IMPROVEMENT
* Updated client assertion with ID, avoid reuse[#2155](https://github.com/okta/terraform-provider-okta/pull/2155). Thanks, Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!

### BUG FIXES
* Fix issue os_expression does not show in okta_app_signon_policy_rule and okta_policy_rule_idp_discovery [#2154](https://github.com/okta/terraform-provider-okta/pull/2154). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Fix type conversion failed due to nil value [#2159](https://github.com/okta/terraform-provider-okta/pull/2159). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Fix issue of getting incorrect links for okta_resource_set [#2174](https://github.com/okta/terraform-provider-okta/pull/2174). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Fix issue of dangling okta_user_admin_roles due to user deletion [#2176](https://github.com/okta/terraform-provider-okta/pull/2176). Thanks, [@exitcode0](https://github.com/exitcode0)!

## 4.12.0 (Nov 25, 2024)

### NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 4.12.0"
version = "~> 4.13.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

const (
OktaTerraformProviderVersion = "4.12.0"
OktaTerraformProviderVersion = "4.13.0"
OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion
)

Expand Down
2 changes: 1 addition & 1 deletion templates/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 4.12.0"
version = "~> 4.13.0"
}
}
}
Expand Down

0 comments on commit 2f33f28

Please sign in to comment.