Skip to content

Commit cc7cc13

Browse files
Update changelog
1 parent fd85865 commit cc7cc13

6 files changed

+24
-25
lines changed

.changes/2.30.0.md

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
## 2.30.0 (November 09, 2023)
2+
3+
NOTES:
4+
5+
* meta: The `SDKVersion` variable, `SDKPrerelease` variable, and `SDKVersionString()` function have been deprecated. Use the Go standard library `runtime/debug` package build information instead. ([#1257](https://github.com/hashicorp/terraform-plugin-sdk/issues/1257))
6+
7+
BUG FIXES:
8+
9+
* meta: Fixed version in `SDKVersion` variable and `SDKVersionString()` function ([#1257](https://github.com/hashicorp/terraform-plugin-sdk/issues/1257))
10+
* helper/schema: Ensured `(ResourceData).GetRawConfig()` data is populated for `Provider.ConfigureFunc` and `Provider.ConfigureContextFunc` ([#1270](https://github.com/hashicorp/terraform-plugin-sdk/issues/1270))
11+
* helper/schema: Ensured `(ResourceData).GetOkExists()` second result is `true` when configuration contains zero-value data in `Provider.ConfigureFunc` and `Provider.ConfigureContextFunc` ([#1270](https://github.com/hashicorp/terraform-plugin-sdk/issues/1270))
12+

.changes/unreleased/BUG FIXES-20231011-094550.yaml

-5
This file was deleted.

.changes/unreleased/BUG FIXES-20231102-063650.yaml

-6
This file was deleted.

.changes/unreleased/BUG FIXES-20231106-085112.yaml

-7
This file was deleted.

.changes/unreleased/NOTES-20231011-094644.yaml

-7
This file was deleted.

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.30.0 (November 09, 2023)
2+
3+
NOTES:
4+
5+
* meta: The `SDKVersion` variable, `SDKPrerelease` variable, and `SDKVersionString()` function have been deprecated. Use the Go standard library `runtime/debug` package build information instead. ([#1257](https://github.com/hashicorp/terraform-plugin-sdk/issues/1257))
6+
7+
BUG FIXES:
8+
9+
* meta: Fixed version in `SDKVersion` variable and `SDKVersionString()` function ([#1257](https://github.com/hashicorp/terraform-plugin-sdk/issues/1257))
10+
* helper/schema: Ensured `(ResourceData).GetRawConfig()` data is populated for `Provider.ConfigureFunc` and `Provider.ConfigureContextFunc` ([#1270](https://github.com/hashicorp/terraform-plugin-sdk/issues/1270))
11+
* helper/schema: Ensured `(ResourceData).GetOkExists()` second result is `true` when configuration contains zero-value data in `Provider.ConfigureFunc` and `Provider.ConfigureContextFunc` ([#1270](https://github.com/hashicorp/terraform-plugin-sdk/issues/1270))
12+
113
## 2.29.0 (September 06, 2023)
214

315
NOTES:

0 commit comments

Comments
 (0)