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.
New Features
The UI now supports providing and editing nested template variables and lists
There is a new PATCH /incarnation/{id} endpoint which has the same behavior as the previous PUT endpoint (see breaking changes below)
Breaking Changes & Deprecations
Behavior of the PUT /incarnation/{id} endpoint changed to no longer behave as a PATCH endpoint. When using the PUT endpoint, from now on the complete set of template variable values has to be provided (it no longer remembers the previous used values).
in case the old behavior is needed, there is a new PATCH endpoint available.
Bug Fixes
the changes API was returning wrong status information for changes with merge requests. this has been fixed.