File tree Expand file tree Collapse file tree 13 files changed +25
-25
lines changed 
logging/model/syslogng/config Expand file tree Collapse file tree 13 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 1- golang 1.25.2 
1+ golang 1.25.3 
Original file line number Diff line number Diff line change 1- FROM  --platform=$BUILDPLATFORM golang:1.25.2 -alpine3.22@sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5  AS builder
1+ FROM  --platform=$BUILDPLATFORM golang:1.25.3 -alpine3.22@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34  AS builder
22
33RUN  apk add --update --no-cache ca-certificates make git curl
44
Original file line number Diff line number Diff line change 88CONTROLLER_GEN_VERSION  := 0.19.0
99
1010#  renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver
11- GOLANGCI_LINT_VERSION  := 2.5 .0
11+ GOLANGCI_LINT_VERSION  := 2.6 .0
1212
1313#  renovate: datasource=go depName=github.com/vladopajic/go-test-coverage/v2 versioning=semver
1414GO_TEST_COVERAGE_VERSION  := 2.17.0
Original file line number Diff line number Diff line change @@ -6,17 +6,17 @@ 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-20251007182507-34ac4af0e925 
9+ 	github.com/kube-logging/logging-operator  daed40d20c26 
1010	github.com/kube-logging/logging-operator/pkg/sdk  v0.12.0 
11- 	github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring  v0.86.0  
11+ 	github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring  v0.86.1  
1212	github.com/spf13/cast  v1.10.0 
1313	github.com/stretchr/testify  v1.11.1 
1414	helm.sh/helm/v3  v3.19.0 
1515	k8s.io/api  v0.34.1 
1616	k8s.io/apiextensions-apiserver  v0.34.1 
1717	k8s.io/apimachinery  v0.34.1 
1818	k8s.io/client-go  v0.34.1 
19- 	sigs.k8s.io/controller-runtime  v0.22.2  
19+ 	sigs.k8s.io/controller-runtime  v0.22.3  
2020	sigs.k8s.io/e2e-framework  v0.6.0 
2121)
2222
Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ 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-20251002105359-c2bf45b8409c 
13+ 	github.com/kube-logging/telemetry-controller  4c477b2deab0 
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.0  
17+ 	github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring  v0.86.1  
1818	github.com/prometheus/client_golang  v1.23.2 
1919	github.com/siliconbrain/go-seqs  v0.15.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 
22+ 	golang.org/x/exp  a4bb9ffd2546 
2323	k8s.io/api  v0.34.1 
2424	k8s.io/apiextensions-apiserver  v0.34.1 
2525	k8s.io/apimachinery  v0.34.1 
2626	k8s.io/client-go  v0.34.1 
2727	k8s.io/klog/v2  v2.130.1 
28- 	sigs.k8s.io/controller-runtime  v0.22.2  
28+ 	sigs.k8s.io/controller-runtime  v0.22.3  
2929)
3030
3131require  (
Original file line number Diff line number Diff line change 1- FROM  golang:1.25.2 -alpine3.22@sha256:6104e2bbe9f6a07a009159692fe0df1a97b77f5b7409ad804b17d6916c635ae5  AS builder
1+ FROM  golang:1.25.3 -alpine3.22@sha256:aee43c3ccbf24fdffb7295693b6e33b21e01baec1b2a55acc351fde345e9ec34  AS builder
22
33WORKDIR  /workspace
44
Original file line number Diff line number Diff line change 1- FROM  alpine:3.22.1 @sha256:4bcff63911fcb4448bd4fdacec207030997caf25e9bea4045fa6c8c44de311d1 
1+ FROM  alpine:3.22.2 @sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 
22
33RUN  apk add curl
44
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ gem 'fluent-plugin-lm-logs', '1.2.8'
2121gem  'fluent-plugin-gelf-best' ,  '1.4.1' 
2222gem  'fluent-plugin-s3' ,  '1.8.3' 
2323gem  'fluent-plugin-gcs' ,  '0.4.4' 
24- gem  'rdkafka' ,  '0.23 .1' 
24+ gem  'rdkafka' ,  '0.24 .1' 
2525gem  'fluent-plugin-rabbitmq' ,  '0.1.5' 
2626#gem 'fluent-plugin-aws-elasticsearch-service', '2.4.1' 
2727#gem 'fluent-plugin-logdna', '~> 0.4.0' 
Original file line number Diff line number Diff line change 287287    io-event  (1.10.2 )
288288    io-stream  (0.7.0 )
289289    jmespath  (1.6.2 )
290-     json  (2.15.1  )
290+     json  (2.15.2  )
291291    json-jwt  (1.15.3.1 )
292292      activesupport  (>=  4.2 )
293293      aes_key_wrap 
370370      httpclient 
371371      json-jwt  (>=  1.11.0 )
372372      rack  (>=  2.1.0 )
373-     rake  (13.3.0  )
374-     rdkafka  (0.23 .1 )
373+     rake  (13.3.1  )
374+     rdkafka  (0.24 .1 )
375375      ffi  (~>  1.15 )
376376      json  (>  2.0 )
377377      logger 
@@ -460,7 +460,7 @@ DEPENDENCIES
460460  fluent-plugin-vmware-log-intelligence  (=  2.0.8 )
461461  fluent-plugin-vmware-loginsight  (=  1.4.2 )
462462  fluent-plugin-webhdfs  (=  1.6.0 )
463-   rdkafka  (=  0.23 .1 )
463+   rdkafka  (=  0.24 .1 )
464464
465465BUNDLED WITH 
466466   2.5.23 
Original file line number Diff line number Diff line change 11FROM  ghcr.io/kube-logging/custom-runner:v0.13.0 AS custom-runner
22
3- FROM  quay.io/prometheus/node-exporter:v1.9.1 
3+ FROM  quay.io/prometheus/node-exporter:v1.10.2 
44
55COPY  --from=custom-runner /runner /
66
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments