File tree Expand file tree Collapse file tree 9 files changed +11
-11
lines changed
.github/actions/kind-create
third_party/github.com/banzaicloud/go-cruise-control/deploy Expand file tree Collapse file tree 9 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2525 - name : Set up Docker Buildx
2626 uses : docker/setup-buildx-action@v3
2727 - name : Setup Kind
28- uses : helm/kind-action@v1.12 .0
28+ uses : helm/kind-action@v1.13 .0
2929 with :
3030 cluster_name : ${{ inputs.kind_cluster_name }}
3131 version : v0.30.0
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96 AS builder
2+ FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.25@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 AS builder
33
44ARG BUILDPLATFORM
55ARG TARGETPLATFORM
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ RELEASE_MSG ?= "koperator release"
1818REL_TAG = $(shell ./scripts/increment_version.sh -${RELEASE_TYPE} ${TAG})
1919
2020# Version constants
21- GOLANGCI_VERSION = 2.6.0 # renovate: datasource=github-releases depName=golangci/golangci-lint
21+ GOLANGCI_VERSION = 2.6.1 # renovate: datasource=github-releases depName=golangci/golangci-lint
2222LICENSEI_VERSION = 0.9.0 # renovate: datasource=github-releases depName=goph/licensei
2323CONTROLLER_GEN_VERSION = v0.19.0 # renovate: datasource=github-releases depName=kubernetes-sigs/controller-tools
24- ENVTEST_K8S_VERSION = 1.34.1 # renovate: datasource=github-releases depName=kubernetes/kubernetes
24+ ENVTEST_K8S_VERSION = 1.34.2 # renovate: datasource=github-releases depName=kubernetes/kubernetes
2525SETUP_ENVTEST_VERSION := latest
2626ADDLICENSE_VERSION := 1.2.0 # renovate: datasource=github-releases depName=google/addlicense
2727GOTEMPLATE_VERSION := 3.12.0 # renovate: datasource=github-releases depName=cznic/gotemplate
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const (
6262 DefaultMonitorImage = "ghcr.io/adobe/koperator/jmx-javaagent:1.4.0" // renovate: datasource=docker depName=ghcr.io/adobe/koperator/jmx-javaagent
6363
6464 // DefaultEnvoyImage is the default Envoy proxy image used when users don't specify it in EnvoyConfig.Image
65- DefaultEnvoyImage = "envoyproxy/envoy:v1.22 .2" // renovate: datasource=docker depName=envoyproxy/envoy
65+ DefaultEnvoyImage = "envoyproxy/envoy:v1.36 .2" // renovate: datasource=docker depName=envoyproxy/envoy
6666
6767 // ControllerNodeProcessRole represents the node is a controller node
6868 ControllerNodeProcessRole = "controller"
Original file line number Diff line number Diff line change 11ARG JMX_EXPORTER_VERSION=1.5.0 # renovate: datasource=github-releases depName=prometheus/jmx_exporter
22
3- FROM maven:3-amazoncorretto-21@sha256:0d4b06890e8ecece68c7854e606f09dcdbc11644c98fb4a96a24193f3084275a AS build
3+ FROM maven:3-amazoncorretto-21@sha256:c7fb7661ddc880221e4517cc146d3debda3fcf0142aca98b140335078fac55d1 AS build
44ARG JMX_EXPORTER_VERSION
55
66# Install wget to download the release tarball
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN apk add --no-cache gnupg wget && \
2828
2929
3030# backported from https://github.com/docker-library/openjdk/blob/master/18/jdk/slim-bullseye/Dockerfile
31- FROM debian:bullseye-slim@sha256:52927eff8153b563244f98cdc802ba97918afcdf67f9e4867cbf1f7afb3d147b
31+ FROM debian:bullseye-slim@sha256:75e0b7a6158b4cc911d4be07d9f6b8a65254eb8c58df14023c3da5c462335593
3232
3333ARG scala_version
3434ARG kafka_version
Original file line number Diff line number Diff line change 1- FROM golang:1.25@sha256:6bac879c5b77e0fc9c556a5ed8920e89dab1709bd510a854903509c828f67f96 as builder
1+ FROM golang:1.25@sha256:e68f6a00e88586577fafa4d9cefad1349c2be70d21244321321c407474ff9bf2 as builder
22
33WORKDIR /workspace
44
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ package e2e
1919// These versions are monitored by Renovate for automatic updates
2020const (
2121 // CertManagerVersion is the version of cert-manager Helm chart
22- CertManagerVersion = "v1.18.2 " // renovate: datasource=helm depName=cert-manager registryUrl=https://charts.jetstack.io
22+ CertManagerVersion = "v1.19.1 " // renovate: datasource=helm depName=cert-manager registryUrl=https://charts.jetstack.io
2323
2424 // ContourVersion is the version of Contour ingress controller Helm chart
2525 ContourVersion = "0.1.0" // renovate: datasource=helm depName=contour registryUrl=https://projectcontour.github.io/helm-charts
2626
2727 // PrometheusOperatorVersion is the version of kube-prometheus-stack Helm chart
28- PrometheusOperatorVersion = "77.12 .0" // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
28+ PrometheusOperatorVersion = "77.14 .0" // renovate: datasource=helm depName=kube-prometheus-stack registryUrl=https://prometheus-community.github.io/helm-charts
2929
3030 // ZookeeperOperatorVersion is the version of zookeeper-operator
3131 ZookeeperOperatorVersion = "0.2.15-adobe-20250923" // renovate: datasource=docker depName=ghcr.io/adobe/helm-charts/zookeeper-operator
Original file line number Diff line number Diff line change 11services :
22 zookeeper :
3- image : zookeeper:3.9.4@sha256:2408ba6f6eb91a4dbf65548428b90f9e5e9cf9d77e5f280a4bf80270d465a80f
3+ image : zookeeper:3.9.4@sha256:b6ae8547e350cc9a25c362b419715ac282d73bafb5d98a3bef1bf6e0aef850af
44 restart : unless-stopped
55 hostname : zookeeper
66 container_name : zookeeper
You can’t perform that action at this time.
0 commit comments