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 c6b0167 commit 7304215Copy full SHA for 7304215
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 1.82.1 (September 1, 2025)
2
+
3
+## Bug Fixes
4
5
+### Kubernetes Cluster
6
+* rollback vendor for cluster config ([6432](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6432))
7
8
9
# 1.82.0 (August 29, 2025)
10
* Support for **App Configuration**
11
* **Datasources**
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.82.0"
+const Version = "1.82.1"
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
0 commit comments