4.0.0 (2026-04-02)
- feat(operator)!: convert discoveryFilter and discoverTopics to lists (d0b3005)
- fix!: make job name sanatization conform to k8s naming rules (553b47c), closes #236
Bug Fixes
- deps: update module github.com/netresearch/go-cron to v0.13.4 (3cdc76e)
- respect RENOVATE_BASE_DIR env var instead of hardcoding /tmp (fixes #226) (dc36281)
- ui: if no acitivity is found display - instead of no PRs (063cb65)
- ui: rename PR Activity to Activity (c033ea2)
Features
- adding an option to allow for setting a globale parallelism setting (e80c39e), closes #220
- adding in memory log store to fall back to if the pod has been deleted (42b2527), closes #181
- show PR activity per run in operator UI (c67e8d6), closes #115
BREAKING CHANGES
- discoveryFilter is renamed to discoveryFilters and is now a []string. discoverTopics becomes a []string as well. Both are joined with , before being passed to RENOVATE_AUTODISCOVER_FILTER and RENOVATE_AUTODISCOVER_TOPICS respectively.
- Generated jobs will no longer contain double hyphens (e.g.: renovate-org--github).
Depending on your configuration this might lead to jobs not getting deleted. Check your configuration before merging.