Skip to content

Commit 93e3791

Browse files
authored
Bump up version to 1.88.0 (#6651)
1 parent 9eda320 commit 93e3791

File tree

2 files changed

+47
-1
lines changed

2 files changed

+47
-1
lines changed

CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# 1.88.0 (February 6, 2026)
2+
3+
## Bug Fixes
4+
5+
### Catalog Management
6+
* fix import of ibm_cm_offering ([6636](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6636))
7+
8+
### Cloud Logs
9+
* change inclusion_filters to optional ([6649](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6649))
10+
11+
### IAM
12+
* Fix policy creation when resourceType is set to 'resource-group' ([6621](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6621))
13+
14+
15+
## Enhancements
16+
17+
### Code Engine
18+
* add support for code engine pds, hmac secrets and trusted profiles ([6610](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6610))
19+
20+
### Schematics
21+
* extend template type validation regex ([6593](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6593))
22+
23+
### Cloud Databases
24+
* Add `async_restore` field for fast PG restore ([6630](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6630))
25+
26+
### Cloud Logs
27+
* add terraform support for logs router v3 ([6627](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6627))
28+
29+
### IAM
30+
* add api key expiration field ([6640](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6640))
31+
32+
### Platform Notifications
33+
* Platform Notification Distribution List API: Terraform support ([6628](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6628))
34+
35+
### Power Systems
36+
* Update DHCP status check for polling ([6642](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6642))
37+
38+
### VPC Infrastructure
39+
* Added an empty check on allowed_use for is_instance and is_volume ([6631](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6631))
40+
* added support for spot virtual server instances ([6637](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6637))
41+
* add network-bandwidth-mode support ([6648](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6648))
42+
43+
### General
44+
* Update MR in-che endpoint ([6647](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6647))
45+
46+
147
# 1.87.2 (January 19, 2026)
248

349
## 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.2"
8+
const Version = "1.88.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)