Skip to content

Releases: hashicorp/go-tfe

v1.78.0

17 Apr 18:15
4c63cff
Compare
Choose a tag to compare

Enhancements

  • Adds Links field to EffectiveTagBindings to check whether an effective tag binding is inherited, by @sebasslash #1087

v1.77.0

15 Apr 21:13
fd1a115
Compare
Choose a tag to compare

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

26 Feb 03:59
e440169
Compare
Choose a tag to compare

v1.76.0

Enhancements

  • Adds DefaultProject to OrganizationUpdateOptions to 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 ReadTerraformRegistryModule to support reading a registry module from Terraform Registry's proxied endpoints by @paladin-devops #1057
  • Adds a new method ListForOrganization to list Runs in an organization by @arybolovlev #1059

Bug fixes

  • Adds ToolVersionArchitecture to AdminTerraformVersionUpdateOptions and AdminTerraformVersion. 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

29 Jan 16:31
32d39c5
Compare
Choose a tag to compare

Enhancements

  • Adds EffectiveTagBindings relation to projects and workspaces, allowing the relation to be included when listing projects or workspaces by @sebasslash #1043

v1.74.1

21 Jan 20:49
396e058
Compare
Choose a tag to compare

Enhancements

  • Add parallelism to create options for TF Test Runs by @dsa0x 1037

v1.74.0

15 Jan 06:12
5630634
Compare
Choose a tag to compare

Enhancements

  • Add BETA support for adding custom project permission for variable sets ProjectVariableSetsPermission by @netramali 21879

v1.73.1

10 Jan 22:04
ee7dcad
Compare
Choose a tag to compare

Bug fixes

  • Includes a critical security update in an upstream depdendency hashicorp/go-slug @NodyHub #1025
  • Fix bug in BETA support for Linux arm64 agents, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users @natalie-todd #1022

v1.73.0

09 Jan 17:18
2b26a23
Compare
Choose a tag to compare

Enhancements

  • Add support for team notification configurations by @jfreda in #1016

New Contributors

Full Changelog: v1.72.0...v1.73.0

v1.72.0

07 Jan 20:38
cec7ba3
Compare
Choose a tag to compare

Enhancements

  • Add support for project level auto destroy settings @simonxmh #1011
  • Add BETA support for Linux arm64 agents, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users @natalie-todd #1022
  • Adds support to delete all tag bindings on either a project or workspace by @sebasslash #1023

v1.71.0

27 Nov 18:44
f9d7888
Compare
Choose a tag to compare

Enhancements