Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.58.0
v1.57.0
ENHANCEMENTS
- Adds the
IsUnified
field toProject
,Organization
andTeam
by @roncodingenthusiast #915 - Adds Workspace auto-destroy notification types to
NotificationTriggerType
by @notchairmk #918 - Adds
CreatedAfter
andCreatedBefore
Date Time filters toAdminRunsListOptions
by @Maed223 #916
v1.56.0
Enhancements
- Adds
ManageAgentPools
permission to teamOrganizationAccess
by @emlanctot #901
v1.55.0
v1.54.0
v1.53.0
Enhancements
- Adds
ManageTeams
,ManageOrganizationAccess
, andAccessSecretTeams
permissions to teamOrganizationAccess
by @juliannatetreault #874 - Mocks are now generated using the go.uber.org/mock package #897
v1.52.0
ENHANCEMENTS
- Add
EnforcementLevel
toPolicy
create and update options. This will replace the deprecated[]Enforce
method for specifying enforcement level. @JarrettSpiker #895
DEPRECATIONS
- The
Enforce
fields onPolicy
,PolicyCreateOptions
, andPolicyUpdateOptions
have been deprecated. Use theEnforcementLevel
instead. @JarrettSpiker #895
v1.51.0
Enhancements
- Adds
Teams
field toOrganizationMembershipCreateOptions
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 #891OrganizationScoped
attribute forOAuthClient
is now generally available by @netramali #873
v1.50.0
Enhancements
- Adds Bitbucket Data Center as a new
ServiceProviderType
and ensures similar validation as Bitbucket Server by @zainq11 #879 - Add
GlobalRunTasks
field toEntitlements
by @glennsarti #865 - Add
Global
field toRunTask
by @glennsarti #865 - Add
Stages
field toWorkspaceRunTask
by @glennsarti #865 - Changing BETA
OrganizationScoped
attribute ofOAuthClient
to be a pointer for bug fix by @netramali 884 - Adds
Query
parameter toVariableSetListOptions
to allow searching variable sets by name, by @JarrettSpiker#877
Deprecations
- The
Stage
field has been deprecated onWorkspaceRunTask
. Instead, useStages
by @glennsarti #865
v1.49.0
Enhancements
- Adds
post_apply
to list of possiblestages
for Run Tasks by @glennsarti #878
Full Changelog: v1.48.0...v1.49.0