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 c9676d6 commit c2bbdedCopy full SHA for c2bbded
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+# 1.80.4 (July 15, 2025)
2
+## Bug Fixes
3
+
4
+### Power Systems
5
+* Revert "[Resource] [Datasource] Replace SSH Key API with new API ([6355](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6355))
6
7
8
# 1.80.3 (July 11, 2025)
9
## Bug Fixes
10
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.80.3"
+const Version = "1.80.4"
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
11
var GitCommit string
0 commit comments