Skip to content

Commit

Permalink
Merge pull request #2193 from okta/prep-release-4.13.1
Browse files Browse the repository at this point in the history
prep release 4.13.1
  • Loading branch information
duytiennguyen-okta authored Jan 24, 2025
2 parents 4d678b1 + 3b79c5c commit 931caaa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 4.13.0 (Jan 24, 2025)

### BUG FIXES
* Fix issue os_expression does not distinguished between null and empty string [#2187](https://github.com/okta/terraform-provider-okta/pull/2187). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Fix force_new in catch_all in okta_app_signon_policy [#2188](https://github.com/okta/terraform-provider-okta/pull/2188). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!


## 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)!
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.13.0"
version = "~> 4.13.1"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/resources/admin_role_targets.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ Import is supported using the following syntax:

```shell
terraform import okta_admin_role_targets.example <user_id>/<role_type>
```
```
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.13.0"
OktaTerraformProviderVersion = "4.13.1"
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.13.0"
version = "~> 4.13.1"
}
}
}
Expand Down

0 comments on commit 931caaa

Please sign in to comment.