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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,10 @@
1
1
# Unreleased
2
+
3
+
## Enhancements
4
+
2
5
* Add support for HCP Terraform `/api/v2/workspaces/{external_id}/all-vars` API endpoint to fetch the list of all variables available to a workspace (include inherited variables from varsets) by @debrin-hc[#1105](https://github.com/hashicorp/go-tfe/pull/1105)
6
+
* Adds BETA support for listing `StackDeploymentGroups`, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @hwatkins05-hashicorp[#1128](https://github.com/hashicorp/go-tfe/pull/1128)
7
+
* Adds BETA support for removing/adding VCS backing for a Stack, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @Maed223[#1131](https://github.com/hashicorp/go-tfe/pull/1131)
3
8
4
9
## Enhancements
5
10
@@ -12,6 +17,10 @@
12
17
* Adds BETA support for speculative runs with `Stacks` resources and removes VCS repo validity check on `Stack` creation, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @hwatkins05-hashicorp[#1119](https://github.com/hashicorp/go-tfe/pull/1119)
13
18
* Adds support for listing team tokens, by @mkam[#1109](https://github.com/hashicorp/go-tfe/pull/1109)
14
19
20
+
## Bug Fixes
21
+
22
+
* Fixes hard coded public terraform registry URL for ReadTerraformRegistryModule, by @paladin-devops[#1126](https://github.com/hashicorp/go-tfe/pull/1126)
0 commit comments