Skip to content

Commit 6bdea1e

Browse files
authored
Bump up version to 1.83.0-beta0 (#6459)
1 parent 0f2931a commit 6bdea1e

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
# 1.82.1 (September 1, 2025)
230

331
## Bug Fixes

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
55
)
66

77
// Version is the current provider main version
8-
const Version = "1.82.1"
8+
const Version = "1.83.0-beta0"
99

1010
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111
var GitCommit string

0 commit comments

Comments
 (0)