Skip to content

Commit 288e035

Browse files
Renovate: Update External dependencies
1 parent af2922e commit 288e035

File tree

11 files changed

+28
-28
lines changed

11 files changed

+28
-28
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/setup-go@v6
3030
with:
3131
check-latest: true
32-
go-version: 1.25.0
32+
go-version: 1.25.1
3333
- name: Run golangci-lint
3434
uses: golangci/golangci-lint-action@v8
3535
with:

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v6
3333
with:
3434
check-latest: true
35-
go-version: 1.25.0
35+
go-version: 1.25.1
3636
- name: Build all binaries
3737
run: make build-all
3838
test:
@@ -47,7 +47,7 @@ jobs:
4747
uses: actions/setup-go@v6
4848
with:
4949
check-latest: true
50-
go-version: 1.25.0
50+
go-version: 1.25.1
5151
- name: Run tests and generate coverage report
5252
run: |
5353
sudo /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh -y

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-go@v6
3333
with:
3434
check-latest: true
35-
go-version: 1.25.0
35+
go-version: 1.25.1
3636
- name: Initialize CodeQL
3737
uses: github/codeql-action/init@v3
3838
with:

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v6
2020
with:
21-
go-version: 1.25.0
21+
go-version: 1.25.1
2222
- name: Test quickly without Docker
2323
run: |
2424
echo "Testing main module..."
@@ -41,7 +41,7 @@ jobs:
4141
- name: Set up Go
4242
uses: actions/setup-go@v6
4343
with:
44-
go-version: 1.25.0
44+
go-version: 1.25.1
4545
- name: Run tests with Docker and calculate coverage
4646
run: |
4747
export GITHUB_ACTIONS=1

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module github.com/cobaltcore-dev/cortex
22

33
go 1.24.0
44

5-
toolchain go1.25.0
5+
toolchain go1.25.1
66

77
replace (
88
github.com/cobaltcore-dev/cortex/commands => ./commands
@@ -19,7 +19,7 @@ require (
1919
github.com/lib/pq v1.10.9
2020
github.com/mattn/go-sqlite3 v1.14.32
2121
github.com/ory/dockertest v3.3.5+incompatible
22-
github.com/prometheus/client_golang v1.23.0
22+
github.com/prometheus/client_golang v1.23.2
2323
github.com/prometheus/client_model v0.6.2
2424
github.com/sapcc/go-api-declarations v1.17.4
2525
github.com/sapcc/go-bits v0.0.0-20250828142518-d29beaf1bcca
@@ -107,5 +107,5 @@ require (
107107
golang.org/x/sys v0.35.0 // indirect
108108
google.golang.org/protobuf v1.36.7 // indirect
109109
k8s.io/apimachinery v0.34.0
110-
sigs.k8s.io/controller-runtime v0.22.0
110+
sigs.k8s.io/controller-runtime v0.22.1
111111
)

helm/dev/cortex-prometheus-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ dependencies:
1010
# CRDs of the prometheus operator, such as PrometheusRule, ServiceMonitor, etc.
1111
- name: kube-prometheus-stack
1212
repository: oci://ghcr.io/prometheus-community/charts
13-
version: 77.1.2
13+
version: 77.5.0

helm/library/cortex-mqtt/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
image:
55
repository: rabbitmq
6-
tag: "4.1.3-alpine"
6+
tag: "4.1.4-alpine"
77
pullPolicy: IfNotPresent
88

99
initContainer:

reservations/api/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ go 1.24.0
44

55
require (
66
k8s.io/apimachinery v0.34.0
7-
sigs.k8s.io/controller-runtime v0.22.0
7+
sigs.k8s.io/controller-runtime v0.22.1
88
)
99

1010
require (

reservations/api/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ k8s.io/klog/v2 v2.130.1 h1:n9Xl7H1Xvksem4KFG4PYbdQCQxqc/tTUyrgXaOhHSzk=
8989
k8s.io/klog/v2 v2.130.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
9090
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397 h1:hwvWFiBzdWw1FhfY1FooPn3kzWuJ8tmbZBHi4zVsl1Y=
9191
k8s.io/utils v0.0.0-20250604170112-4c0f3b243397/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
92-
sigs.k8s.io/controller-runtime v0.22.0 h1:mTOfibb8Hxwpx3xEkR56i7xSjB+nH4hZG37SrlCY5e0=
93-
sigs.k8s.io/controller-runtime v0.22.0/go.mod h1:FwiwRjkRPbiN+zp2QRp7wlTCzbUXxZ/D4OzuQUDwBHY=
92+
sigs.k8s.io/controller-runtime v0.22.1 h1:Ah1T7I+0A7ize291nJZdS1CabF/lB4E++WizgV24Eqg=
93+
sigs.k8s.io/controller-runtime v0.22.1/go.mod h1:FwiwRjkRPbiN+zp2QRp7wlTCzbUXxZ/D4OzuQUDwBHY=
9494
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8 h1:gBQPwqORJ8d8/YNZWEjoZs7npUVDpVXUUOFfW6CgAqE=
9595
sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8/go.mod h1:mdzfpAEoE6DHQEN0uh9ZbOCuHbLK5wOm7dK4ctXE9Tg=
9696
sigs.k8s.io/randfill v1.0.0 h1:JfjMILfT8A6RbawdsK2JXGBR5AQVfd+9TbzrlneTyrU=

reservations/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
github.com/gophercloud/gophercloud/v2 v2.8.0
1414
k8s.io/apimachinery v0.34.0
1515
k8s.io/client-go v0.34.0
16-
sigs.k8s.io/controller-runtime v0.22.0
16+
sigs.k8s.io/controller-runtime v0.22.1
1717
)
1818

1919
require (
@@ -68,9 +68,9 @@ require (
6868
github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee // indirect
6969
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
7070
github.com/pkg/errors v0.9.1 // indirect
71-
github.com/prometheus/client_golang v1.23.0
71+
github.com/prometheus/client_golang v1.23.2
7272
github.com/prometheus/client_model v0.6.2
73-
github.com/prometheus/common v0.65.0 // indirect
73+
github.com/prometheus/common v0.66.1 // indirect
7474
github.com/prometheus/procfs v0.17.0 // indirect
7575
github.com/sapcc/go-bits v0.0.0-20250828142518-d29beaf1bcca
7676
github.com/spf13/cobra v1.9.1 // indirect
@@ -100,7 +100,7 @@ require (
100100
google.golang.org/genproto/googleapis/api v0.0.0-20250303144028-a0af3efb3deb // indirect
101101
google.golang.org/genproto/googleapis/rpc v0.0.0-20250303144028-a0af3efb3deb // indirect
102102
google.golang.org/grpc v1.72.1 // indirect
103-
google.golang.org/protobuf v1.36.7 // indirect
103+
google.golang.org/protobuf v1.36.8 // indirect
104104
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
105105
gopkg.in/inf.v0 v0.9.1 // indirect
106106
gopkg.in/yaml.v3 v3.0.1 // indirect

0 commit comments

Comments
 (0)