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
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,28 @@
3
3
## Enhancements
4
4
* Adds `UserTokensEnabled` field to `Organization` to support enabling/disabling user tokens for an organization by @JarrettSpiker[#???](https://github.com/hashicorp/go-tfe/pull/??)
5
5
6
+
# v1.93.0
7
+
8
+
## Enhancements
9
+
* Exports the StackConfiguration UploadTarGzip receiver function [#1219](https://github.com/hashicorp/go-tfe/pull/1219)
10
+
* Updates BETA stacks resource schemas to match latest API spec by @ctrombley[#1220](https://github.com/hashicorp/go-tfe/pull/1220)
11
+
* Adds support for Hold Your Own Key by @helenjw , @iuri-slywitch-hashicorp and @dominic-retli-hashi[#1201](https://github.com/hashicorp/go-tfe/pull/1201)
12
+
13
+
## Deprecations
14
+
15
+
* The beta `StackDeployments`, `StackPlan`, `StackPlanOperation`, and `StackSource` resources have been removed, by @sahar-azizighannad[#1205](https://github.com/hashicorp/go-tfe/pull/1205)
16
+
17
+
# v1.92.0
18
+
19
+
## Enhancements
20
+
21
+
* Adds BETA support for performing Registry Module test runs on custom Agents by @hashimooon[#1209](httpsLhttps://github.com/hashicorp/go-tfe/pull/1209)
22
+
* Adds support for managing agent pools on `Stacks` by @maed223[#1214](https://github.com/hashicorp/go-tfe/pull/1214)
23
+
24
+
## Bug Fixes
25
+
26
+
* Fixes arch validation on Terraform, OPA, and Sentinel Tool Versions when providing top level `url` and `sha` with multiple `archs` by @kelsi-hoyle[#1212](https://github.com/hashicorp/go-tfe/pull/1212)
0 commit comments