Update ghcr.io/mend/renovate-ce Docker tag to v12
No problems upgrading the Docker container with a Docker compose yaml file within Portainer and by means of Portainer DevOps resp. GitOps with dependency update facilitated by Mend's Renovate Bot itself.
This MR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/mend/renovate-ce | major | 11.5.0-full -> 12.0.0-full |
Release Notes
mend/renovate-ce-ee (ghcr.io/mend/renovate-ce)
v12.0.0
Application changes
- Renovate CLI: Update from
v41.143.1tov41.156.1 - chore(deps): update dependencies
- refactor(bitbucket): improve pagination and apis use
- fea(scheduling)!: migrate from
node-crontocronerthat supports extended cron syntax- Breaking: compared to
node-cronthe month indexing changed from0-11(Jan-Dec) to1-12(Jan-Dec) - feat: day-of-week updated indexing from 0-6 (Sun-Sat) to 0-7 (Sun-Sun)
- feat: supports extended cron syntax. Now allows wildcards.
- Note: In reality we don't expect anyone to use a cron schedule that targets only a specific month (usually its just
*) and therefore this release is only "technically breaking"
- Breaking: compared to
Docs and Helm Charts
- chore(deps): update update mend renovate docker images to v12 (major) by @renovate[bot] in #764
Full Changelog: https://github.com/mend/renovate-ce-ee/compare/11.5.0...12.0.0