Skip to content

Commit db1eb3f

Browse files
authored
Bump up version to 1.81.0 (IBM-Cloud#6394)
1 parent 9335c76 commit db1eb3f

File tree

2 files changed

+84
-1
lines changed

2 files changed

+84
-1
lines changed

CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
# 1.81.0 (July 31, 2025)
2+
3+
* Support for Cloud Internet Services
4+
- **Datasources**
5+
- ibm_cis_managed_lists
6+
- ibm_cis_custom_lists
7+
- ibm_cis_custom_list_items
8+
- **Resources**
9+
- ibm_cis_custom_list
10+
- ibm_cis_custom_list_items
11+
* Support for VPC Infrastructure
12+
- **Datasources**
13+
- ibm_is_public_address_ranges
14+
- ibm_is_public_address_range
15+
- ibm_is_image_bare_metal_server_profiles
16+
- ibm_is_image_instance_profiles
17+
- ibm_is_snapshot_instance_profiles
18+
- ibm_is_volume_instance_profiles
19+
- **Resources**
20+
- ibm_is_public_address_range
21+
* Support for Power Systems
22+
- **Datasources**
23+
- ibm_pi_software_tiers
24+
* Support for IAM
25+
- **Datasources**
26+
- ibm_iam_trusted_profile_identities
27+
28+
## Enhancements
29+
### CD Tekton Pipeline
30+
* add support for waiting runs limit ([6335](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6335))
31+
### Cloud Internet Services
32+
* trusted profile support for ibm_cis datasource ([6363](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6363))
33+
* Add support for managed and custom lists ([6310](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6310))
34+
### Hpcs
35+
* Support for trusted profile token ([6388](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6388))
36+
### IAM
37+
* Handle failed state assignments ([6372](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6372))
38+
* added trusted profile identities ([6316](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6316))
39+
### ODF
40+
* ODF 4.18 initial support ([6348](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6348))
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+
* Timeout changes ([6392](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6392))
44+
### VMware
45+
* update vmware service ([6329](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6329))
46+
### VPC Infrastructure
47+
* public address range development ([6341](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6341))
48+
* Added support for source_snapshot on instance template ([6364](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6364))
49+
* image capabilities changes ([6366](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6366))
50+
* Legacy vendor images support for vpc-services ([6357](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6357))
51+
* Added support for tags in is_vpn_server resource ([6295](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6295))
52+
* Added crn to virtual network interface for is_instance ([6297](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6297))
53+
54+
## Deprecation
55+
### IAM
56+
* deprecate iam_service_id and profile_id while creation of policies ([6345](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6345))
57+
58+
59+
## Bug Fixes
60+
### Cloud Internet Services
61+
* update error toolchain changes for cis ([6300](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6300))
62+
### Dns Services
63+
* update error toolchain changes for dns services ([6289](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6289))
64+
### IAM
65+
* Fix build failure issues ([6367](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6367))
66+
* Fixed documentation on access management templates ([6298](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6298))
67+
### Key Management
68+
* fix KMS example code and typos ([6337](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6337))
69+
### Logs
70+
* fix dashboard panic ([6374](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6374))
71+
### Power Systems
72+
* [Resource] [Datasource] Replace SSH Key API with new API ([6375](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6375))
73+
* Remove dhcp option and fix arp-broadcast bug ([6380](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6380))
74+
### Directlink
75+
* update error toolchain changes for direct link ([6272](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6272))
76+
### Transit Gateway
77+
* update error toolchain changes for transit gateway ([6274](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6274))
78+
### VPC Infrastructure
79+
* Added an empty check on allowed_use for is_instance ([6381](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6381))
80+
* handle nil pointer in VPN server route deletion wait ([6369](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6369))
81+
* is_lb docs for failsafe_policy_actions ([6393](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6393))
82+
83+
184
# 1.81.0-beta1 (July 25, 2025)
285

386
## 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.81.0-beta1"
8+
const Version = "1.81.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)