Skip to content

Commit faf3f00

Browse files
authored
Bump up version to 1.82.0-beta0 (IBM-Cloud#6414)
1 parent 2d6ac83 commit faf3f00

File tree

2 files changed

+65
-1
lines changed

2 files changed

+65
-1
lines changed

CHANGELOG.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,67 @@
1+
# 1.82.0-beta0 (August 21, 2025)
2+
3+
* Support for **App Configuration**
4+
* **Datasources**
5+
* `ibm_app_config_integrations`
6+
* `ibm_app_config_integration_en`
7+
* `ibm_app_config_integration_kms`
8+
* **Resources**
9+
* `ibm_app_config_integration_en`
10+
* `ibm_app_config_integration_kms`
11+
* Support for **Event Notifications**
12+
* **Datasources**
13+
* `ibm_en_pre_defined_template`
14+
* `ibm_en_pre_defined_templates`
15+
* `ibm_en_code_engine_template`
16+
* **Resources**
17+
* `ibm_en_code_engine_template`
18+
* Support for **VMware**
19+
* **Datasources**
20+
* `ibm_vmaas_transit_gateway_connection`
21+
* **Resources**
22+
* `ibm_vmaas_transit_gateway_connection`
23+
24+
## Enhancements
25+
26+
### Power Systems
27+
* Refactor Terraform errors to use new toolchain in available hosts and catalog images data sources ([6407](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6407))
28+
29+
### App Configuration
30+
* Addition of Integration Resources support ([6405](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6405))
31+
32+
### CD Tekton Pipeline
33+
* Add support for `ca-mon` region ([6402](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6402))
34+
35+
### Event Streams
36+
* Pre-defined templates and Code Engine templates support ([6398](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6398))
37+
38+
### MQ Service
39+
* Add ability to update user and app names ([6397](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6397))
40+
41+
### VMware
42+
* Transit Gateway support for Vmaas Terraform ([6377](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6377))
43+
44+
### CIS
45+
* Added rulesets ratelimit changes for custom rules ([6379](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6379))
46+
47+
### VPC Infrastructure
48+
* Added `storage_generation` attribute to `is_volume` ([6413](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6413))
49+
50+
### General
51+
* Bump `actions/checkout` from 4.2.2 to 5.0.0 ([6406](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6406))
52+
53+
## Bug Fixes
54+
55+
### Secrets Manager
56+
* Fix missing `secret_id` property ([6400](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6400))
57+
* Update docs - nested JSONs and fixes ([6356](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6356))
58+
59+
## Tests
60+
61+
### Secrets Manager
62+
* Optionally disable SM crypto key tests ([6408](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6408))
63+
64+
165
# 1.81.1 (August 6, 2025)
266

367
## 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.1"
8+
const Version = "1.82.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)