github kimdre/doco-cd v0.62.0

5 hours ago

What's Changed

  • Webhooks now trigger deployments asynchronously. Adding the wait=true query 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

  • feat: add wait query parameter for sync and async deployments by @kimdre in #974

🌟 Improvements

  • fix: handle job-mode services in service restart logic by @kimdre in #973

📚 Miscellaneous

Full Changelog: v0.61.1...v0.62.0

Don't miss a new doco-cd release

NewReleases is sending notifications on new releases.