File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 1+ # 1.79.2 (June 13, 2025)
2+
3+ ## Bug Fixes
4+
5+ ### VPC Infrastructure
6+ * fixed the access_tags set on is_image ([ 6280] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6280 ) )
7+ * ensure user-tags on volume_prototype are correctly set ([ 6279] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6279 ) )
8+ * fix setting accesscontrolmode on mount target ([ 6285] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6285 ) )
9+
10+
11+ ## Enhancements
12+
13+ ### Cloud Databases
14+ * In place upgrade ([ 6275] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6275 ) )
15+
16+ ### General
17+ * Update go version to 1.24 ([ 6264] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6264 ) )
18+
19+ ### IAM
20+ * Add retry for GET operations with exponential retry ([ 6292] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6292 ) )
21+
22+
23+ ## Documentation
24+
25+ ### General
26+ * update workflow badge to use GitHub Actions URL format ([ 6282] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6282 ) )
27+
28+ # 1.79.1 (June 09, 2025)
29+
30+ ## Bug Fixes
31+
32+ ### VPC Infrastructure
33+ * fix(is-image): fixed the access_tags set on is_image ([ 6280] ( https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6280 ) )
34+
135# 1.79.0 (June 09, 2025)
236
337## Bug Fixes
Original file line number Diff line number Diff line change 55)
66
77// Version is the current provider main version
8- const Version = "1.79.0 "
8+ const Version = "1.79.2 "
99
1010// GitCommit is the git commit that was compiled. This will be filled in by the compiler.
1111var GitCommit string
You can’t perform that action at this time.
0 commit comments