Skip to content

Commit 8c5fcbf

Browse files
authored
Bump up version to 1.81.0-beta0 (IBM-Cloud#6376)
* Bump up version to 1.81.0-beta0 * Bump up version to 1.81.0-beta0
1 parent a7f8a1e commit 8c5fcbf

File tree

2 files changed

+61
-1
lines changed

2 files changed

+61
-1
lines changed

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
# 1.81.0-beta0 (July 24, 2025)
2+
3+
## Bug Fixes
4+
5+
### Cloud Logs
6+
* fix dashboard panic ([6374](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6374))
7+
8+
### Key Management
9+
* fix KMS example code and typos ([6337](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6337))
10+
11+
### Direct Link
12+
* update error toolchain changes for direct link ([6272](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6272))
13+
14+
### IAM
15+
* Fix build failure issues ([6367](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6367))
16+
* Fixed documentation on access management templates ([6298](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6298))
17+
18+
### Power Systems
19+
* [Resource] [Datasource] Replace SSH Key API with new API ([6375](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6375))
20+
21+
### Transit Gateway
22+
* update error toolchain changes for transit gateway ([6274](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6274))
23+
24+
### VPC Infrastructure
25+
* handle nil pointer in VPN server route deletion wait ([6369](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6369))
26+
27+
## Enhancements
28+
29+
### CD Tekton Pipeline
30+
* add support for waiting runs limit ([6335](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6335))
31+
32+
### Cloud Internet Services
33+
* Add support for managed and custom lists ([6310](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6310))
34+
35+
### IAM
36+
* Handle failed state assignments ([6372](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6372))
37+
38+
### ODF
39+
* ODF 4.18 initial support ([6348](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6348))
40+
41+
### Power Systems
42+
* [DataSource] [Resource] Add Software Tier support for data sources and resources ([6321](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6321))
43+
44+
### VMware
45+
* update vmware service ([6329](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6329))
46+
47+
### VPC Infrastructure
48+
* added support for vpc-services ([6357](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6357))
49+
* public address range development ([6341](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6341))
50+
* Added support for tags in is_vpn_server resource ([6295](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6295))
51+
* Added support for source_snapshot on instance template ([6364](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6364))
52+
* image capabilities changes ([6366](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6366))
53+
* Added crn to virtual network interface for is_instance ([6297](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6297))
54+
55+
## Deprecations
56+
57+
### IAM
58+
* deprecate iam_service_id and profile_id while creation of policies ([6345](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6345))
59+
60+
161
# 1.80.4 (July 15, 2025)
262
## Bug Fixes
363

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.80.4"
8+
const Version = "1.81.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)