Skip to content

Releases: hashicorp/go-tfe

v1.58.0

02 Jul 22:48
7d657ff
Compare
Choose a tag to compare

Enhancements

  • Adds BETA support for Stacks resources, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @brandonc. #920

v1.57.0

25 Jun 18:57
f6f1791
Compare
Choose a tag to compare

ENHANCEMENTS

  • Adds the IsUnified field to Project, Organization and Team by @roncodingenthusiast #915
  • Adds Workspace auto-destroy notification types to NotificationTriggerType by @notchairmk #918
  • Adds CreatedAfter and CreatedBefore Date Time filters to AdminRunsListOptions by @Maed223 #916

v1.56.0

12 Jun 00:02
b0b511f
Compare
Choose a tag to compare

Enhancements

  • Adds ManageAgentPools permission to team OrganizationAccess by @emlanctot #901

v1.55.0

05 Jun 15:41
4e13cf4
Compare
Choose a tag to compare

Enhancements

  • Adds the CurrentRunStatus filter to allow filtering workspaces by their current run status by @arybolovlev #899

v1.54.0

28 May 21:40
b8c412e
Compare
Choose a tag to compare

Enhancements

  • Adds the AutoDestroyActivityDuration field to Workspace by @notchairmk #902

Deprecations

  • The IsSiteAdmin field on User has been deprecated. Use the IsAdmin field instead #900

v1.53.0

07 May 22:23
07ffc37
Compare
Choose a tag to compare

Enhancements

  • Adds ManageTeams, ManageOrganizationAccess, and AccessSecretTeams permissions to team OrganizationAccess by @juliannatetreault #874
  • Mocks are now generated using the go.uber.org/mock package #897

v1.52.0

30 Apr 22:36
6fddd6e
Compare
Choose a tag to compare

ENHANCEMENTS

  • Add EnforcementLevel to Policy create and update options. This will replace the deprecated []Enforce method for specifying enforcement level. @JarrettSpiker #895

DEPRECATIONS

  • The Enforce fields on Policy, PolicyCreateOptions, and PolicyUpdateOptions have been deprecated. Use the EnforcementLevel instead. @JarrettSpiker #895

v1.51.0

23 Apr 19:38
c2be83d
Compare
Choose a tag to compare

Enhancements

  • Adds Teams field to OrganizationMembershipCreateOptions to allow users to be added to teams at the same time they are invited to an organization. by @JarrettSpiker #886
  • IsCloud() returns true when TFP-AppName is "HCP Terraform" by @sebasslash #891
  • OrganizationScoped attribute for OAuthClient is now generally available by @netramali #873

v1.50.0

17 Apr 21:45
6a6bc1f
Compare
Choose a tag to compare

Enhancements

  • Adds Bitbucket Data Center as a new ServiceProviderType and ensures similar validation as Bitbucket Server by @zainq11 #879
  • Add GlobalRunTasks field to Entitlements by @glennsarti #865
  • Add Global field to RunTask by @glennsarti #865
  • Add Stages field to WorkspaceRunTask by @glennsarti #865
  • Changing BETA OrganizationScoped attribute of OAuthClient to be a pointer for bug fix by @netramali 884
  • Adds Query parameter to VariableSetListOptions to allow searching variable sets by name, by @JarrettSpiker#877

Deprecations

  • The Stage field has been deprecated on WorkspaceRunTask. Instead, use Stages by @glennsarti #865

v1.49.0

02 Apr 20:26
41a1b6f
Compare
Choose a tag to compare

Enhancements

  • Adds post_apply to list of possible stages for Run Tasks by @glennsarti #878

Full Changelog: v1.48.0...v1.49.0