Skip to content

Commit 14a168b

Browse files
committed
chore: bump deps
Signed-off-by: Bence Csati <bence.csati@axoflow.com>
1 parent eab8026 commit 14a168b

File tree

3 files changed

+16
-4
lines changed

3 files changed

+16
-4
lines changed

Makefile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,23 @@
66
CONTROLLER_TOOLS_VERSION := 0.19.0
77

88
# renovate: datasource=github-releases depName=kubernetes-sigs/kustomize versioning=semver
9-
KUSTOMIZE_VERSION := 5.7.1
9+
KUSTOMIZE_VERSION := 5.8.0
1010

1111
# renovate: datasource=github-releases depName=golangci/golangci-lint versioning=semver
1212
GOLANGCI_LINT_VERSION := 2.6.2
1313

1414
# renovate: datasource=github-releases depName=kubernetes-sigs/kind versioning=semver
15-
KIND_VERSION ?= 0.29.0
15+
KIND_VERSION ?= 0.30.0
1616

1717
# renovate: datasource=go depName=github.com/goph/licensei versioning=semver
1818
LICENSEI_VERSION = 0.9.0
1919

2020
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
2121
ENVTEST_K8S_VERSION = 1.33.0
2222
ENVTEST_OTEL_OPERATOR_VERSION=0.129.1
23-
CERT_MANAGER_VERSION = 1.18.2
23+
24+
# renovate: datasource=github-releases depName=cert-manager/cert-manager versioning=semver
25+
CERT_MANAGER_VERSION = 1.19.1
2426

2527
BIN := ${PWD}/bin
2628

@@ -29,7 +31,7 @@ export PATH := $(BIN):$(PATH)
2931
GOVERSION := $(shell go env GOVERSION)
3032

3133
KIND := ${BIN}/kind
32-
KIND_IMAGE ?= kindest/node:v1.33.0@sha256:02f73d6ae3f11ad5d543f16736a2cb2a63a300ad60e81dac22099b0b04784a4e
34+
KIND_IMAGE ?= kindest/node:v1.34.0@sha256:7416a61b42b1662ca6ca89f02028ac133a309a2a30ba309614e8ec94d976dc5a
3335
KIND_CLUSTER := kind
3436

3537
# Image URL to use all building/pushing image targets

charts/telemetry-controller/crds/telemetry.kube-logging.dev_collectors.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,6 +2573,9 @@ spec:
25732573
description: Args is the set of arguments to pass to the main
25742574
container's binary.
25752575
type: object
2576+
dnsPolicy:
2577+
description: DNSPolicy defines how a pod's DNS will be configured.
2578+
type: string
25762579
env:
25772580
description: Environment variables to set on the generated pods.
25782581
items:
@@ -4932,6 +4935,8 @@ spec:
49324935
description: Allows defining which port to bind to the host
49334936
in the Container.
49344937
format: int32
4938+
maximum: 65535
4939+
minimum: 0
49354940
type: integer
49364941
name:
49374942
description: |-

config/crd/bases/telemetry.kube-logging.dev_collectors.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,6 +2573,9 @@ spec:
25732573
description: Args is the set of arguments to pass to the main
25742574
container's binary.
25752575
type: object
2576+
dnsPolicy:
2577+
description: DNSPolicy defines how a pod's DNS will be configured.
2578+
type: string
25762579
env:
25772580
description: Environment variables to set on the generated pods.
25782581
items:
@@ -4932,6 +4935,8 @@ spec:
49324935
description: Allows defining which port to bind to the host
49334936
in the Container.
49344937
format: int32
4938+
maximum: 65535
4939+
minimum: 0
49354940
type: integer
49364941
name:
49374942
description: |-

0 commit comments

Comments
 (0)