Skip to content

Releases: hashicorp/go-tfe

v0.13.2

12 Apr 18:37
fdcbf1a
Compare
Choose a tag to compare

BUG FIXES:

  • Fixed an issue where vcs repo options were not marshaled correctly when creating and updating workspaces, registry modules, and policy sets (#204)

v0.13.1

29 Mar 14:43
4f141e7
Compare
Choose a tag to compare

Library changes

This package used an outdated version of the jsonapi library. HashiCorp forked the jsonapi library so as to add improvements and modifications.

This release updates to use the latest jsonapi library, and fixes a few bugs in the process.

Changes:

Bug fixes:

v0.13.0

24 Mar 01:11
074a0e4
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add Terraform Enterprise Admin API (#189, #185, #186, #184, #183, #180)
  • Add additional VCS attributes from Workspace (#191)
  • Add additional metrics and README attributes for workspace (#192)

v0.12.1

16 Feb 16:05
fce832f
Compare
Choose a tag to compare

BUG FIXES

  • Added missing description field to workspaces (#170)

v0.12.0

20 Jan 05:29
f3a4dd1
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add support for managing Terraform Cloud Agent authentication tokens (#169)
  • Add support for managing User authentication tokens (#157)
  • Add the Terraform Cloud IP Ranges meta API (#142)
  • Add Runs.ReadWithOptions (allowing include values when fetching a single run) and Run.CreatedBy relationship. (#168)
  • Add Include field to RunListOptions (#167)
  • Add the associated run as a relationship to PolicyCheck (#162)
  • Add additional entitlement values to an organization's Entitlement struct (#156)

BUG FIXES

  • Add ID to struct to maintain consistency with the module registry API (#139)

v0.11.1

20 Nov 02:47
ddb0bf4
Compare
Choose a tag to compare

ENHANCEMENTS

  • r/tfe_workspace: Add allow_destroy_plan support #154

v0.11.0

19 Nov 23:29
87d99d2
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add support for Terraform Cloud Agents (#153) Create and manage multiple agent pools as well as configure TFC workspaces to use them.
  • Add support for state version outputs (#140)
  • Support ?include option to workspace list options (#146)

v0.10.2

23 Sep 17:22
38c2cef
Compare
Choose a tag to compare

ENHANCEMENTS:

  • Add SpeculativeEnabled attribute to workspace #132

v0.10.1

18 Aug 23:17
3f2fe3f
Compare
Choose a tag to compare

BUG FIXES

  • Fix an issue that prevented comments from being associated with run apply, run discard, or workspace lock actions #129

v0.10.0

15 Jul 14:01
6fdf7df
Compare
Choose a tag to compare

FEATURES

  • Add RegistryModule to support for registry modules #128

ENHANCEMENTS

  • Add support for DestinationType of email to NotificationConfiguration #128
  • Add ExternalID attribute to Organization #128
  • Add DisplayIdentifier to VCSRepo struct #128

NOTES