Skip to content

Commit

Permalink
Merge pull request #1610 from okta/prep_v4.0.3
Browse files Browse the repository at this point in the history
prep release v4.0.3
  • Loading branch information
duytiennguyen-okta authored Jun 26, 2023
2 parents 6134bfe + 091feb1 commit b4ad5a9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 4.0.3 (June 26, 2023)

### NEW - RESOURCES, DATA SOURCES, PROPERTIES, ATTRIBUTES, ENV VARS:
* Adding `settings.oauthClient.jwks_uri` as `jwks_uri` argument on resource `okta_app_oauth` [#1608](https://github.com/okta/terraform-provider-okta/pull/1608). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Adding `name` as `name` argument on resource `okta_brand` and datasources `okta_brand` and `okta_brands` [#1605](https://github.com/okta/terraform-provider-okta/pull/1605). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!
* Adding `status` as `status` argument on resource `okta_network_zone` and datasource `okta_network_zone` [#1602](https://github.com/okta/terraform-provider-okta/pull/1602). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!

### BUG FIXES
* Fix the issue of empty verification value in okta_email_domain [#1609](https://github.com/okta/terraform-provider-okta/pull/1609). Thanks, [@duytiennguyen-okta](https://github.com/duytiennguyen-okta)!


## 4.0.2 (June 14, 2023)

### 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 @@ -160,7 +160,7 @@ func oktaSDKClient(c *Config) (client *sdk.Client, err error) {
sdk.WithRateLimitMaxBackOff(int64(c.maxWait)),
sdk.WithRequestTimeout(int64(c.requestTimeout)),
sdk.WithRateLimitMaxRetries(int32(c.retryCount)),
sdk.WithUserAgentExtra("okta-terraform/4.0.2"),
sdk.WithUserAgentExtra("okta-terraform/4.0.3"),
}

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 = "~> 4.0.2"
version = "~> 4.0.3"
}
}
}
Expand Down

0 comments on commit b4ad5a9

Please sign in to comment.