Skip to content

Commit

Permalink
Merge pull request #1092 from okta/prep_for_3_26_0
Browse files Browse the repository at this point in the history
Prep for 3.26.0 release
  • Loading branch information
monde authored May 6, 2022
2 parents 68c54d4 + fd4b2b3 commit c962956
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 3.26.0 (May 06, 2022)

ENHANCEMENTS:

* Data sources and resources for branded email customization [#1089](https://github.com/okta/terraform-provider-okta/pull/1089). Thanks, [@monde](https://github.com/monde)!
* Data Sources
* `okta_brands`
* `okta_brand`
* `okta_email_customizations`
* `okta_email_customization`
* `okta_email_templates`
* `okta_email_template`
* Resources
* `okta_brand`
* `okta_email_customization`
* Allow user lookup by group membership; data source `okta_users` gets `group_id` property. [#998](https://github.com/okta/terraform-provider-okta/pull/998). Thanks, [@BrentSouza](https://github.com/BrentSouza)!

PROJECT IMPROVEMENTS:

* Note `browser` type for SPA apps in app_oauth.html.markdown documentation [#580](https://github.com/okta/terraform-provider-okta/issues/580). Thanks, [@monde](https://github.com/monde)!
* Add docs to represent USER_ADMIN in group_role.html.markdown documentation [#1075](https://github.com/okta/terraform-provider-okta/pull/1075). Thanks, [@naveen-vijay](https://github.com/naveen-vijay)!

## 3.25.1 (April 26, 2022)

BUGS:
Expand Down
2 changes: 1 addition & 1 deletion okta/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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.25.1"),
okta.WithUserAgentExtra("okta-terraform/3.26.0"),
}
if c.apiToken == "" {
setters = append(setters, okta.WithAuthorizationMode("PrivateKey"))
Expand Down

0 comments on commit c962956

Please sign in to comment.