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 08d0eee commit 3cdb7ebCopy full SHA for 3cdb7eb
CHANGELOG.md
@@ -1,3 +1,12 @@
1
+# 1.80.3 (July 11, 2025)
2
+## Bug Fixes
3
+
4
+### VPC Infrastructure
5
+* fix(is-bm): fixed bm error on delete ([6346](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6346))
6
+### CIS
7
+* fix(CIS): update domain setting proxy read timeout([6347](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6347))
8
9
10
# 1.80.2 (July 10, 2025)
11
## Bug Fixes
12
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.80.2"
+const Version = "1.80.3"
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
0 commit comments