Skip to content

Commit

Permalink
Merge pull request #1419 from okta/prep_3_40_0
Browse files Browse the repository at this point in the history
prep v3.40.0 release
  • Loading branch information
monde authored Jan 9, 2023
2 parents f977c00 + 0901343 commit f9d5e95
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 3.40.0 (January 09, 2023)

### BUG FIXES:

* Fixes ThreatInsight Configuration Continuously Reordering [#1398](https://github.com/okta/terraform-provider-okta/pull/1398). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Fixes rate limit accounting for `/api/v1/authorizationServers` endpoints [#1420](https://github.com/okta/terraform-provider-okta/pull/1420). Thanks, [@monde](https://github.com/monde)!

### PROJECT IMPROVEMENTS:

* Improve `app_user_base_schema_property` documentation [#1407](https://github.com/okta/terraform-provider-okta/pull/1407). Thanks, [@robgero](https://github.com/robgero)!
* Fix `TestAccOktaAppSignOnPolicy` ACC test [#1412](https://github.com/okta/terraform-provider-okta/pull/1412). Thanks, [@noinarisak](https://github.com/noinarisak)!

## 3.39.0 (November 18, 2022)

### NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func (c *Config) loadAndValidate(ctx context.Context) error {
okta.WithRateLimitMaxBackOff(int64(c.maxWait)),
okta.WithRequestTimeout(int64(c.requestTimeout)),
okta.WithRateLimitMaxRetries(int32(c.retryCount)),
okta.WithUserAgentExtra("okta-terraform/3.39.0"),
okta.WithUserAgentExtra("okta-terraform/3.40.0"),
}

switch {
Expand Down
2 changes: 1 addition & 1 deletion website/docs/index.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
okta = {
source = "okta/okta"
version = "~> 3.39"
version = "~> 3.40"
}
}
}
Expand Down

0 comments on commit f9d5e95

Please sign in to comment.