What's Changed
- docs: document GitLab version for automatic webhook creation by @justo-mend in #612
- Update reporting-apis.md by @nkala1 in #615
- chore(deps): update ghcr.io/mend/renovate-ce docker tag to v8.7.0 by @renovate in #604
- docs: Create read-only-fs.md by @rarkins in #592
- chore(deps): update update mend renovate docker images to v9 (major) by @renovate in #618
New Contributors
Full Changelog: 8.7.0...9.0.0
App
- fix: Gitlab webhooks improvements: validate existing webhooks by name or URL
- Allows Gitlab users to use automatic webhook installation with versions prior to v17.1
- fix: remove default onboarding config
- remove
RENOVATE_ONBOARDING_CONFIG
from the docker images
- remove
- feat: add task summary to task_queue_history
- feat: Read-only File Systems support (see docs for more details)
- feat: update renovate to v39 (major)
- Docs
- Full change log
- 39.0.0 breaking changes
- branchNameStrict: Branch names with multiple forward slashes will change if branchNameStrict=true
- deps: Renovate sidecard images will default to use Ubuntu 24.04 instead of 20.04, and use User ID 12021 instead of 1000
- deps: The Renovate full image now uses Ubuntu 24.04, Python 3.13 and Node v22
- github: Renovate will now prefer squash merges over others in GitHub, if they are allowed.
- Dockerfile: Renovate -full images will now use binarySource=global. Set RENOVATE_BINARY_SOURCE=install to revert to dynamic tool installation.
- Renovate Docker images will now be based on Node.js v22 instead of v20