You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,6 @@
1
1
# Unreleased
2
2
3
-
## Enhancements
4
-
5
-
* Adds `Variables` relationship field to `Workspace` by @arybolovlev[#872](https://github.com/hashicorp/go-tfe/pull/872)
6
-
7
-
# v1.47.1
8
-
9
-
## Bug fixes
10
-
* Change the error message for `ErrWorkspaceStillProcessing` to be the same error message returned by the API by @uturunku1[#864](https://github.com/hashicorp/go-tfe/pull/864)
3
+
# v1.48.0
11
4
12
5
## Features
13
6
*For Terraform Enterprise users who have data retention policies defined on Organizations or Workspaces: A new DataRetentionPolicyChoice relation has been added to reflect that [data retention policies are polymorphic](https://developer.hashicorp.com/terraform/enterprise/api-docs/data-retention-policies#data-retention-policy-types). Organizations and workspaces may be related to a `DataRetentionPolicyDeleteOlder` or `DataRetentionPolicyDontDelete` record through the `DataRetentionPolicyChoice` struct. Data retention policies can be read using `ReadDataRetentionPolicyChoice`, and set or updated (including changing their type) using `SetDataRetentionPolicyDeleteOlder` or `SetDataRetentionPolicyDontDelete` by @JarrettSpiker[#652](https://github.com/hashicorp/go-tfe/pull/844)
@@ -17,6 +10,14 @@
17
10
* The `SetDataRetentionPolicy` function on `Organizations` and `Workspaces` is now deprecated in favour of `SetDataRetentionPolicyDeleteOlder` or `SetDataRetentionPolicyDontDelete`. `SetDataRetentionPolicy` will only update the data retention policy when communicating with TFE versions v202311 and v202312. @JarrettSpiker[#652](https://github.com/hashicorp/go-tfe/pull/844)
18
11
* The `ReadDataRetentionPolicy` function on `Organizations` and `Workspaces` is now deprecated in favour of `ReadDataRetentionPolicyChoice`. `ReadDataRetentionPolicyChoice` may return the different multiple data retention policy types added in TFE 202401-1. `SetDataRetentionPolicy` will only update the data retention policy when communicating with TFE versions v202311 and v202312. @JarrettSpiker[#652](https://github.com/hashicorp/go-tfe/pull/844)
19
12
13
+
## Enhancements
14
+
* Adds `Variables` relationship field to `Workspace` by @arybolovlev[#872](https://github.com/hashicorp/go-tfe/pull/872)
15
+
16
+
# v1.47.1
17
+
18
+
## Bug fixes
19
+
* Change the error message for `ErrWorkspaceStillProcessing` to be the same error message returned by the API by @uturunku1[#864](https://github.com/hashicorp/go-tfe/pull/864)
0 commit comments