fix(deps): update all non-major dependencies#739
fix(deps): update all non-major dependencies#739renovate-sh-app[bot] wants to merge 1 commit intomainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: Loki and Promtail version mismatch after partial upgrade
- I aligned both services to the same published release by setting Loki and Promtail to 3.6.10 with matching pinned digests in docker-compose.
Or push these changes by commenting:
@cursor push 03afd9e51c
Preview (03afd9e51c)
diff --git a/docker-compose.yaml b/docker-compose.yaml
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -32,7 +32,7 @@
- ./testdata/prometheus-entrypoint.sh:/etc/prometheus/entrypoint.sh
loki:
- image: grafana/loki:3.7.1@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4
+ image: grafana/loki:3.6.10@sha256:f59e6aedfee6af2388d69962b178a35a23152573b4bf0937106746deb7146ec7
ports:
- "3100:3100"
command: -config.file=/etc/loki/loki-config.yml
@@ -41,7 +41,7 @@
- ./testdata/loki-rules.yml:/loki/rules/fake/loki-rules.yml
promtail:
- image: grafana/promtail:3.6.8@sha256:6cfa64ec432b24a912d640e2edb940eeae2666f61861a66c121d763dd7241381
+ image: grafana/promtail:3.6.10@sha256:2a0f5e3e160ee5d549c585f6cc4f4e1c566ff783324a424bd75bc16503fc660e
volumes:
- ./testdata/promtail-config.yml:/etc/promtail/config.yml
- /var/run/docker.sock:/var/run/docker.sockYou can send follow-ups to the cloud agent here.
Reviewed by Cursor Bugbot for commit 0fb9f32. Configure here.
|
|
||
| loki: | ||
| image: grafana/loki:3.6.8@sha256:9db961170b729dc38277963cbb4a79941626388562cc455db61bf85564aa8945 | ||
| image: grafana/loki:3.7.1@sha256:73e905b51a7f917f7a1075e4be68759df30226e03dcb3cd2213b989cc0dc8eb4 |
There was a problem hiding this comment.
Loki and Promtail version mismatch after partial upgrade
Low Severity
grafana/loki was upgraded from 3.6.8 to 3.7.1, but grafana/promtail (its tightly coupled log-shipping agent) was left at 3.6.8. These two components were previously version-aligned and are typically expected to run the same version. This version skew could cause subtle compatibility issues in the test environment.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit 0fb9f32. Configure here.
0fb9f32 to
3e113ad
Compare
MCP Token Analysis✅ Passed
|
3e113ad to
b9c3ee3
Compare



This PR contains the following updates:
ee77c4f→81de0493.6.8→3.7.1e7a3275→e5b79893c795f9→b542f02Configuration
📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
Need help?
You can ask for more help in the following Slack channel: #proj-renovate-self-hosted. In that channel you can also find ADR and FAQ docs in the Resources section.