Skip to content

Releases: hashicorp/go-tfe

v1.103.0

27 Mar 15:41
f4518b2

Choose a tag to compare

What's Changed

  • Adds the ProjectExclusions field to the PolicySet struct to support project level exclusions of policy sets by @subhro-acharjee-1 (#1290)

New Contributors

Full Changelog: v1.102.0...v1.103.0

v1.102.0

24 Mar 18:39
61e745e

Choose a tag to compare

What's Changed

Enhancements

New Contributors

Full Changelog: v1.101.0...v1.102.0

v1.101.0

10 Feb 22:20
2782bc1

Choose a tag to compare

Enhancements

  • Adds the SpeculativeEnabled field to the StackCreateOptions and StackUpdateOptions structs by @arunatibm 1279
  • Adds Name and Provider fields to RegistryModuleCreateWithVCSConnectionOptions to support explicit module naming for monorepos with non-standard repository names, by @jillirami #1277

v1.100.0

03 Feb 20:51
02472c6

Choose a tag to compare

Enhancements

  • Adds ReadWithOptions method to RunTriggers to support including related resources when reading a run trigger by @Maed223 #1275

v1.99.0

07 Jan 22:22
a61f6dd

Choose a tag to compare

Enhancements

  • Adds ProjectRemoteState field to Workspace to support state sharing at the project level, by @hs26gill #1248
  • Adds 'Migration' field to StackCreateOptions and CreationSource to stack struct to provide insights re: stack creation, by @aaabdelgany #1266

v1.98.0

18 Dec 16:20
6fe86b7

Choose a tag to compare

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

  • Resolve differences between given and actual status composition in StackConfigurationStatus and DeploymentGroupStatus by @Maed223 #1261

v1.97.0

02 Dec 21:39
d4f17aa

Choose a tag to compare

Enhancements

  • Add variable set support for stacks with ApplyToStacks, RemoveFromStacks, and UpdateStacks API methods by @nithishravindra #1251

v1.96.0

19 Nov 22:15
afb6d0f

Choose a tag to compare

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 the Client interface, which exposes the X-TFE-Current-Version header set by a remote TFE instance by @skj-skj #1246

v1.95.0

14 Oct 23:42
5a200b0

Choose a tag to compare

Enhancements

  • Add Sort option to Agents and AgentPools, by @twitnithegirl #1229
  • Add serialization for StacksEnabled field, CanEnableStacks & CanCreateProject permissions on Organization Read by @a-anurag27 #1230
  • Adds new stacks resources StackDeployments, StackDiagnostics, and StackStates, by @ctrombley #1226
  • Adds new Diagnostics methods to StackConfigurations, and StackDeploymentSteps, by @ctrombley #1226
  • Adds new Artifacts method to StackDeploymentSteps, by @ctrombley #1226
  • Add serialization for StacksEnabled field, CanEnableStacks & CanCreateProject permissions on Organization Read by @a-anurag27 #1230

v1.94.0

08 Oct 01:37
e65d1f5

Choose a tag to compare

  • Add BETA support for Action invocations via CreateRunOptions by @mutahhir #1206