Skip to content

Commit 631c68c

Browse files
authored
Bump up version to 1.89.0 (#6691)
1 parent a83ab0b commit 631c68c

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# 1.89.0 (March 2, 2026)
2+
3+
## Bug Fixes
4+
5+
### General
6+
* removed redundant checks to fix build on 1.26 ([6682](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6682))
7+
8+
### CIS
9+
* fix mtls empty hostmanes issue ([6669](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6669))
10+
11+
### Global Tagging
12+
* Fix tagging is error ([6681](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6681))
13+
14+
15+
## Enhancements
16+
17+
### CD Tekton Pipeline
18+
* Fix multiline properties ([6680](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6680))
19+
20+
### Cloud Databases
21+
* added a nil check on response in ibm_database ([6660](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6660))
22+
23+
### Cloud Object Storage
24+
* Updating the documentation for COS for cross account access. ([6685](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6685))
25+
26+
### IAM
27+
* Terraform should not plan update-in-place when no resources exist for template assignment ([6216](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6216))
28+
29+
### Power Systems
30+
* Refactor host group update logic ([6677](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6677))
31+
32+
### Toolchain
33+
* Continuous Delivery (CD): Region discontinuation warnings ([6687](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6687))
34+
35+
136
# 1.88.3 (February 23, 2026)
237

338
## 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.88.3"
8+
const Version = "1.89.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)