We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fc5eb5 commit fbe9b51Copy full SHA for fbe9b51
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 1.83.3 (October 9, 2025)
2
+
3
+## Bug Fixes
4
+### VPC Infrastructure
5
+* migrated provider to v0.74.1 vpc-go-sdk ([6500](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6500))
6
7
# 1.83.2 (October 7, 2025)
8
9
## Bug Fixes
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.83.2"
+const Version = "1.83.3"
10
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
11
var GitCommit string
0 commit comments