Skip to content

Commit 94980b6

Browse files
authored
Bump up version to 1.83.0 (IBM-Cloud#6484)
1 parent 49469ff commit 94980b6

File tree

2 files changed

+77
-1
lines changed

2 files changed

+77
-1
lines changed

CHANGELOG.md

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,79 @@
1+
# 1.83.0 (September 29, 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+
### Partner Center Sell
12+
* Cbr for iam service registration parnercentersellv1 ([6462](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6462))
13+
14+
### Power Systems
15+
* Refactor terraform errors to use new toolchain in instance, instance snapshot, instance ip, instance volume data sources ([6448](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6448))
16+
* [D][R] Add creation date attribute to shared processor pool data source and resource ([6446](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6446))
17+
* [D][R] Add Network Peer data source and resource ([6444](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6444))
18+
19+
### Secrets Manager
20+
* Secrets Manager fixes ([6460](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6460))
21+
22+
23+
## Enhancements
24+
25+
### IKS
26+
* Bump bluemix-go version to remove refresh token([6480](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6480))
27+
28+
### Backup/Recovery
29+
* BRS GA Release: Remove LA Note ([6464](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6464))
30+
31+
### Configuration Aggregator
32+
* add way to test admin config ([6434](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6434))
33+
* Update connector client ([6473](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6473))
34+
35+
### General
36+
* Support for Trusted profile authentication ([6458](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6458))
37+
* Support Trusted profile name for assume authentication ([6479](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6479))
38+
39+
### IAM
40+
* profile link additional param ([6454](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6454))
41+
* removed unwanted print causing provider failure ([6483](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6483))
42+
43+
### MQ Service
44+
* add 'iam_managed' and 'roles' fields to user details ([6447](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6447))
45+
46+
### Power Systems
47+
* Add sr3 profile to sap data source ([6443](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6443))
48+
* Update power-go-client to V1.13.0 ([6474](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6474))
49+
* [R][D] Compatibility Mode ([6455](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6455))
50+
51+
### Secrets Manager
52+
* Pull in new icr SDK which adds new regions endpoints ([6451](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6451))
53+
* Feature post allowlist and crud users ([6449](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6449))
54+
55+
### VPC Infrastructure
56+
* add rules_to_skip in ibm_cis_ruleset_rule ([6441](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6441))
57+
* Support for metadata service configuration ([6461](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6461))
58+
* Support for regional file shares ([6465](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6465))
59+
* Support for Reserved IP as member target of PPNLB ([5930](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/5930))
60+
* Doc changes for Public Address Range GA ([6471](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6471))
61+
62+
63+
## Documentation
64+
65+
### Power Systems
66+
* Update supported sap systems documentation ([6442](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6442))
67+
68+
### Secrets Manager
69+
* regenerate projects provider with new go sdk level and API doc ([6469](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6469))
70+
71+
72+
## Code Refactoring
73+
74+
### VPC Infrastructure
75+
* File share mount target assign none by default for dp2 ([6482](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6482))
76+
177
# 1.83.0-beta0 (September 15, 2025)
278

379
## 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.83.0-beta0"
8+
const Version = "1.83.0"
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)