File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed
Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 33IMG ?= ghcr.io/aenix-io/etcd-operator:latest
44# K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55# renovate: datasource=github-tags depName=kubernetes/kubernetes
6- K8S_VERSION ?= v1.30.0
6+ K8S_VERSION ?= v1.30.2
77K8S_VERSION_TRIMMED_V = $(subst v,,$(K8S_VERSION ) )
88
99# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -165,7 +165,7 @@ KIND_CLUSTER_NAME ?= etcd-operator-kind
165165NAMESPACE ?= etcd-operator-system
166166
167167# renovate: datasource=github-tags depName=prometheus-operator/prometheus-operator
168- PROMETHEUS_OPERATOR_VERSION ?= v0.74 .0
168+ PROMETHEUS_OPERATOR_VERSION ?= v0.75 .0
169169# renovate: datasource=github-tags depName=jetstack/cert-manager
170170CERT_MANAGER_VERSION ?= v1.15.0
171171
@@ -262,11 +262,11 @@ KIND_VERSION ?= v0.23.0
262262# renovate: datasource=github-tags depName=helm/helm
263263HELM_VERSION ?= v3.15.2
264264# renovate: datasource=github-tags depName=losisin/helm-values-schema-json
265- HELM_SCHEMA_VERSION ?= v1.4 .1
265+ HELM_SCHEMA_VERSION ?= v1.5 .1
266266# renovate: datasource=github-tags depName=norwoodj/helm-docs
267267HELM_DOCS_VERSION ?= v1.13.1
268268# renovate: datasource=github-tags depName=mikefarah/yq
269- YQ_VERSION ?= v4.44.1
269+ YQ_VERSION ?= v4.44.2
270270
271271# # Tool install scripts
272272KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/google/uuid v1.6.0
99 github.com/onsi/ginkgo/v2 v2.19.0
1010 github.com/onsi/gomega v1.33.1
11- github.com/spf13/cobra v1.7.0
11+ github.com/spf13/cobra v1.8.1
1212 github.com/spf13/pflag v1.0.5
1313 github.com/spf13/viper v1.19.0
1414 go.etcd.io/etcd/client/v3 v3.5.14
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ github.com/coreos/go-semver v0.3.1/go.mod h1:irMmmIw/7yzSRPWryHsK7EYSg09caPQL03V
99github.com/coreos/go-systemd/v22 v22.5.0 h1:RrqgGjYQKalulkV8NGVIfkXQf6YYmOyiJKk8iXXhfZs =
1010github.com/coreos/go-systemd/v22 v22.5.0 /go.mod h1:Y58oyj3AT4RCenI/lSvhwexgC+NSVTIJ3seZv2GcEnc =
1111github.com/cpuguy83/go-md2man/v2 v2.0.2 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
12+ github.com/cpuguy83/go-md2man/v2 v2.0.4 /go.mod h1:tgQtvFlXSQOSOSIRvRPT7W67SCa46tRHOmNcaadrF8o =
1213github.com/creack/pty v1.1.9 /go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ33E =
1314github.com/davecgh/go-spew v1.1.0 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
1415github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
@@ -135,6 +136,8 @@ github.com/spf13/cast v1.6.0 h1:GEiTHELF+vaR5dhz3VqZfFSzZjYbgeKDpBxQVS4GYJ0=
135136github.com/spf13/cast v1.6.0 /go.mod h1:ancEpBxwJDODSW/UG4rDrAqiKolqNNh2DX3mk86cAdo =
136137github.com/spf13/cobra v1.7.0 h1:hyqWnYt1ZQShIddO5kBpj3vu05/++x6tJ6dg8EC572I =
137138github.com/spf13/cobra v1.7.0 /go.mod h1:uLxZILRyS/50WlhOIKD7W6V5bgeIt+4sICxh6uRMrb0 =
139+ github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM =
140+ github.com/spf13/cobra v1.8.1 /go.mod h1:wHxEcudfqmLYa8iTfL+OuZPbBZkmvliBWKIezN3kD9Y =
138141github.com/spf13/pflag v1.0.5 h1:iy+VFUOCP1a+8yFto/drg2CJ5u0yRoB7fZw3DKv/JXA =
139142github.com/spf13/pflag v1.0.5 /go.mod h1:McXfInJRrz4CZXVZOBLb0bTZqETkiAhM9Iw0y3An2Bg =
140143github.com/spf13/viper v1.19.0 h1:RWq5SEjt8o25SROyN3z2OrDB9l7RPd3lwTWU8EcEdcI =
You can’t perform that action at this time.
0 commit comments