Skip to content

Commit 5d47d31

Browse files
Merge pull request #3056 from SwiftPackageIndex/updates
Updates
2 parents 550777a + c61c575 commit 5d47d31

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Tests/AppTests/QueryPerformanceTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ class QueryPerformanceTests: XCTestCase {
152152
JOIN versions v ON v.package_id = p.id
153153
WHERE v.reference ->> 'branch' = r.default_branch
154154
""")
155-
try await assertQueryPerformance(query, expectedCost: 81_000, variation: 5000)
155+
try await assertQueryPerformance(query, expectedCost: 82_000, variation: 5000)
156156
}
157157

158158
}

mon.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ services:
2020

2121
grafana:
2222
# https://github.com/grafana/grafana/releases
23-
image: grafana/grafana:10.4.1
23+
image: grafana/grafana:10.4.2
2424
environment:
2525
GF_SECURITY_ADMIN_PASSWORD: ${GF_SECURITY_ADMIN_PASSWORD}
2626
GF_USERS_ALLOW_SIGN_UP: 'false'
@@ -42,7 +42,7 @@ services:
4242

4343
loki:
4444
# https://github.com/grafana/loki/releases
45-
image: grafana/loki:2.9.6
45+
image: grafana/loki:2.9.8
4646
command: -config.file=/loki.yml
4747
configs:
4848
- source: loki_cfg
@@ -54,7 +54,7 @@ services:
5454
promtail:
5555
# https://github.com/grafana/loki/releases
5656
# (promtail is released in parallel with loki)
57-
image: grafana/promtail:2.9.6
57+
image: grafana/promtail:2.9.8
5858
command: -config.file=/promtail.yml
5959
configs:
6060
- source: promtail_cfg
@@ -71,7 +71,7 @@ services:
7171

7272
prometheus:
7373
# https://github.com/prometheus/prometheus/releases
74-
image: prom/prometheus:v2.51.1
74+
image: prom/prometheus:v2.52.0
7575
volumes:
7676
- prometheus_data:/prometheus
7777
command: --config.file=/prometheus.yml --storage.tsdb.retention.time=30d
@@ -96,7 +96,7 @@ services:
9696

9797
node-exporter:
9898
# https://github.com/prometheus/node_exporter/releases
99-
image: prom/node-exporter:v1.7.0
99+
image: prom/node-exporter:v1.8.0
100100
networks:
101101
- app_backend
102102
volumes:

0 commit comments

Comments
 (0)