What's Changed
This pre-release adds a feature that allows you to run containers/services defined in your docker compose files as scheduled jobs based on cron-like schedules or predefined intervals. This is useful for running periodic tasks such as backups, maintenance scripts, or any recurring workloads without needing an external scheduler.
More details in the next version docs: https://doco.cd/next/Advanced/Scheduled-Jobs/
✨ Features
📦 Dependencies
- fix(deps): update module github.com/docker/cli to v29.4.3+incompatible by @renovate[bot] in #1320
- chore(deps): update github/codeql-action digest to 68bde55 by @renovate[bot] in #1323
- chore(deps): update dependency golang to v1.26.3 by @renovate[bot] in #1324
📚 Miscellaneous
Full Changelog: v0.85.1...v0.86.0-rc.1