Releases: hashicorp/go-tfe
v1.84.0
Enhancements
- Adds BETA support for listing
StackConfigurationList, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @shwetamurali #1138 - Adds BETA support for approving all plans for a stack deployment run, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @ctrombley #1136
- Adds BETA support for listing and reading
StackDeploymentSteps, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @ctrombley #1133 - Adds BETA support for approving all plans in
StackDeploymentGroups, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @hwatkins05-hashicorp #1137
v1.83.0
Enhancements
- Adds
PrivateRunTasksfield to Entitlements by @glennsarti #944 - Adds
AgentPoolrelationship to options when creating and updating Run Tasks by @glennsarti #944 - Add support for HCP Terraform
/api/v2/workspaces/{external_id}/all-varsAPI endpoint to fetch the list of all variables available to a workspace (include inherited variables from varsets) by @debrin-hc #1105 - Adds BETA support for listing
StackDeploymentGroups, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @hwatkins05-hashicorp #1128More actions - 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
- Adds BETA support for reading a
StackDeploymentGroup, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @hwatkins05-hashicorp #1132
v1.82.0
Enhancements
- Adds BETA support for speculative runs with
Stacksresources and removes VCS repo validity check onStackcreation, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @hwatkins05-hashicorp #1119 - Adds support for listing team tokens, by @mkam #1109
v1.81.0
Enhancements
- Adds
IngressAttributesfield toPolicySetVersionby @jpadrianoGo #1092 - Adds
ConfirmedByfield toRunby @jpadrianoGo #1110
v1.80.0
v1.79.0
v1.79.0
BREAKING CHANGES
- Updates team token
Descriptionto be a pointer, allowing for both nil descriptions and empty string descriptions. Team token descriptions and the ability to create multiple team tokens is in BETA, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @mkam #1088
Enhancements
-
Adds
AgentPoolfield to the OAuthClientUpdateOptions struct, which is used to associate a VCS Provider with an AgentPool for PrivateVCS support by @jpogran #1075 -
Add BETA support for use of OPA and Sentinel with Linux arm64 agents, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users @natalie-todd #1090
v1.78.0
Enhancements
- Adds
Linksfield toEffectiveTagBindingsto check whether an effective tag binding is inherited, by @sebasslash #1087
v1.77.0
Enhancements
Remove DefaultProject from OrganizationUpdateOptions to prevent updating an organization's default project, by @netramali #1078
Adds support for creating multiple team tokens by adding Description to TeamTokenCreateOptions. This provides BETA support, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @mkam #1083
Adds support for reading and deleting team tokens by ID, by @mkam #1083
BREAKING CHANGES
In the last release, Runs interface method ListForOrganization included pagination fields TotalCount and TotalPages, but these are being removed as this feature approaches general availablity by @brandonc #1074
v1.76.0
v1.76.0
Enhancements
- Adds
DefaultProjecttoOrganizationUpdateOptionsto support updating an organization's default project. This provides BETA support, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @mkam #1056 - Adds
ReadTerraformRegistryModuleto support reading a registry module from Terraform Registry's proxied endpoints by @paladin-devops #1057 - Adds a new method
ListForOrganizationto list Runs in an organization by @arybolovlev #1059
Bug fixes
- Adds
ToolVersionArchitecturetoAdminTerraformVersionUpdateOptionsandAdminTerraformVersion. This provides BETA support, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @kelsi-hoyle #1047
v1.75.0
Enhancements
- Adds
EffectiveTagBindingsrelation to projects and workspaces, allowing the relation to be included when listing projects or workspaces by @sebasslash #1043