Skip to content

Commit afe1fa0

Browse files
authored
Bump up version to 1.82.0 (IBM-Cloud#6430)
1 parent bc13ecc commit afe1fa0

File tree

2 files changed

+74
-1
lines changed

2 files changed

+74
-1
lines changed

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
# 1.82.0 (August 29, 2025)
2+
* Support for **App Configuration**
3+
* **Datasources**
4+
* `ibm_app_config_integrations`
5+
* `ibm_app_config_integration_en`
6+
* `ibm_app_config_integration_kms`
7+
* **Resources**
8+
* `ibm_app_config_integration_en`
9+
* `ibm_app_config_integration_kms`
10+
* Support for **Event Notifications**
11+
* **Datasources**
12+
* `ibm_en_pre_defined_template`
13+
* `ibm_en_pre_defined_templates`
14+
* `ibm_en_code_engine_template`
15+
* **Resources**
16+
* `ibm_en_code_engine_template`
17+
* Support for **VMware**
18+
* **Datasources**
19+
* `ibm_vmaas_transit_gateway_connection`
20+
* **Resources**
21+
* `ibm_vmaas_transit_gateway_connection`
22+
23+
## Bug Fixes
24+
### Cloudant
25+
* Example validation updates ([6403](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6403))
26+
### Global Catalog, IAM
27+
* Bump platform go SDK, add new fields ([6415](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6415))
28+
### Power Systems
29+
* 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))
30+
* Refactor Terraform errors to use new toolchain in cloud connection, cloud instance, and datacenter data sources ([6411](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6411))
31+
* Refactor Terraform errors to use new toolchain in DHCP, disaster recovery location, and host group data sources ([6416](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6416))
32+
* Refactor Terraform errors to use new toolchain in host, image location, and instance console language data sources ([6417](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6417))
33+
### Secrets Manager
34+
* Fix missing `secret_id` property ([6400](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6400))
35+
* Update docs - nested JSONs and fixes ([6356](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6356))
36+
* Fix secret manager tests ([6412](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6412)
37+
* Add retrieved_at attribute to secret metadata [6423](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6423))
38+
### VMware
39+
* Fix bad request when updating `fast_provisioning_enabled` ([6425](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6425))
40+
### VPC Infrastructure
41+
* Handle absent device on VSIs ([6419](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6419))
42+
43+
## Enhancements
44+
### CD Tekton Pipeline
45+
* Add support for `ca-mon` region ([6402](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6402))
46+
### App Configuration
47+
* Addition of Integration Resources support ([6405](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6405))
48+
### Event Streams
49+
* Pre-defined templates and Code Engine templates support ([6398](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6398))
50+
### MQ Service
51+
* Add ability to update user and app names ([6397](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6397))
52+
### VMware
53+
* Transit Gateway support for Vmaas Terraform ([6377](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6377))
54+
### CIS
55+
* Add ratelimit changes in custom rulesets ([6379](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6379))
56+
### VPC Infrastructure
57+
* Added `storage_generation` attribute to `is_volume` ([6413](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6413))
58+
### Satellite
59+
* Added length validation check for satellite location ([6421](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6421))
60+
### Transit Gateway
61+
* Added option to enable or disable GRE enhanced route propagation ([6311](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6311))
62+
### Power Systems
63+
* Update Volume Flash Copy documentation ([6420](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6420))
64+
65+
### General
66+
* Bump `actions/checkout` from 4.2.2 to 5.0.0 ([6406](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6406))
67+
* Upgrade `bluemix-go` dependency ([6409](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6409))
68+
* Fix evaluation order for `endpoints_file_path` precedence ([6429](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6429))
69+
70+
## Tests
71+
### Secrets Manager
72+
* Optionally disable SM crypto key tests ([6408](https://github.com/IBM-Cloud/terraform-provider-ibm/pull/6408))
73+
174
# 1.82.0-beta0 (August 21, 2025)
275

376
* Support for **App Configuration**

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.82.0-beta0"
8+
const Version = "1.82.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)