Skip to content

v1.21.0

Compare
Choose a tag to compare
@brandonc brandonc released this 11 Apr 20:31
· 831 commits to main since this release
a8ddab6

Features

  • Add beta endpoints ApplyToProjects and RemoveFromProjects to VariableSets. Applying a variable set to a project will apply that variable set to all current and future workspaces in that project.
  • Add beta endpoint ListForProject to VariableSets to list all variable sets applied to a project.
  • Add endpoint RunEvents which lists events for a specific run by @glennsarti #680

Bug Fixes

  • VariableSets.Read did not honor the Include values due to a syntax error in the struct tag of VariableSetReadOptions by @sgap #678

Enhancements

  • Adds ProjectID filter to allow filtering of workspaces of a given project in an organization by @hs26gill #671
  • Adds Name filter to allow filtering of projects by @hs26gill #668
  • Adds ManageMembership permission to team OrganizationAccess by @JarrettSpiker #652
  • Adds RotateKey and TrimKey Admin endpoints by @mpminardi #666
  • Adds Permissions to User by @jeevanragula #674
  • Adds IsEnterprise and IsCloud boolean methods to the client by @sebasslash #675