Skip to content

Releases: hashicorp/go-tfe

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

v1.70.0

26 Oct 12:39
1318444
Compare
Choose a tag to compare
  • Actually adds support for adding/updating key/value tags, which was not unintentionally removed from the last release by @brandonc

v1.69.0

25 Oct 21:39
0385759
Compare
Choose a tag to compare

Enhancements

  • Adds BETA support for a variable set Parent relation, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @jbonhag #992
  • Add support for adding/updating key/value tags by @brandonc #991
  • Add support for reading a registry module by its unique identifier by @dsa0x #988
  • Add support for enabling Stacks on an organization by @brandonc #987
  • Add support for filtering by key/value tags by @brandonc #987
  • Adds SpeculativePlanManagementEnabled field to Organization by @lilincmu #983

v1.68.0

02 Oct 15:47
5bcd87a
Compare
Choose a tag to compare

Enhancements

  • Add support for reading a no-code module's variables by @paladin-devops #979
  • Add Waypoint entitlements (the waypoint-actions and waypoint-templates-and-addons attributes) to Entitlements by @ignatius-j #984

v1.67.1

25 Sep 20:11
0b3525a
Compare
Choose a tag to compare

Bug Fixes

  • Fixes a bug in NewRequest that did not allow query parameters to be specified in the first parameter, which broke several methods: RegistryModules ReadVersion, VariableSets UpdateWorkspaces, and Workspaces Readme by @brandonc #982

v1.67.0

24 Sep 21:42
1598ee3
Compare
Choose a tag to compare

Enhancements

  • Workspaces: The Unlock method now returns a ErrWorkspaceLockedStateVersionStillPending error if the latest state version upload is still pending within the platform. This is a retryable error. by @brandonc #978