Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.101.0
Enhancements
- Adds the
SpeculativeEnabledfield to theStackCreateOptionsandStackUpdateOptionsstructs by @arunatibm 1279 - Adds
NameandProviderfields toRegistryModuleCreateWithVCSConnectionOptionsto support explicit module naming for monorepos with non-standard repository names, by @jillirami #1277
v1.100.0
v1.99.0
Enhancements
- Adds
ProjectRemoteStatefield toWorkspaceto support state sharing at the project level, by @hs26gill #1248 - Adds 'Migration' field to
StackCreateOptionsandCreationSourceto stack struct to provide insights re: stack creation, by @aaabdelgany #1266
v1.98.0
Enhancements
- Adds UserTokensEnabled field to Organization to support enabling/disabling user tokens for an organization by @JarrettSpiker #1225
- Adds DeploymentRunStatus and DeploymentStepStatus types by @Maed223 #1261
Bug Fixes
v1.97.0
v1.96.0
Enhancements
- QueryRun API is now generally available in HCP Terraform (not available in Terraform Enterprise), by @sowju-hashicorp #1245
- Remove org settings validation in RegistryModulesCreateMonorepo tests, by @jillirami (#1236)
- Add
RemoteTFENumericVersion()to theClientinterface, which exposes theX-TFE-Current-Versionheader set by a remote TFE instance by @skj-skj #1246
v1.95.0
Enhancements
- Add
Sortoption toAgentsandAgentPools, by @twitnithegirl #1229 - Add serialization for
StacksEnabledfield,CanEnableStacks&CanCreateProjectpermissions on Organization Read by @a-anurag27 #1230 - Adds new stacks resources
StackDeployments,StackDiagnostics, andStackStates, by @ctrombley #1226 - Adds new
Diagnosticsmethods toStackConfigurations, andStackDeploymentSteps, by @ctrombley #1226 - Adds new
Artifactsmethod toStackDeploymentSteps, by @ctrombley #1226 - Add serialization for
StacksEnabledfield,CanEnableStacks&CanCreateProjectpermissions 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, andStackSourceresources 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
Stacksby @Maed223 #1214
Bug Fixes
- Fixes arch validation on Terraform, OPA, and Sentinel Tool Versions when providing top level
urlandshawith multiplearchsby @kelsi-hoyle #1212