Skip to content

Commit 21781bc

Browse files
chore(deps): update all dependencies
1 parent 2fa5997 commit 21781bc

7 files changed

Lines changed: 29 additions & 29 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: make generate-test-coverage
3232

3333
- name: Test Coverage
34-
uses: vladopajic/go-test-coverage@d35073ff1b8c1a0c4e9b8e03e8617e5dc64c5006 # v2.17.1
34+
uses: vladopajic/go-test-coverage@d9ec07b8799c458a7bc1f9b36d14261746d63529 # v2.18.0
3535
with:
3636
config: ./.testcoverage.yml
3737
source-dir: ./

.github/workflows/e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ jobs:
137137
# SHARDS: ${{ matrix.SHARDS }}
138138

139139
- name: Run coverage report
140-
uses: vladopajic/go-test-coverage@d35073ff1b8c1a0c4e9b8e03e8617e5dc64c5006 # v2.17.1
140+
uses: vladopajic/go-test-coverage@d9ec07b8799c458a7bc1f9b36d14261746d63529 # v2.18.0
141141
with:
142142
profile: ./build/_test_coverage/coverage_e2e.out
143143
source-dir: ./

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
CONTROLLER_GEN_VERSION := 0.19.0
99

1010
# renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver
11-
GOLANGCI_LINT_VERSION := 2.6.1
11+
GOLANGCI_LINT_VERSION := 2.6.2
1212

1313
# renovate: datasource=go depName=github.com/vladopajic/go-test-coverage/v2 versioning=semver
14-
GO_TEST_COVERAGE_VERSION := 2.17.1
14+
GO_TEST_COVERAGE_VERSION := 2.18.0
1515

1616
# renovate: datasource=github-releases depName=norwoodj/helm-docs versioning=semver
1717
HELM_DOCS_VERSION = 1.14.2
@@ -20,7 +20,7 @@ HELM_DOCS_VERSION = 1.14.2
2020
KIND_VERSION ?= 0.30.0
2121

2222
# renovate: datasource=github-releases depName=kubernetes-sigs/kubebuilder versioning=semver
23-
KUBEBUILDER_VERSION = 4.9.0
23+
KUBEBUILDER_VERSION = 4.10.1
2424

2525
# renovate: datasource=go depName=github.com/goph/licensei versioning=semver
2626
LICENSEI_VERSION = 0.9.0

e2e/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ require (
66
emperror.dev/errors v0.8.1
77
github.com/MakeNowJust/heredoc v1.0.0
88
github.com/cisco-open/operator-tools v0.37.0
9-
github.com/kube-logging/logging-operator v0.0.0-20251017135456-daed40d20c26
9+
github.com/kube-logging/logging-operator 2fa599738772
1010
github.com/kube-logging/logging-operator/pkg/sdk v0.12.0
11-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
11+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.0
1212
github.com/spf13/cast v1.10.0
1313
github.com/stretchr/testify v1.11.1
1414
helm.sh/helm/v3 v3.19.0
15-
k8s.io/api v0.34.1
16-
k8s.io/apiextensions-apiserver v0.34.1
17-
k8s.io/apimachinery v0.34.1
18-
k8s.io/client-go v0.34.1
15+
k8s.io/api v0.34.2
16+
k8s.io/apiextensions-apiserver v0.34.2
17+
k8s.io/apimachinery v0.34.2
18+
k8s.io/client-go v0.34.2
1919
sigs.k8s.io/controller-runtime v0.22.4
2020
sigs.k8s.io/e2e-framework v0.6.0
2121
)

go.mod

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,20 @@ require (
1010
github.com/go-logr/logr v1.4.3
1111
github.com/kube-logging/logging-operator/pkg/sdk v0.12.0
1212
github.com/kube-logging/logging-operator/pkg/sdk/logging/model/syslogng/config v0.0.0
13-
github.com/kube-logging/telemetry-controller v0.0.0-20251027095309-4c477b2deab0
13+
github.com/kube-logging/telemetry-controller 2b4468f8df40
1414
github.com/onsi/ginkgo v1.16.5
1515
github.com/onsi/gomega v1.38.2
1616
github.com/pborman/uuid v1.2.1
17-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
17+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.0
1818
github.com/prometheus/client_golang v1.23.2
19-
github.com/siliconbrain/go-seqs v0.15.0
19+
github.com/siliconbrain/go-seqs v0.16.0
2020
github.com/spf13/cast v1.10.0
2121
github.com/stretchr/testify v1.11.1
22-
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9
23-
k8s.io/api v0.34.1
24-
k8s.io/apiextensions-apiserver v0.34.1
25-
k8s.io/apimachinery v0.34.1
26-
k8s.io/client-go v0.34.1
22+
golang.org/x/exp e25ba8c21ef6
23+
k8s.io/api v0.34.2
24+
k8s.io/apiextensions-apiserver v0.34.2
25+
k8s.io/apimachinery v0.34.2
26+
k8s.io/client-go v0.34.2
2727
k8s.io/klog/v2 v2.130.1
2828
sigs.k8s.io/controller-runtime v0.22.4
2929
)

pkg/sdk/go.mod

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ require (
99
github.com/andreyvit/diff v0.0.0-20170406064948-c7f18ee00883
1010
github.com/cisco-open/operator-tools v0.37.0
1111
github.com/go-logr/zapr v1.3.0
12-
github.com/kube-logging/logging-operator v0.0.0-20251017135456-daed40d20c26
12+
github.com/kube-logging/logging-operator 2fa599738772
1313
github.com/onsi/ginkgo v1.16.5
1414
github.com/onsi/gomega v1.38.2
15-
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.86.1
15+
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.87.0
1616
github.com/spf13/cast v1.10.0
1717
github.com/stretchr/testify v1.11.1
18-
go.uber.org/zap v1.27.0
19-
k8s.io/api v0.34.1
20-
k8s.io/apimachinery v0.34.1
21-
k8s.io/client-go v0.34.1
18+
go.uber.org/zap v1.27.1
19+
k8s.io/api v0.34.2
20+
k8s.io/apimachinery v0.34.2
21+
k8s.io/client-go v0.34.2
2222
sigs.k8s.io/controller-runtime v0.22.4
2323
sigs.k8s.io/yaml v1.6.0
2424
)

pkg/sdk/logging/model/syslogng/config/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ require (
77
github.com/cisco-open/operator-tools v0.37.0
88
github.com/go-logr/logr v1.4.3
99
github.com/kube-logging/logging-operator/pkg/sdk v0.12.0
10-
github.com/siliconbrain/go-seqs v0.15.0
10+
github.com/siliconbrain/go-seqs v0.16.0
1111
github.com/stretchr/testify v1.11.1
12-
golang.org/x/exp v0.0.0-20251002181428-27f1f14c8bb9
13-
k8s.io/api v0.34.1
14-
k8s.io/apimachinery v0.34.1
12+
golang.org/x/exp e25ba8c21ef6
13+
k8s.io/api v0.34.2
14+
k8s.io/apimachinery v0.34.2
1515
sigs.k8s.io/controller-runtime v0.22.4
1616
)
1717

0 commit comments

Comments
 (0)