What's Changed
- feat: bump CE and EE charts to 8.0.0 by @nabeelsaabna in #558
- fix(ee): improve helm security by @Gabriel-Ladzaretti in #560
- fix(ee): add image digests + change pull policy by @Gabriel-Ladzaretti in #561
- docs: Repository cache s3 works only if
RENOVATE_X_REPO_CACHE_FORCE_LOCAL=true
by @PhilipAbed in #563
APP
What's Changed
- feat: monitor disk usage
MEND_RNV_DISK_USAGE_WARN_THRESHOLD
A numeric percentage threshold for disk storage warnings. The default is70
. This feature will executedf --output=source,pcent
after each completed job, match sources based on the set filter, and log a warning for each source that exceeds the threshold.MEND_RNV_DISK_USAGE_FILTER
A comma-separated list of regex or glob patterns for matching device paths. Default is/dev/**
. The glob/regex filter behaves similarly to autodiscoverFilter.
- feat(ee): auto terminate worker
MEND_RNV_EXIT_INACTIVE_COUNT
The number of204 - No Content
responses (indicating an empty queue) received when the worker requests a new job from the server before the worker terminates. Default is0
(off).
- feat: prometheus metrics endpoint
MEND_RNV_PROMETHEUS_METRICS_ENABLED = false|true
default valuefalse
- endpoint:
/metrics
- feat: update update renovate to v38.26.1 (docs)
- fix: node breaks after a while #538