Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.60.0
v1.59.0
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