Releases: keel-hq/keel
Releases · keel-hq/keel
0.8.3
0.8.2
0.8.1
0.8.0
0.7.0-rc2
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",
}
0.7.0-rc1
Fixed:
- Problem with 3rd party registries when it couldn't find manifest.
- Force update not working. Refactored Kubernetes deployer to terminate the pods if tag hasn't change which would force pull new image.
Added:
- HTTP endpoint to approve/reject/delete pending approval requests.