Skip to content

Commit df1c3eb

Browse files
chore(deps): update grouped non-major updates
1 parent 0036857 commit df1c3eb

13 files changed

+28
-21
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/[email protected].5
32+
uses: actions/[email protected].6
3333

3434
# Install the cosign tool except on PR
3535
# https://github.com/sigstore/cosign-installer

.github/workflows/helm-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/[email protected].5
26+
uses: actions/[email protected].6
2727

2828
- name: Install Helm
2929
uses: azure/[email protected]

.github/workflows/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Install Dart Sass
4242
run: sudo snap install dart-sass
4343
- name: Checkout
44-
uses: actions/[email protected].5
44+
uses: actions/[email protected].6
4545
with:
4646
submodules: recursive
4747
fetch-depth: 0

.github/workflows/make-test-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
attribute: latest
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/[email protected].5
26+
- uses: actions/[email protected].6
2727
- uses: actions/[email protected]
2828
with:
2929
go-version: 1.22.3

.github/workflows/make-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
attribute: latest
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/[email protected].5
26+
- uses: actions/[email protected].6
2727
- uses: actions/[email protected]
2828
with:
2929
go-version: 1.22.3

.github/workflows/nilaway-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
nilaway-lint:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/[email protected].5
10+
- uses: actions/[email protected].6
1111
- uses: actions/[email protected]
1212
with:
1313
go-version: 1.22.3

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/[email protected].5
10+
- uses: actions/[email protected].6
1111
- uses: actions/[email protected]
1212
with:
1313
go-version: 1.22.3

.github/workflows/release-assets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
permissions:
1515
contents: write
1616
steps:
17-
- uses: actions/[email protected].5
17+
- uses: actions/[email protected].6
1818
- uses: actions/[email protected]
1919
with:
2020
go-version: 1.22.3

Makefile

Lines changed: 5 additions & 5 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)
@@ -155,7 +155,7 @@ KIND_CLUSTER_NAME ?= etcd-operator-kind
155155
NAMESPACE ?= etcd-operator-system
156156

157157
# renovate: datasource=github-tags depName=prometheus-operator/prometheus-operator
158-
PROMETHEUS_OPERATOR_VERSION ?= v0.73.2
158+
PROMETHEUS_OPERATOR_VERSION ?= v0.74.0
159159
# renovate: datasource=github-tags depName=jetstack/cert-manager
160160
CERT_MANAGER_VERSION ?= v1.14.5
161161

@@ -244,15 +244,15 @@ ENVTEST_VERSION ?= latest
244244
# renovate: datasource=github-tags depName=golangci/golangci-lint
245245
GOLANGCI_LINT_VERSION ?= v1.58.1
246246
# renovate: datasource=github-tags depName=kubernetes-sigs/kind
247-
KIND_VERSION ?= v0.22.0
247+
KIND_VERSION ?= v0.23.0
248248
# renovate: datasource=github-tags depName=helm/helm
249-
HELM_VERSION ?= v3.14.4
249+
HELM_VERSION ?= v3.15.0
250250
# renovate: datasource=github-tags depName=losisin/helm-values-schema-json
251251
HELM_SCHEMA_VERSION ?= v1.3.0
252252
# renovate: datasource=github-tags depName=norwoodj/helm-docs
253253
HELM_DOCS_VERSION ?= v1.13.1
254254
# renovate: datasource=github-tags depName=mikefarah/yq
255-
YQ_VERSION ?= v4.43.1
255+
YQ_VERSION ?= v4.44.1
256256

257257
## Tool install scripts
258258
KUSTOMIZE_INSTALL_SCRIPT ?= "https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh"

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ require (
77
github.com/onsi/ginkgo/v2 v2.17.3
88
github.com/onsi/gomega v1.33.1
99
go.etcd.io/etcd/client/v3 v3.5.13
10-
k8s.io/api v0.30.0
11-
k8s.io/apimachinery v0.30.0
12-
k8s.io/client-go v0.30.0
10+
k8s.io/api v0.30.1
11+
k8s.io/apimachinery v0.30.1
12+
k8s.io/client-go v0.30.1
1313
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
1414
sigs.k8s.io/controller-runtime v0.18.2
1515
)

go.sum

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,12 +189,18 @@ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA=
189189
gopkg.in/yaml.v3 v3.0.1/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
190190
k8s.io/api v0.30.0 h1:siWhRq7cNjy2iHssOB9SCGNCl2spiF1dO3dABqZ8niA=
191191
k8s.io/api v0.30.0/go.mod h1:OPlaYhoHs8EQ1ql0R/TsUgaRPhpKNxIMrKQfWUp8QSE=
192+
k8s.io/api v0.30.1 h1:kCm/6mADMdbAxmIh0LBjS54nQBE+U4KmbCfIkF5CpJY=
193+
k8s.io/api v0.30.1/go.mod h1:ddbN2C0+0DIiPntan/bye3SW3PdwLa11/0yqwvuRrJM=
192194
k8s.io/apiextensions-apiserver v0.30.0 h1:jcZFKMqnICJfRxTgnC4E+Hpcq8UEhT8B2lhBcQ+6uAs=
193195
k8s.io/apiextensions-apiserver v0.30.0/go.mod h1:N9ogQFGcrbWqAY9p2mUAL5mGxsLqwgtUce127VtRX5Y=
194196
k8s.io/apimachinery v0.30.0 h1:qxVPsyDM5XS96NIh9Oj6LavoVFYff/Pon9cZeDIkHHA=
195197
k8s.io/apimachinery v0.30.0/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
198+
k8s.io/apimachinery v0.30.1 h1:ZQStsEfo4n65yAdlGTfP/uSHMQSoYzU/oeEbkmF7P2U=
199+
k8s.io/apimachinery v0.30.1/go.mod h1:iexa2somDaxdnj7bha06bhb43Zpa6eWH8N8dbqVjTUc=
196200
k8s.io/client-go v0.30.0 h1:sB1AGGlhY/o7KCyCEQ0bPWzYDL0pwOZO4vAtTSh/gJQ=
197201
k8s.io/client-go v0.30.0/go.mod h1:g7li5O5256qe6TYdAMyX/otJqMhIiGgTapdLchhmOaY=
202+
k8s.io/client-go v0.30.1 h1:uC/Ir6A3R46wdkgCV3vbLyNOYyCJ8oZnjtJGKfytl/Q=
203+
k8s.io/client-go v0.30.1/go.mod h1:wrAqLNs2trwiCH/wxxmT/x3hKVH9PuV0GGW0oDoHVqc=
198204
k8s.io/klog/v2 v2.120.1 h1:QXU6cPEOIslTGvZaXvFWiP9VKyeet3sawzTOvdXb4Vw=
199205
k8s.io/klog/v2 v2.120.1/go.mod h1:3Jpz1GvMt720eyJH1ckRHK1EDfpxISzJ7I9OYgaDtPE=
200206
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 h1:BZqlfIlq5YbRMFko6/PM7FjZpUb45WallggurYhKGag=

site/package-lock.json

Lines changed: 5 additions & 4 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.125.7",
39+
"hugo-extended": "0.126.1",
4040
"postcss-cli": "^11.0.0"
4141
}
4242
}

0 commit comments

Comments
 (0)