File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed
Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
1111var GitCommit string
You can’t perform that action at this time.
0 commit comments