Skip to content

Commit dc90908

Browse files
authored
Bump up version to 1.87.2 (#6632)
1 parent 212dbce commit dc90908

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
# 1.87.2 (January 19, 2026)
2+
3+
## Bug Fixes
4+
5+
### Enterprise Management
6+
* fix the redhat regex length range and add - to allowed strings ([6623](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6623))
7+
8+
### Transit Gateway
9+
* fix update logic of vpn gateway connection peer ([6622](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6622))
10+
11+
12+
## Enhancements
13+
14+
### VPC Infrastructure
15+
* added name field in other protocols ([6602](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6602))
16+
17+
18+
## Code Refactoring
19+
20+
### Power Systems
21+
* Refactor volume resource ([6625](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6625))
22+
* Refactor ssh-key resource ([6626](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6626))
23+
24+
125
# 1.87.1 (January 13, 2026)
226

327
## Enhancements

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.87.1"
8+
const Version = "1.87.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)