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
+3-4
Original file line number
Diff line number
Diff line change
@@ -1,15 +1,14 @@
1
1
# Unreleased
2
2
3
-
FEATURES:
4
-
* Add beta endpoints `ApplyToProjects` and `RemoveFromProjects` to `VariableSets`. Applying a variable set to a project will apply that variable set to all current and future workspaces in that project.
5
-
* Add beta endpoint `ListForProject` to `VariableSets` to list all variable sets applied to a project.
6
-
7
3
## Enhancements
4
+
* Add beta endpoints `ApplyToProjects` and `RemoveFromProjects` to `VariableSets`. Applying a variable set to a project will apply that variable set to all current and future workspaces in that project.
5
+
* Add beta endpoint `ListForProject` to `VariableSets` to list all variable sets applied to a project.
8
6
* Adds `ProjectID` filter to allow filtering of workspaces of a given project in an organization by @hs26gill[#671](https://github.com/hashicorp/go-tfe/pull/671)
9
7
* Adds `Name` filter to allow filtering of projects by @hs26gill[#668](https://github.com/hashicorp/go-tfe/pull/668/files)
10
8
* Adds `ManageMembership` permission to team `OrganizationAccess` by @JarrettSpiker[#652](https://github.com/hashicorp/go-tfe/pull/652)
11
9
* Adds `RotateKey` and `TrimKey` Admin endpoints by @mpminardi[#666](https://github.com/hashicorp/go-tfe/pull/666)
12
10
* Adds `Permissions` to `User` by @jeevanragula[#674](https://github.com/hashicorp/go-tfe/pull/674)
11
+
* Adds `IsEnterprise` and `IsCloud` boolean methods to the client by @sebasslash[#675](https://github.com/hashicorp/go-tfe/pull/675)
0 commit comments