Skip to content

Commit 0da2ec1

Browse files
authored
Bump up version to 1.87.0 (#6618)
1 parent 5437e41 commit 0da2ec1

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# 1.87.0 (January 12, 2026)
2+
3+
## Bug Fixes
4+
5+
### Cloud Databases
6+
* Fix the attribute in backup_id parameter ([6567](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6567))
7+
8+
### IAM
9+
* fix(IAM Policy Management): Fix subject stringExists ([6598](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6598))
10+
11+
### Cloud Logs
12+
* prevent panic when before list contains nil element ([6580](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6580))
13+
14+
### DR AutomationService
15+
* Dra terraform apis- fmt issue fixed ([6612](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6612))
16+
* Dra terraform apis ([6600](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6600))
17+
18+
### VPC Infrastructure
19+
* added validation for public address range name ([6608](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6608))
20+
21+
22+
## Enhancements
23+
24+
### Backup/Recovery
25+
* add auto_proetction_group_id ([6607](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6607))
26+
27+
28+
29+
130
# 1.87.0-beta1 (December 22, 2025)
231

332
## 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.87.0-beta1"
8+
const Version = "1.87.0"
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)