Skip to content

Commit d5015f9

Browse files
chore(deps): update update mend renovate docker images to v13.1.0 (#797)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Nabeel Saabna <48175656+nabeelsaabna@users.noreply.github.com>
1 parent a585420 commit d5015f9

5 files changed

Lines changed: 15 additions & 18 deletions

File tree

docs/api-reporting.md

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The list below describes the available reporting APIs. Follow the links on the A
1616
- [Repo list](#repo-list) ← List of repos for a single org
1717
- [Repo info](#repo-info) ← Stats for a single repo [Some data Enterprise only]
1818
- [Repo dashboard](#repo-dashboard) ← Dependency Dashboard information [Enterprise only]
19-
- [Repo pull requests](#repo-pull-requests) ← List of pull requests for a single repo [Enterprise only / GitHub only]
19+
- [Repo pull requests](#repo-pull-requests) ← List of pull requests for a single repo [Enterprise only]
2020
- [LibYears - System](#libyears---system) ← Libyears data for the whole system [Enterprise only]
2121
- [LibYears - Org](#libyears---org) ← Libyears data for a single org [Enterprise only]
2222
- [LibYears - Repo](#libyears---repo) ← Libyears data for a single repo [Enterprise only]
@@ -28,8 +28,6 @@ Reporting APIs are disabled by default.
2828

2929
When Reporting APIs are enabled, relevant data will be collected after every Renovate job and stored locally in the Renovate database.
3030

31-
The `Repo pull requests` API is available for GitHub only. To enable it, see configuration table below.
32-
3331
| Container | Configuration variable | Description |
3432
|-----------|-------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------|
3533
| Worker | `RENOVATE_REPOSITORY_CACHE` | Set to `enabled` to enable `Repo pull requests` API |
@@ -47,11 +45,11 @@ See the table below for a list of reporting API URL formats.
4745
| [Org info](#org-info)<br/>[Some data Enterprise only] | [GET] /api/v1/orgs/{org} | |
4846
| [Repo list](#repo-list) | [GET] /api/v1/orgs/{org}/-/repos | state=[installed,uninstalled,all] (default=installed) <br> limit (default=100, max=10,000) |
4947
| [Repo info](#repo-info)<br/>[Some data Enterprise only] | [GET] /api/v1/repos/{org}/{repo} | |
50-
| [Repo dashboard](#repo-dashboard)<br/>[Enterprise only] | [GET] /api/v1/repos/{org}/{repo}/-/dashboard | |
51-
| [Repo pull requests](#repo-pull-requests)<br/>[Enterprise only]<br/>[GitHub only] | [GET] /api/v1/repos/{org}/{repo}/-/pulls | state=[open,merged,closed,all] (default=open) <br> limit (default=100, max=10,000) |
52-
| [LibYears - System](#libyears---system)<br/>[Enterprise only] | [GET] /api/v1/orgs/-/libyears | state=[installed,suspended,active] (default=installed) <br> details (default=false) <br> limit (default=100, max=10,000) |
53-
| [LibYears - Org](#libyears---org)<br/>[Enterprise only] | [GET] /api/v1/orgs/{org}/-/libyears | details (default=false) <br> limit (default=100, max=10,000) |
54-
| [LibYears - Repo](#libyears---repo)<br/>[Enterprise only] | [GET] /api/v1/repos/{org}/{repo}/-/libyears | |
48+
| [Repo dashboard](#repo-dashboard)<br/>[Enterprise only] | [GET] /api/v1/repos/{org}/{repo}/-/dashboard | |
49+
| [Repo pull requests](#repo-pull-requests)<br/>[Enterprise only] | [GET] /api/v1/repos/{org}/{repo}/-/pulls | state=[open,merged,closed,all] (default=open) <br> limit (default=100, max=10,000) |
50+
| [LibYears - System](#libyears---system)<br/>[Enterprise only] | [GET] /api/v1/orgs/-/libyears | state=[installed,suspended,active] (default=installed) <br> details (default=false) <br> limit (default=100, max=10,000) |
51+
| [LibYears - Org](#libyears---org)<br/>[Enterprise only] | [GET] /api/v1/orgs/{org}/-/libyears | details (default=false) <br> limit (default=100, max=10,000) |
52+
| [LibYears - Repo](#libyears---repo)<br/>[Enterprise only] | [GET] /api/v1/repos/{org}/{repo}/-/libyears | |
5553

5654
## Details of Reporting APIs
5755

@@ -503,9 +501,8 @@ Note: Available only with Enterprise Edition. Returns no data when returned from
503501
### Repo pull requests
504502

505503
> [!IMPORTANT]
506-
> 1. The `Repo pull request` API only works with GitHub repositories.
507-
> 2. Requires `RENOVATE_REPOSITORY_CACHE=enabled` set on Worker containers.
508-
> 3. If using S3 repo cache, the `RENOVATE_X_REPO_CACHE_FORCE_LOCAL` must be set on Worker containers.
504+
> 1. Requires `RENOVATE_REPOSITORY_CACHE=enabled` set on Worker containers.
505+
> 2. If using S3 repo cache, the `RENOVATE_X_REPO_CACHE_FORCE_LOCAL` must be set on Worker containers.
509506
510507
API: [GET] /api/v1/repos/{org}/{repo}/-/pulls
511508

helm-charts/mend-renovate-ce/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: mend-renovate-ce
3-
version: 13.0.0
4-
appVersion: 13.0.0
3+
version: 13.1.0
4+
appVersion: 13.1.0
55
description: Mend Renovate Community Edition
66
home: https://github.com/mend/renovate-ce-ee
77
sources:

helm-charts/mend-renovate-ce/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
image:
22
repository: ghcr.io/mend/renovate-ce
3-
tag: 13.0.0
3+
tag: 13.1.0
44
useFull: true
55
pullPolicy: IfNotPresent
66

helm-charts/mend-renovate-ee/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
name: mend-renovate-enterprise-edition
3-
version: 7.0.0
4-
appVersion: 13.0.0
3+
version: 7.1.0
4+
appVersion: 13.1.0
55
description: Mend Renovate Enterprise Edition
66
home: https://github.com/mend/renovate-ce-ee
77
sources:

helm-charts/mend-renovate-ee/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ extraConfigMaps: [ ]
3939
renovateServer:
4040
image:
4141
repository: ghcr.io/mend/renovate-ee-server
42-
version: 13.0.0@sha256:fca411b980fd1d0c56ef2663131671d88c11ed1a677383b514640f4d059ff0ed
42+
version: 13.1.0@sha256:b2d508d47d769f69f44dd4de6dfae6ecb0a9399d406416218d65a9588ab7d39e
4343
pullPolicy: Always
4444

4545
# Number of renovate-ee-server (for SQLite only 1 replica is allowed)
@@ -337,7 +337,7 @@ renovateServer:
337337
renovateWorker:
338338
image:
339339
repository: ghcr.io/mend/renovate-ee-worker
340-
version: 13.0.0-full@sha256:a296ebca4b20efeb6a984be915ca1148723deb39ad7453378066044710d432ff
340+
version: 13.1.0-full@sha256:ef4fc2d790bfb29e1cee4b2259e499f8819a0d0544222fbbf3b0410ec91754ac
341341
pullPolicy: Always
342342

343343
# Optional: Sets the maximum execution duration of a Renovate CLI scan in minutes. Defaults to 60.

0 commit comments

Comments
 (0)