Skip to content

Commit d470de7

Browse files
authored
Bump up version to 1.79.2 (#6293)
1 parent dd1e1fa commit d470de7

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,37 @@
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

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import (
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.
1111
var GitCommit string

0 commit comments

Comments
 (0)