Skip to content

Commit 9000a9f

Browse files
authored
release v5.1.0 (#2378)
1 parent 0bd00bf commit 9000a9f

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## 5.1.0 (July 3, 2025)
4+
5+
### BUG FIXES
6+
7+
* Fix regression in `data_source_okta_groups` for not handling custom_profile_attributes[#2328](https://github.com/okta/terraform-provider-okta/pull/2328) by [exitcode0](https://github.com/exitcode0).
8+
9+
### IMPROVEMENTS
10+
11+
* Add warning to stop adding authentication policy for `SERVICE` apps for resource `okta_app_oauth`[#2376](https://github.com/okta/terraform-provider-okta/pull/2376) by [aditya-okta](https://github.com/aditya-okta).
12+
* Bump gopkg.in/dnaeon/go-vcr.v4 from 4.0.3 to 4.0.4 [#2372](https://github.com/okta/terraform-provider-okta/pull/2372)
13+
314
## 5.0.0 (June 24, 2025)
415

516
### IMPROVEMENTS

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ terraform {
2727
required_providers {
2828
okta = {
2929
source = "okta/okta"
30-
version = "~> 5.0.0"
30+
version = "~> 5.1.0"
3131
}
3232
}
3333
}

okta/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
package version
22

33
var (
4-
OktaTerraformProviderVersion = "5.0.0"
4+
OktaTerraformProviderVersion = "5.1.0"
55
OktaTerraformProviderUserAgent = "okta-terraform/" + OktaTerraformProviderVersion
66
)

templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ terraform {
2424
required_providers {
2525
okta = {
2626
source = "okta/okta"
27-
version = "~> 5.0.0"
27+
version = "~> 5.1.0"
2828
}
2929
}
3030
}

0 commit comments

Comments
 (0)