File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 1.83.0-beta0 (September 15, 2025)
2
+
3
+ ## Bug Fixes
4
+
5
+ ### Configuration Aggregator
6
+ * fixed docs for is_lb_listener_policy_rule and container_cluster_config ([ 6438] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6438 ) )
7
+
8
+ ### IAM
9
+ * update service, trusted id policies ([ 6453] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6453 ) )
10
+
11
+ ## Enhancements
12
+
13
+ ### Configuration Aggregator
14
+ * add way to test admin config ([ 6434] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6434 ) )
15
+
16
+ ### General
17
+ * Support for Trusted profile authentication ([ 6458] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6458 ) )
18
+
19
+ ### IAM
20
+ * profile link additional param ([ 6454] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6454 ) )
21
+
22
+ ### Secrets Manager
23
+ * Pull in new icr SDK which adds new regions endpoints ([ 6451] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6451 ) )
24
+
25
+ ### VPC Infrastructure
26
+ * add rules_to_skip in ibm_cis_ruleset_rule ([ 6441] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6441 ) )
27
+
28
+
1
29
# 1.82.1 (September 1, 2025)
2
30
3
31
## Bug Fixes
Original file line number Diff line number Diff line change 5
5
)
6
6
7
7
// Version is the current provider main version
8
- const Version = "1.82.1 "
8
+ const Version = "1.83.0-beta0 "
9
9
10
10
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
11
11
var GitCommit string
You can’t perform that action at this time.
0 commit comments