Skip to content

fix(deps): update all non-major dependencies#739

Open
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/all-non-major-dependencies
Open

fix(deps): update all non-major dependencies#739
renovate-sh-app[bot] wants to merge 1 commit intomainfrom
renovate/all-non-major-dependencies

Conversation

@renovate-sh-app
Copy link
Copy Markdown
Contributor

@renovate-sh-app renovate-sh-app bot commented Apr 13, 2026

This PR contains the following updates:

Package Type Update Change
github.com/grafana/grafana-openapi-client-go require digest ee77c4f81de049
grafana/loki minor 3.6.83.7.1
grafana/shared-workflows action digest e7a3275e5b7989
hoverkraft-tech/compose-action action digest 3c795f9b542f02

Configuration

📅 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.


  • If you want to rebase/retry this PR, check this box

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.

@renovate-sh-app renovate-sh-app bot requested a review from a team as a code owner April 13, 2026 02:20
@github-actions github-actions bot added the cla: yes Contributor License Agreement is signed label Apr 13, 2026
@github-actions

This comment has been minimized.

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

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.

Create PR

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.sock

You 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
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 0fb9f32. Configure here.

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/all-non-major-dependencies branch from 0fb9f32 to 3e113ad Compare April 13, 2026 10:15
@github-actions
Copy link
Copy Markdown

MCP Token Analysis

Passed

Metric Value
Baseline 16572 tokens
Current 16572 tokens
Change +0 (+0.0%)

@renovate-sh-app renovate-sh-app bot force-pushed the renovate/all-non-major-dependencies branch from 3e113ad to b9c3ee3 Compare April 13, 2026 23:17
@renovate-sh-app renovate-sh-app bot changed the title chore(deps): update all non-major dependencies fix(deps): update all non-major dependencies Apr 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Contributor License Agreement is signed github-actions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants