Releases: hashicorp/go-tfe
Releases · hashicorp/go-tfe
v1.76.0
v1.76.0
Enhancements
- Adds
DefaultProject
toOrganizationUpdateOptions
to support updating an organization's default project. This provides BETA support, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users, by @mkam #1056 - Adds
ReadTerraformRegistryModule
to support reading a registry module from Terraform Registry's proxied endpoints by @paladin-devops #1057 - Adds a new method
ListForOrganization
to list Runs in an organization by @arybolovlev #1059
Bug fixes
- Adds
ToolVersionArchitecture
toAdminTerraformVersionUpdateOptions
andAdminTerraformVersion
. This provides BETA support, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @kelsi-hoyle #1047
v1.75.0
Enhancements
- Adds
EffectiveTagBindings
relation to projects and workspaces, allowing the relation to be included when listing projects or workspaces by @sebasslash #1043
v1.74.1
v1.74.0
v1.73.1
Bug fixes
- Includes a critical security update in an upstream depdendency
hashicorp/go-slug
@NodyHub #1025 - Fix bug in BETA support for Linux arm64 agents, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users @natalie-todd #1022
v1.73.0
v1.72.0
Enhancements
- Add support for project level auto destroy settings @simonxmh #1011
- Add BETA support for Linux arm64 agents, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users @natalie-todd #1022
- Adds support to delete all tag bindings on either a project or workspace by @sebasslash #1023
v1.71.0
v1.70.0
v1.69.0
Enhancements
- Adds BETA support for a variable set
Parent
relation, which is EXPERIMENTAL, SUBJECT TO CHANGE, and may not be available to all users by @jbonhag #992 - Add support for adding/updating key/value tags by @brandonc #991
- Add support for reading a registry module by its unique identifier by @dsa0x #988
- Add support for enabling Stacks on an organization by @brandonc #987
- Add support for filtering by key/value tags by @brandonc #987
- Adds
SpeculativePlanManagementEnabled
field toOrganization
by @lilincmu #983