You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
The key has expired.
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