Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.61.0
Enhancements
- Adds support for creating no-code workspaces by @paladin-devops #927
- Adds support for upgrading no-code workspaces by @paladin-devops #935
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