Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.95.0
Enhancements
- Add
Sort
option toAgents
andAgentPools
, by @twitnithegirl #1229 - Add serialization for
StacksEnabled
field,CanEnableStacks
&CanCreateProject
permissions on Organization Read by @a-anurag27 #1230 - Adds new stacks resources
StackDeployments
,StackDiagnostics
, andStackStates
, by @ctrombley #1226 - Adds new
Diagnostics
methods toStackConfigurations
, andStackDeploymentSteps
, by @ctrombley #1226 - Adds new
Artifacts
method toStackDeploymentSteps
, by @ctrombley #1226 - Add serialization for
StacksEnabled
field,CanEnableStacks
&CanCreateProject
permissions on Organization Read by @a-anurag27 #1230
v1.94.0
v1.93.0
Enhancements
- Exports the StackConfiguration UploadTarGzip receiver function #1219
- Updates BETA stacks resource schemas to match latest API spec by @ctrombley #1220
- Adds support for Hold Your Own Key by @helenjw , @iuri-slywitch-hashicorp and @dominic-retli-hashi #1201
Deprecations
- The beta
StackDeployments
,StackPlan
,StackPlanOperation
, andStackSource
resources have been removed, by @sahar-azizighannad #1205
v1.92.0
Enhancements
- Adds BETA support for performing Registry Module test runs on custom Agents by @hashimooon #1209
- Adds support for managing agent pools on
Stacks
by @Maed223 #1214
Bug Fixes
- Fixes arch validation on Terraform, OPA, and Sentinel Tool Versions when providing top level
url
andsha
with multiplearchs
by @kelsi-hoyle #1212
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