Skip to content

Commit 0f26b8f

Browse files
authored
Bump up version to 1.85.0-beta0 (IBM-Cloud#6531)
1 parent a9044af commit 0f26b8f

File tree

2 files changed

+59
-1
lines changed

2 files changed

+59
-1
lines changed

CHANGELOG.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
# 1.85.0-beta0 (October 29, 2025)
2+
3+
## Bug Fixes
4+
5+
### Backup/Recovery
6+
* Iks roks support ([6386](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6386))
7+
8+
### Power Systems
9+
* Fix ibm_pi_network and ibm_pi_network data source to use id ([6509](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6509))
10+
11+
## Enhancements
12+
13+
### Cloud Logs
14+
* alert_definitins, policy order and dashboard fix ([6526](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6526))
15+
16+
### Configuration Aggregator
17+
* Update sdk version ([6497](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6497))
18+
* app configuration destination, subscription and template, Webho… ([6477](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6477))
19+
20+
### IAM
21+
* remove account_id from account section of effective settings datasource ([6523](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6523))
22+
23+
### Kubernetes
24+
* ODF 4.19 initial support ([6527](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6527))
25+
26+
### Power Systems
27+
* Deprecate Arg_KeyName for Arg_SSHKeyID ([6505](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6505))
28+
* Deprecate Arg_PlacementGroupName for Arg_PlacementGroupID ([6507](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6507))
29+
30+
31+
## Documentation
32+
33+
### General
34+
* Refined Db2 doc ([6515](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6515))
35+
36+
37+
# 1.84.3 (October 23, 2025)
38+
39+
## Bug Fixes
40+
### VPC Infrastructure
41+
* fix: support boot volume profile configuration for is_instance creation
42+
([6528](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6528))
43+
44+
45+
# 1.84.2 (October 21, 2025)
46+
47+
## Bug Fixes
48+
49+
### General
50+
* Fix the filemap for IAM endpoint type from endpoints file ([6524](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6524))
51+
52+
# 1.84.1 (October 17, 2025)
53+
54+
## Enhancements
55+
56+
### IAM
57+
* Add new attributes to IAM Identity Account Settings ([6491](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6491))
58+
159
# 1.84.0 (October 13, 2025)
260

361
## 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.84.0"
8+
const Version = "1.85.0-beta0"
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)