Skip to content

Commit 38dc313

Browse files
chore(deps): update grouped non-major updates
1 parent 010228b commit 38dc313

File tree

6 files changed

+13
-11
lines changed

6 files changed

+13
-11
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.22.3 AS builder
2+
FROM golang:1.22.4 AS builder
33
ARG TARGETOS TARGETARCH
44

55
WORKDIR /workspace

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IMG ?= ghcr.io/aenix-io/etcd-operator:latest
44
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
55
# renovate: datasource=github-tags depName=kubernetes/kubernetes
6-
ENVTEST_K8S_VERSION ?= v1.30.0
6+
ENVTEST_K8S_VERSION ?= v1.30.1
77
ENVTEST_K8S_VERSION_TRIMMED_V = $(subst v,,$(ENVTEST_K8S_VERSION))
88

99
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -164,7 +164,7 @@ NAMESPACE ?= etcd-operator-system
164164
# renovate: datasource=github-tags depName=prometheus-operator/prometheus-operator
165165
PROMETHEUS_OPERATOR_VERSION ?= v0.74.0
166166
# renovate: datasource=github-tags depName=jetstack/cert-manager
167-
CERT_MANAGER_VERSION ?= v1.14.5
167+
CERT_MANAGER_VERSION ?= v1.15.0
168168

169169
ifndef ignore-not-found
170170
ignore-not-found = false
@@ -256,7 +256,7 @@ KIND_VERSION ?= v0.23.0
256256
# renovate: datasource=github-tags depName=helm/helm
257257
HELM_VERSION ?= v3.15.1
258258
# renovate: datasource=github-tags depName=losisin/helm-values-schema-json
259-
HELM_SCHEMA_VERSION ?= v1.3.0
259+
HELM_SCHEMA_VERSION ?= v1.4.0
260260
# renovate: datasource=github-tags depName=norwoodj/helm-docs
261261
HELM_DOCS_VERSION ?= v1.13.1
262262
# renovate: datasource=github-tags depName=mikefarah/yq

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ require (
1111
k8s.io/apimachinery v0.30.1
1212
k8s.io/client-go v0.30.1
1313
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
14-
sigs.k8s.io/controller-runtime v0.18.3
14+
sigs.k8s.io/controller-runtime v0.18.4
1515
)
1616

1717
require (

go.sum

+2
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,8 @@ k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0 h1:jgGTlFYnhF1PM1Ax/lAlxUPE+KfCI
203203
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0/go.mod h1:OLgZIPagt7ERELqWJFomSt595RzquPNLL48iOWgYOg0=
204204
sigs.k8s.io/controller-runtime v0.18.3 h1:B5Wmmo8WMWK7izei+2LlXLVDGzMwAHBNLX68lwtlSR4=
205205
sigs.k8s.io/controller-runtime v0.18.3/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg=
206+
sigs.k8s.io/controller-runtime v0.18.4 h1:87+guW1zhvuPLh1PHybKdYFLU0YJp4FhJRmiHvm5BZw=
207+
sigs.k8s.io/controller-runtime v0.18.4/go.mod h1:TVoGrfdpbA9VRFaRnKgk9P5/atA0pMwq+f+msb9M8Sg=
206208
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd h1:EDPBXCAspyGV4jQlpZSudPeMmr1bNJefnuqLsRAsHZo=
207209
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd/go.mod h1:B8JuhiUyNFVKdsE8h686QcCxMaH6HrOAZj4vswFpcB0=
208210
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 h1:150L+0vs/8DA78h1u02ooW1/fFq/Lwr+sGiqlzvrtq4=

site/package-lock.json

+5-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"devDependencies": {
3737
"autoprefixer": "^10.4.14",
3838
"cross-env": "^7.0.3",
39-
"hugo-extended": "0.126.2",
39+
"hugo-extended": "0.126.3",
4040
"postcss-cli": "^11.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)