Releases: mend/renovate-ce-ee
Releases · mend/renovate-ce-ee
8.4.0
What's Changed
- chore(deps): update update mend renovate docker images to v8.3.1 by @renovate in #578
- docs: added the 10-repo license key for Community Edition by @justo-mend in #582
- docs: replaced configuration docs with setup guides. by @justo-mend in #580
Full Changelog: 8.3.0...8.4.0
App
- feat: update renovate to v38.114.0 (docs)
- feat(GitLab): Automatic webhooks on GitLab. Option to automatically create webhooks on every repo with Renovate installed. Uses env var:
MEND_RNV_WEBHOOK_URL
in combination withMEND_RNV_ADMIN_TOKEN
(Optional)
mend-renovate-enterprise-edition-2.3.1
Mend Renovate Enterprise Edition
mend-renovate-ce-8.3.1
Mend Renovate Community Edition
8.3.1
8.3.0
What's Changed
- docs: Added new Enterprise config option - MEND_RNV_SINGLE_JOB_WORKER by @justo-mend in #573
- chore(deps): update update mend renovate docker images to v8.2.0 by @renovate in #571
- chore(deps): update actions/setup-python action to v5.2.0 by @renovate in #566
- chore(deps): update dpage/pgadmin4 docker tag to v8.11 by @renovate in #562
Full Changelog: 8.2.0...8.3.0
App
- feat(CE): public limit license key for community
- feat: update update renovate to v38.80.0 (docs)
mend-renovate-enterprise-edition-2.2.0
Mend Renovate Enterprise Edition
mend-renovate-ce-8.2.0
Mend Renovate Community Edition
8.2.0
App
- feat(GitHub): ignore archived and/or mirrored repositories, the server will treat these repositories as "not installed" since Renovate can't run on them. GitHub, Gitlab and Bitbucket.
- feat(enterprise): all worker has to do is one job
- enabled by setting
MEND_RNV_SINGLE_JOB_WORKER=true
on the worker container
- enabled by setting
- feat: update update renovate to v38.59.2 (docs)
8.1.1
APP
- fix: prometheus metrics for CE
MEND_RNV_PROMETHEUS_METRICS_ENABLED = false|true
default valuefalse
- endpoint:
/metrics
8.1.0
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