File tree Expand file tree Collapse file tree 3 files changed +11
-12
lines changed
Expand file tree Collapse file tree 3 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ toolchain go1.23.9
77require (
88 github.com/brancz/kube-rbac-proxy v0.19.0
99 github.com/coreos/go-oidc/v3 v3.15.0
10- github.com/efficientgo/core v1.0.0-rc.3
11- github.com/efficientgo/e2e v0.14.1-0.20230413162904-ebc233c5a32f
10+ github.com/efficientgo/core v1.0.0-rc.3.0.20250509094815-bd2ec8febb66
11+ github.com/efficientgo/e2e v0.14.1-0.20251204144843-44570aa52a90
1212 github.com/ghodss/yaml v1.0.0
1313 github.com/go-chi/chi/v5 v5.2.2
1414 github.com/go-chi/httprate v0.14.1
Original file line number Diff line number Diff line change @@ -102,10 +102,10 @@ github.com/dustin/go-humanize v1.0.1 h1:GzkhY7T5VNhEkwH0PVJgjz+fX1rhBrR7pRT3mDkp
102102github.com/dustin/go-humanize v1.0.1 /go.mod h1:Mu1zIs6XwVuF/gI1OepvI0qD18qycQx+mFykh5fBlto =
103103github.com/edsrzf/mmap-go v1.2.0 h1:hXLYlkbaPzt1SaQk+anYwKSRNhufIDCchSPkUD6dD84 =
104104github.com/edsrzf/mmap-go v1.2.0 /go.mod h1:19H/e8pUPLicwkyNgOykDXkJ9F0MHE+Z52B8EIth78Q =
105- github.com/efficientgo/core v1.0.0-rc.3 h1:X6CdgycYWDcbYiJr1H1+lQGzx13o7bq3EUkbB9DsSPc =
106- github.com/efficientgo/core v1.0.0-rc.3 /go.mod h1:FfGdkzWarkuzOlY04VY+bGfb1lWrjaL6x/GLcQ4vJps =
107- github.com/efficientgo/e2e v0.14.1-0.20230413162904-ebc233c5a32f h1:o6k4pEAY+B54emx/ZkSo1aeBDgzIIvBYluezcWjKilw =
108- github.com/efficientgo/e2e v0.14.1-0.20230413162904-ebc233c5a32f /go.mod h1:plsKU0YHE9uX+7utvr7SiDtVBSHJyEfHRO4UnUgDmts =
105+ github.com/efficientgo/core v1.0.0-rc.3.0.20250509094815-bd2ec8febb66 h1:dbyJxOkY0GfW7gCJw2T0XPkxUeal/eKKI24jMJVEd0w =
106+ github.com/efficientgo/core v1.0.0-rc.3.0.20250509094815-bd2ec8febb66 /go.mod h1:FfGdkzWarkuzOlY04VY+bGfb1lWrjaL6x/GLcQ4vJps =
107+ github.com/efficientgo/e2e v0.14.1-0.20251204144843-44570aa52a90 h1:IxIFadkrIijEI41AgVvLjx7ePtBi+c7Fhmq/Zwkrb9g =
108+ github.com/efficientgo/e2e v0.14.1-0.20251204144843-44570aa52a90 /go.mod h1:plsKU0YHE9uX+7utvr7SiDtVBSHJyEfHRO4UnUgDmts =
109109github.com/emicklei/go-restful/v3 v3.11.0 h1:rAQeMHw1c7zTmncogyy8VvRZwtkmkZ4FxERmMY4rD+g =
110110github.com/emicklei/go-restful/v3 v3.11.0 /go.mod h1:6n3XBCmQQb25CM2LCACGz8ukIrRry+4bhvbpWn3mrbc =
111111github.com/envoyproxy/go-control-plane v0.9.0 /go.mod h1:YTl/9mNaCwkRvm6d1a2C3ymFceY/DCBVvsKhRF0iEA4 =
Original file line number Diff line number Diff line change @@ -20,16 +20,15 @@ import (
2020const (
2121 apiImage = "quay.io/observatorium/api:local_e2e_test" // Image that is built if you run `make container-test`.
2222
23- // Labels matching below thanos v0.24 will fail with "no matchers specified (excluding external labels)" if you specify only tenant matcher. Fixed later on.
24- thanosImage = "quay.io/thanos/thanos:v0.32.4"
25- lokiImage = "grafana/loki:2.6.1"
26- upImage = "quay.io/observatorium/up:master-2022-10-27-d8bb06f"
27- alertmanagerImage = "quay.io/prometheus/alertmanager:v0.25.0"
23+ thanosImage = "quay.io/thanos/thanos:v0.40.1"
24+ lokiImage = "grafana/loki:2.9.17"
25+ upImage = "quay.io/observatorium/up:master-2025-12-18-b1c89d2"
26+ alertmanagerImage = "quay.io/prometheus/alertmanager:v0.30.0"
2827 probesImage = "quay.io/redhat-services-prod/openshift/rhobs-synthetics-api:latest"
2928
3029 jaegerAllInOneImage = "jaegertracing/all-in-one:1.57.0"
3130 otelCollectorImage = "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-contrib:0.101.0"
32- tempoImage = "grafana/tempo:2.2.4 "
31+ tempoImage = "grafana/tempo:2.9.0 "
3332
3433 dexImage = "dexidp/dex:v2.30.0"
3534 opaImage = "openpolicyagent/opa:1.5.1-static"
You can’t perform that action at this time.
0 commit comments