What's Changed
-
Webhooks now trigger deployments asynchronously. Adding the
wait=truequery paramater to the webhook url brings back the old, synchronous behaviour which keeps the request open until the deployment is finished or the request times out.E.g.
/v1/webhook?wait=true
See https://github.com/kimdre/doco-cd/wiki/Endpoints#query-parameters -
The API endpoints for Swarm stacks have been improved:
- Swarm Jobs are now handled correctly.
- Added new API endpoint to (re-)trigger jobs in Swarm stacks:
/v1/api/stack/{stackName}/run
✨ Features
🌟 Improvements
📚 Miscellaneous
Full Changelog: v0.61.1...v0.62.0