Skip to content

0.7.0-rc2

Compare
Choose a tag to compare
@rusenask rusenask released this 11 Mar 14:19
· 873 commits to master since this release
ef4d58b

Fixed:

  • Bug due to the approval identifier structure had to move to different API structure on approvals endpoint. Current API:

Method: POST
Endpoint: /v1/approvals

{
  "identifier": "default/myimage:1.5.5", // identifier for the approval request
  "action": "approve", // approve/reject/delete, defaults to "approve"
  "voter": "john",  
}