Skip to content

Commit 531c61d

Browse files
fix(deps): update all non-major dependencies (#719)
Co-authored-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 67f7ba4 commit 531c61d

6 files changed

Lines changed: 15 additions & 10 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
6666

6767
- name: Build and Push to Docker Hub
68-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@f2909d40e17c95ca36e7b643fa56ca53ca6571f9
68+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@e7a3275d4c4978a3514801ec55708f1c599a6906
6969
with:
7070
context: .
7171
file: ./Dockerfile
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98
8686

8787
- name: Build and Push Alpine to Docker Hub
88-
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@f2909d40e17c95ca36e7b643fa56ca53ca6571f9
88+
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@e7a3275d4c4978a3514801ec55708f1c599a6906
8989
with:
9090
context: .
9191
file: ./Dockerfile.alpine

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
cache: false
5050

5151
- name: Run GoReleaser
52-
uses: goreleaser/goreleaser-action@fdcf0b9df926c8dd93d4e7f15c508dd346e09eb1
52+
uses: goreleaser/goreleaser-action@01cbe076be10ba0af7b0b9319ac490a93d3d2fcd
5353
with:
5454
distribution: goreleaser
5555
# 'latest', 'nightly', or a semver

.github/workflows/token-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Download baseline
2929
id: download-baseline
30-
uses: dawidd6/action-download-artifact@1553221e5e1f1826d469ce6f0021203c83b85237
30+
uses: dawidd6/action-download-artifact@09d0677378d50fef230b7cd4c0dea6dfe8883938
3131
with:
3232
branch: main
3333
name: token-baseline

docker-compose.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
grafana:
3-
image: grafana/grafana:12.4.1@sha256:e932bd6ed0e026595b08483cd0141e5103e1ab7ff8604839ff899b8dc54cabcb
3+
image: grafana/grafana:12.4.2@sha256:83749231c3835e390a3144e5e940203e42b9589761f20ef3169c716e734ad505
44
environment:
55
GF_AUTH_ANONYMOUS_ENABLED: "false"
66
GF_INSTALL_PLUGINS: grafana-clickhouse-datasource
@@ -32,7 +32,7 @@ services:
3232
- ./testdata/prometheus-entrypoint.sh:/etc/prometheus/entrypoint.sh
3333

3434
loki:
35-
image: grafana/loki:3.6.7@sha256:3c8fd3570dd9219951a60d3f919c7f31923d10baee578b77bc26c4a0b32d092d
35+
image: grafana/loki:3.6.8@sha256:9db961170b729dc38277963cbb4a79941626388562cc455db61bf85564aa8945
3636
ports:
3737
- "3100:3100"
3838
command: -config.file=/etc/loki/loki-config.yml
@@ -41,7 +41,7 @@ services:
4141
- ./testdata/loki-rules.yml:/loki/rules/fake/loki-rules.yml
4242

4343
promtail:
44-
image: grafana/promtail:3.6.7@sha256:51346af8682f7a664affaca4f34a62f5a4f0f83ace9931df94590375a94ff8f1
44+
image: grafana/promtail:3.6.8@sha256:6cfa64ec432b24a912d640e2edb940eeae2666f61861a66c121d763dd7241381
4545
volumes:
4646
- ./testdata/promtail-config.yml:/etc/promtail/config.yml
4747
- /var/run/docker.sock:/var/run/docker.sock
@@ -50,7 +50,7 @@ services:
5050
- loki
5151

5252
pyroscope:
53-
image: grafana/pyroscope:1.19.0@sha256:6e8084763afe8e362ff16342b5c019dfa00c6ca6e85ba2dce81af38b4c6afbb2
53+
image: grafana/pyroscope:1.19.1@sha256:d5d38187f7593fdf5643ba29e67099206e8d4dee6207f78d028ea3fe621cc04d
5454
ports:
5555
- 4040:4040
5656

@@ -122,7 +122,7 @@ services:
122122
retries: 5
123123

124124
clickhouse:
125-
image: clickhouse/clickhouse-server:25.11@sha256:c86d4f1d544e698143b7b30989023ec9c39e79da2beba817d98000133af192f8
125+
image: clickhouse/clickhouse-server:25.12@sha256:f42e90f635bafddfd5c0c25781332ff1c46bbe1424e49e2ce0c571958d4439e9
126126
ports:
127127
- "8123:8123"
128128
- "9000:9000"

go.mod

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/grafana/incident-go v0.0.0-20251003115753-d71681611ddd
1616
github.com/grafana/pyroscope/api v1.3.2
1717
github.com/invopop/jsonschema v0.13.0
18-
github.com/mark3labs/mcp-go v0.45.0
18+
github.com/mark3labs/mcp-go v0.46.0
1919
github.com/prometheus/alertmanager v0.31.1
2020
github.com/prometheus/client_golang v1.23.2
2121
github.com/prometheus/common v0.67.5
@@ -93,6 +93,7 @@ require (
9393
github.com/google/gnostic-models v0.7.0 // indirect
9494
github.com/google/go-cmp v0.7.0 // indirect
9595
github.com/google/go-querystring v1.2.0 // indirect
96+
github.com/google/jsonschema-go v0.4.2 // indirect
9697
github.com/gorilla/mux v1.8.1 // indirect
9798
github.com/grafana/otel-profiling-go v0.5.1 // indirect
9899
github.com/grafana/pyroscope-go/godeltaprof v0.1.9 // indirect

go.sum

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,8 @@ github.com/google/go-cmp v0.7.0/go.mod h1:pXiqmnSA92OHEEa9HXL2W4E7lf9JzCmGVUdgjX
151151
github.com/google/go-querystring v1.2.0 h1:yhqkPbu2/OH+V9BfpCVPZkNmUXhb2gBxJArfhIxNtP0=
152152
github.com/google/go-querystring v1.2.0/go.mod h1:8IFJqpSRITyJ8QhQ13bmbeMBDfmeEJZD5A0egEOmkqU=
153153
github.com/google/gofuzz v1.0.0/go.mod h1:dBl0BpW6vV/+mYPU4Po3pmUjxk6FQPldtuIdl/M65Eg=
154+
github.com/google/jsonschema-go v0.4.2 h1:tmrUohrwoLZZS/P3x7ex0WAVknEkBZM46iALbcqoRA8=
155+
github.com/google/jsonschema-go v0.4.2/go.mod h1:r5quNTdLOYEz95Ru18zA0ydNbBuYoo9tgaYcxEYhJVE=
154156
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
155157
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
156158
github.com/gorilla/mux v1.8.1 h1:TuBL49tXwgrFYWhqrNgrUNEY92u81SPhu7sTdzQEiWY=
@@ -217,6 +219,8 @@ github.com/mailru/easyjson v0.9.1 h1:LbtsOm5WAswyWbvTEOqhypdPeZzHavpZx96/n553mR8
217219
github.com/mailru/easyjson v0.9.1/go.mod h1:1+xMtQp2MRNVL/V1bOzuP3aP8VNwRW55fQUto+XFtTU=
218220
github.com/mark3labs/mcp-go v0.45.0 h1:s0S8qR/9fWaQ3pHxz7pm1uQ0DrswoSnRIxKIjbiQtkc=
219221
github.com/mark3labs/mcp-go v0.45.0/go.mod h1:YnJfOL382MIWDx1kMY+2zsRHU/q78dBg9aFb8W6Thdw=
222+
github.com/mark3labs/mcp-go v0.46.0 h1:8KRibF4wcKejbLsHxCA/QBVUr5fQ9nwz/n8lGqmaALo=
223+
github.com/mark3labs/mcp-go v0.46.0/go.mod h1:JKTC7R2LLVagkEWK7Kwu7DbmA6iIvnNAod6yrHiQMag=
220224
github.com/matryer/is v1.4.1 h1:55ehd8zaGABKLXQUe2awZ99BD/PTc2ls+KV/dXphgEQ=
221225
github.com/matryer/is v1.4.1/go.mod h1:8I/i5uYgLzgsgEloJE1U6xx5HkBQpAZvepWuujKwMRU=
222226
github.com/mattetti/filebuffer v1.0.1 h1:gG7pyfnSIZCxdoKq+cPa8T0hhYtD9NxCdI4D7PTjRLM=

0 commit comments

Comments
 (0)