Skip to content

Commit d90bf8a

Browse files
committed
Update dependency mikefarah/yq to v4.52.4
Signed-off-by: Mend Renovate <bot@renovateapp.com>
1 parent a4be672 commit d90bf8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ KUBECTL_VERSION := v1.35.1
1616
KUSTOMIZE_VERSION := v5.8.1
1717
OPERATOR_SDK_VERSION := v1.42.0
1818
PIPENV_VERSION := 2026.0.3
19-
YQ_VERSION := v4.52.2
19+
YQ_VERSION := v4.52.4
2020
#ENVTEST_VERSION is the version of controller-runtime release branch to fetch the envtest setup script (i.e. release-0.20)
2121
ENVTEST_VERSION ?= $(shell go list -m -f "{{ .Version }}" sigs.k8s.io/controller-runtime | awk -F'[v.]' '{printf "release-%d.%d", $$2, $$3}')
2222
#ENVTEST_K8S_VERSION is the version of Kubernetes to use for setting up ENVTEST binaries (i.e. 1.31)

0 commit comments

Comments
 (0)