Skip to content

Commit

Permalink
feat: release 8.1.0 (#565)
Browse files Browse the repository at this point in the history
Co-authored-by: nabeelsaabna <[email protected]>
  • Loading branch information
nabeelsaabna and nabeelsaabna authored Aug 27, 2024
1 parent d069c23 commit f66bdc0
Show file tree
Hide file tree
Showing 7 changed files with 51 additions and 7 deletions.
6 changes: 6 additions & 0 deletions docs/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,12 @@ By default, all files within these folders that were created _after_ the worker/

Note: Setting this variable will **_replace_** the default list of directories. To add a directory to the existing default list, you must include all the default folders in the new value.

**`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](https://docs.renovatebot.com/self-hosted-configuration/#autodiscoverfilter).

**`MEND_RNV_EXIT_INACTIVE_COUNT`**: [Enterprise only] A worker config for 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).

**`MEND_RNV_VERSION_CHECK_INTERVAL`**: [Enterprise only] Escalation period (minutes) for mismatching Server/Worker versions. Defaults to 60.

When an API call is received by the Server, it compares the version of the Worker that sent the request. If the Server and Worker have different versions, a message will be logged to the Server console.
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ce/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mend-renovate-ce
version: 8.0.0
appVersion: 8.0.0
version: 8.1.0
appVersion: 8.1.0
description: Mend Renovate Community Edition
home: https://github.com/mend/renovate-ce-ee
sources:
Expand Down
9 changes: 9 additions & 0 deletions helm-charts/mend-renovate-ce/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,15 @@ spec:
- name: MEND_RNV_WORKER_CLEANUP_DIRS
value: {{ .Values.renovate.mendRnvWorkerCleanupDirs | quote }}
{{- end }}
{{- if .Values.renovate.mendRnvDiskUsageWarnThreshold }}
- name: MEND_RNV_DISK_USAGE_WARN_THRESHOLD
value: {{ .Values.renovate.mendRnvDiskUsageWarnThreshold | quote }}
{{- end }}
{{- if .Values.renovate.mendRnvDiskUsageFilter }}
- name: MEND_RNV_DISK_USAGE_FILTER
value: {{ .Values.renovate.mendRnvDiskUsageFilter | quote }}
{{- end }}

{{- if .Values.renovate.mendRnvWorkerNodeArgs }}
- name: RENOVATE_NODE_ARGS
value: {{ .Values.renovate.mendRnvWorkerNodeArgs | quote }}
Expand Down
9 changes: 8 additions & 1 deletion helm-charts/mend-renovate-ce/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/mend/renovate-ce
tag: 8.0.0-full
tag: 8.1.0-full
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down Expand Up @@ -139,6 +139,13 @@ renovate:
# Note: setting this value will override the default value
mendRnvWorkerCleanupDirs:

# optional: A numeric percentage threshold for disk storage warnings. The default to 70
# note: setting the value to zero "0" will turn off this feature
mendRnvDiskUsageWarnThreshold:

# optional: A comma-separated list of regex or glob patterns for matching device paths. Default is /dev/**
mendRnvDiskUsageFilter:

# optional: mainly added to allow support for the '--security-revert=CVE-2023-46809' value
mendRnvWorkerNodeArgs:

Expand Down
4 changes: 2 additions & 2 deletions helm-charts/mend-renovate-ee/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: mend-renovate-enterprise-edition
version: 2.0.2
appVersion: 8.0.0
version: 2.1.0
appVersion: 8.1.0
description: Mend Renovate Enterprise Edition
home: https://github.com/mend/renovate-ce-ee
sources:
Expand Down
12 changes: 12 additions & 0 deletions helm-charts/mend-renovate-ee/templates/worker-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,18 @@ spec:
- name: MEND_RNV_WORKER_CLEANUP_DIRS
value: {{ .Values.renovateWorker.mendRnvWorkerCleanupDirs | quote }}
{{- end }}
{{- if .Values.renovateWorker.mendRnvDiskUsageWarnThreshold }}
- name: MEND_RNV_DISK_USAGE_WARN_THRESHOLD
value: {{ .Values.renovateWorker.mendRnvDiskUsageWarnThreshold | quote }}
{{- end }}
{{- if .Values.renovateWorker.mendRnvDiskUsageFilter }}
- name: MEND_RNV_DISK_USAGE_FILTER
value: {{ .Values.renovateWorker.mendRnvDiskUsageFilter | quote }}
{{- end }}
{{- if .Values.renovateWorker.mendRnvExitInactiveCount }}
- name: MEND_RNV_EXIT_INACTIVE_COUNT
value: {{ .Values.renovateWorker.mendRnvExitInactiveCount | quote }}
{{- end }}
{{- if .Values.renovateWorker.mendRnvWorkerNodeArgs }}
- name: RENOVATE_NODE_ARGS
value: {{ .Values.renovateWorker.mendRnvWorkerNodeArgs | quote }}
Expand Down
14 changes: 12 additions & 2 deletions helm-charts/mend-renovate-ee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ postgresql:
renovateServer:
image:
repository: ghcr.io/mend/renovate-ee-server
version: 8.0.0@sha256:594365b7080e4d24e25ac26dd05eebd64d33b8b752ead4bb3d8e7bdcb4d2aaed
version: 8.1.0@sha256:9c26d79a8f7224f4151ea3ad0f1ed05df6581da6705ccf08ad34d2922feae319
pullPolicy: Always

# Number of renovate-ee-server (for SQLite only 1 replica is allowed)
Expand Down Expand Up @@ -238,7 +238,7 @@ renovateServer:
renovateWorker:
image:
repository: ghcr.io/mend/renovate-ee-worker
version: 8.0.0-full@sha256:9eb144e8f29b08a25bcc1a7361accb25ea6fe3b8292ce2cdfc3a152c4a5da1df
version: 8.1.0-full@sha256:a9d6a2175928e29c6683a619560cbe072a6f8aba494eb88aca546d2279f4a132
pullPolicy: Always

# Optional: Sets the maximum execution duration of a Renovate CLI scan in minutes. Defaults to 60.
Expand All @@ -251,6 +251,16 @@ renovateWorker:
# Note: setting this value will override the default value
mendRnvWorkerCleanupDirs:

# optional: A numeric percentage threshold for disk storage warnings. The default to 70
# note: setting the value to zero "0" will turn off this feature
mendRnvDiskUsageWarnThreshold:

# optional: A comma-separated list of regex or glob patterns for matching device paths. Default is "/dev/**"
mendRnvDiskUsageFilter:

# optional: Default is "0" (off)
mendRnvExitInactiveCount:

# optional: mainly added to allow support for the '--security-revert=CVE-2023-46809' value
mendRnvWorkerNodeArgs:

Expand Down

0 comments on commit f66bdc0

Please sign in to comment.