Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.91.1
v1.91.0
Enhancements
- Adds Logs method to QueryRuns, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @brandonc #1186
- Adds Source field to Workspace by @jpadrianoGo #1124
- Adds CreatedBy relation to AgentToken by @jpadrianoGo #1149
- Adds CreatedAt field to AgentPool by @jpadrianoGo #1150
- Adds CanceledAt, RunEvents, TriggerReason field to Run by @jpadrianoGo #1161
- Adds AllowedProjects and ExcludedWorkspaces to AgentPool by @tylerwolf #1185
- Adds DefaultExecutionMode, DefaultAgentPool, and SettingOverwrites to Project by @tylerwolf #1185
- Adds IconUrl, InstallationType, and InstallationURL to githubAppInstallation, by @jpadrianoGo #1191
- Adds support for Workspace VCSRepoOptions source_directory and tag_prefix, by @jillrami #1194
v1.90.0
Bug Fixes
- Fixes
IngressAttributes
field decoding inPolicySetVersion
by @rageshganeshkumar #1164 - Fixes issue 1061, validation accepts all RunStatus including
"cost_estimated"
by @KenCox-Hashicorp #1171
Enhancements
- Add support for querying and filtering private registry modules based on a search query,
provider
,registry_name
andorganization_name
, by @gautambaghel #1179 - Adds support for
RegistryModule
VCS source_directory and tag_prefix options, by @jillrami [#1154] (#1154) - Adds endpoint for re-running a stack deployment by @hwatkins05-hashicorp/@Maed223 #1176
- Adds
ReadByName
forStackDeploymentGroup
by @Maed223 #1181 - Adds BETA support for listing
QueryRuns
, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @brandonc #1177 - Adds BETA support for
CreateAndUpload
forStackConfiguration
, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @Maed223 #1184
New Contributors
- @jillirami made their first contribution in #1154
- @KenCox-Hashicorp made their first contribution in #1171
- @gautambaghel made their first contribution in #1179
- @rageshganeshkumar made their first contribution in #1164
v1.89.0
Enhancements
- Add the Links attribute to the StackDeploymentStep struct to support the deployment step GET endpoint by @shwetamurali #1167
- Adds endpoint for cancelling StackDeploymentRun by @Maed223 #1172
- Adds CreatedAt and UpdatedAt fields to StackConfiguration by @Maed223 #1168
- Adds endpoint for advancing StackDeploymentStep by @hwatkins05-hashicorp #1166
v1.88.0
Enhancements
- Adds BETA support for reading, testing and updating Organization Audit Configuration by @glennsarti-hashi #1151
- Adds
Completed
status toStackConfiguration
by @hwatkins05-hashicorp #1163
v1.87.0
Bug Fixes
- Fixes incorrect primary key usage on
StackDeploymentRun
,StackDeploymentGroup
, andStackDeploymentStep
, by @Maed223 #1156
Enhancements
- Updates endpoint for updating stack configuration from
actions/update-configuration
tofetch-latest-from-vcs
by @hwatkins05-hashicorp #1157
v1.86.0
v1.85.0
Bug Fixes
- Fix the registry URL path used for
ReadTerraformRegistryModule
by @paladin-devops #1141
Enhancements
- Adds support for managing reserved tag keys within a TFE organization, by @ctrombley #1145
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
PrivateRunTasks
field to Entitlements by @glennsarti #944 - Adds
AgentPool
relationship to options when creating and updating Run Tasks by @glennsarti #944 - 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 - 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