github mend/renovate-ce-ee 8.1.0

latest releases: 8.6.0, mend-renovate-enterprise-edition-2.6.0, mend-renovate-ce-8.6.0...
2 months ago

What's Changed

APP

What's Changed

  • feat: monitor disk usage
    • MEND_RNV_DISK_USAGE_WARN_THRESHOLD A numeric percentage threshold for disk storage warnings. The default is 70. This feature will execute df --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 of 204 - No Content responses (indicating an empty queue) received when the worker requests a new job from the server before the worker terminates. Default is 0 (off).
  • feat: prometheus metrics endpoint
    • MEND_RNV_PROMETHEUS_METRICS_ENABLED = false|true default value false
    • endpoint: /metrics
  • feat: update update renovate to v38.26.1 (docs)
  • fix: node breaks after a while #538

Don't miss a new renovate-ce-ee release

NewReleases is sending notifications on new releases.