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 94fd99a commit 3310e7bCopy full SHA for 3310e7b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+# 1.79.1 (June 09, 2025)
2
+
3
+## Bug Fixes
4
5
+### VPC Infrastructure
6
+* fix(is-image): fixed the access_tags set on is_image ([6280](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6280))
7
8
9
# 1.79.0 (June 09, 2025)
10
11
## Bug Fixes
version/version.go
@@ -5,7 +5,7 @@ import (
)
// Version is the current provider main version
-const Version = "1.79.0"
+const Version = "1.79.1"
// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
var GitCommit string
0 commit comments