Skip to content

Releases: mend/renovate-ce-ee

8.4.0

09 Oct 15:25
7aaff84
Compare
Choose a tag to compare

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 with MEND_RNV_ADMIN_TOKEN (Optional)

mend-renovate-enterprise-edition-2.3.1

26 Sep 17:47
cc128b2
Compare
Choose a tag to compare

Mend Renovate Enterprise Edition

mend-renovate-ce-8.3.1

26 Sep 17:47
cc128b2
Compare
Choose a tag to compare

Mend Renovate Community Edition

8.3.1

26 Sep 13:38
e12cbf8
Compare
Choose a tag to compare

App

  • feat: update update renovate to v38.96.1 (docs)

Full Changelog: 8.3.0...8.3.1

8.3.0

25 Sep 08:16
e12cbf8
Compare
Choose a tag to compare

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

12 Sep 07:23
6c31b3a
Compare
Choose a tag to compare

Mend Renovate Enterprise Edition

mend-renovate-ce-8.2.0

12 Sep 07:23
6c31b3a
Compare
Choose a tag to compare

Mend Renovate Community Edition

8.2.0

10 Sep 08:06
c89434e
Compare
Choose a tag to compare

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
  • feat: update update renovate to v38.59.2 (docs)

8.1.1

27 Aug 11:53
f66bdc0
Compare
Choose a tag to compare

APP

  • fix: prometheus metrics for CE
    • MEND_RNV_PROMETHEUS_METRICS_ENABLED = false|true default value false
    • endpoint: /metrics

8.1.0

27 Aug 04:36
f66bdc0
Compare
Choose a tag to compare

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