Skip to content

Commit 91bd213

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

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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

Lines changed: 2 additions & 2 deletions
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)
@@ -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

site/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

site/package.json

Lines changed: 1 addition & 1 deletion
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)