Skip to content

v0.97.0

Choose a tag to compare

@kimdre kimdre released this 19 Jul 07:56
6e2a16e

What's Changed

  • Added a new SCHEDULER_ENABLED option to disable the built-in job scheduler. Useful if you run multiple doco-cd instances, e.g. for self-updating doco-cd.
  • Added documentation to the wiki for self-updating doco-cd using two instances that manage each other.
  • Fixed a bug where doco-cd ran API-triggered poll jobs on the HTTP request context, so wait=false canceled the job as soon as the response was sent.

✨ Features

  • fix(config): feat: add SchedulerEnabled configuration option and related tests by @kimdre in #1519

🌟 Improvements

🐛 Bug Fixes

  • fix(api): detach context in poll/run endpoint when wait=false by @kimdre in #1522

📦 Dependencies

  • chore(deps): update actions/setup-go action to v7 by @renovate[bot] in #1520

Full Changelog: v0.96.0...v0.97.0