Skip to content

Commit fab3973

Browse files
Update grouped non-major updates
1 parent d059eb3 commit fab3973

15 files changed

+299
-347
lines changed

.github/workflows/docker-publish.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -29,25 +29,25 @@ jobs:
2929

3030
steps:
3131
- name: Checkout repository
32-
uses: actions/checkout@v4.1.7
32+
uses: actions/checkout@v4.2.2
3333

3434
# Install the cosign tool except on PR
3535
# https://github.com/sigstore/cosign-installer
3636
- name: Install cosign
3737
if: github.event_name != 'pull_request'
38-
uses: sigstore/cosign-installer@v3.5.0
38+
uses: sigstore/cosign-installer@v3.8.1
3939

4040
# Set up BuildKit Docker container builder to be able to build
4141
# multi-platform images and export cache
4242
# https://github.com/docker/setup-buildx-action
4343
- name: Set up Docker Buildx
44-
uses: docker/setup-buildx-action@v3.3.0
44+
uses: docker/setup-buildx-action@v3.10.0
4545

4646
# Login against a Docker registry except on PR
4747
# https://github.com/docker/login-action
4848
- name: Log into registry ${{ env.REGISTRY }}
4949
if: github.event_name != 'pull_request'
50-
uses: docker/login-action@v3.2.0
50+
uses: docker/login-action@v3.4.0
5151
with:
5252
registry: ${{ env.REGISTRY }}
5353
username: ${{ github.actor }}
@@ -57,7 +57,7 @@ jobs:
5757
# https://github.com/docker/metadata-action
5858
- name: Extract Docker metadata
5959
id: meta
60-
uses: docker/metadata-action@v5.5.1
60+
uses: docker/metadata-action@v5.7.0
6161
with:
6262
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
6363

.github/workflows/helm-publish.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@v4.1.7
26+
uses: actions/checkout@v4.2.2
2727

2828
- name: Install Helm
29-
uses: azure/setup-helm@v4.2.0
29+
uses: azure/setup-helm@v4.3.0
3030
with:
3131
version: 'v3.14.3'
3232

.github/workflows/hugo.yaml

+1-1
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/checkout@v4.1.7
44+
uses: actions/checkout@v4.2.2
4545
with:
4646
submodules: recursive
4747
fetch-depth: 0

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
attribute: latest
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/checkout@v4.1.7
27-
- uses: actions/setup-go@v5.0.1
26+
- uses: actions/checkout@v4.2.2
27+
- uses: actions/setup-go@v5.3.0
2828
with:
29-
go-version: 1.22.4
30-
- uses: docker/setup-buildx-action@v3.3.0
29+
go-version: 1.24.1
30+
- uses: docker/setup-buildx-action@v3.10.0
3131
- uses: tale/[email protected]
3232
with:
3333
kubectl-version: v1.30.0

.github/workflows/make-test.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ jobs:
2323
attribute: latest
2424
runs-on: ubuntu-22.04
2525
steps:
26-
- uses: actions/checkout@v4.1.7
27-
- uses: actions/setup-go@v5.0.1
26+
- uses: actions/checkout@v4.2.2
27+
- uses: actions/setup-go@v5.3.0
2828
with:
29-
go-version: 1.22.4
29+
go-version: 1.24.1
3030
- run: |
3131
if [ "${{ matrix.k8s.version }}" = "default" ]; then
3232
# For latest version use default from Makefile

.github/workflows/nilaway-lint.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
nilaway-lint:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v4.1.7
11-
- uses: actions/setup-go@v5.0.1
10+
- uses: actions/checkout@v4.2.2
11+
- uses: actions/setup-go@v5.3.0
1212
with:
13-
go-version: 1.22.4
13+
go-version: 1.24.1
1414
- run: make nilaway-lint

.github/workflows/pre-commit.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
pre-commit:
88
runs-on: ubuntu-22.04
99
steps:
10-
- uses: actions/checkout@v4.1.7
11-
- uses: actions/setup-go@v5.0.1
10+
- uses: actions/checkout@v4.2.2
11+
- uses: actions/setup-go@v5.3.0
1212
with:
13-
go-version: 1.22.4
13+
go-version: 1.24.1
1414
- uses: pre-commit/[email protected]

.github/workflows/release-assets.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ jobs:
1414
permissions:
1515
contents: write
1616
steps:
17-
- uses: actions/checkout@v4.1.7
18-
- uses: actions/setup-go@v5.0.1
17+
- uses: actions/checkout@v4.2.2
18+
- uses: actions/setup-go@v5.3.0
1919
with:
20-
go-version: 1.22.4
20+
go-version: 1.24.1
2121
- name: Get tag from current run
2222
run: |
2323
TAG=${{ github.ref_name }}

.github/workflows/release-drafter.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write
1515
pull-requests: write
1616
steps:
17-
- uses: release-drafter/release-drafter@v6.0.0
17+
- uses: release-drafter/release-drafter@v6.1.0
1818
with:
1919
disable-releaser: github.ref != 'refs/heads/main'
2020
config-name: release-drafter.yml

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.4 AS builder
2+
FROM golang:1.24.1 AS builder
33
ARG TARGETOS TARGETARCH
44

55
WORKDIR /workspace

Makefile

+10-10
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
IMG ?= 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.32.3
77
K8S_VERSION_TRIMMED_V = $(subst v,,$(K8S_VERSION))
88

99
# Get the currently used golang install path (in GOPATH/bin, unless GOBIN is set)
@@ -165,9 +165,9 @@ KIND_CLUSTER_NAME ?= etcd-operator-kind
165165
NAMESPACE ?= 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.81.0
169169
# renovate: datasource=github-tags depName=jetstack/cert-manager
170-
CERT_MANAGER_VERSION ?= v1.15.0
170+
CERT_MANAGER_VERSION ?= v1.17.1
171171

172172
ifndef ignore-not-found
173173
ignore-not-found = false
@@ -253,20 +253,20 @@ CRD_REF_DOCS ?= $(LOCALBIN)/crd-ref-docs
253253
# renovate: datasource=github-tags depName=kubernetes-sigs/kustomize
254254
KUSTOMIZE_VERSION ?= v5.3.0
255255
# renovate: datasource=github-tags depName=kubernetes-sigs/controller-tools
256-
CONTROLLER_TOOLS_VERSION ?= v0.15.0
256+
CONTROLLER_TOOLS_VERSION ?= v0.17.2
257257
ENVTEST_VERSION ?= latest
258258
# renovate: datasource=github-tags depName=golangci/golangci-lint
259-
GOLANGCI_LINT_VERSION ?= v1.59.1
259+
GOLANGCI_LINT_VERSION ?= v1.64.7
260260
# renovate: datasource=github-tags depName=kubernetes-sigs/kind
261-
KIND_VERSION ?= v0.23.0
261+
KIND_VERSION ?= v0.27.0
262262
# renovate: datasource=github-tags depName=helm/helm
263-
HELM_VERSION ?= v3.15.2
263+
HELM_VERSION ?= v3.17.2
264264
# renovate: datasource=github-tags depName=losisin/helm-values-schema-json
265-
HELM_SCHEMA_VERSION ?= v1.4.1
265+
HELM_SCHEMA_VERSION ?= v1.8.0
266266
# renovate: datasource=github-tags depName=norwoodj/helm-docs
267-
HELM_DOCS_VERSION ?= v1.13.1
267+
HELM_DOCS_VERSION ?= v1.14.2
268268
# renovate: datasource=github-tags depName=mikefarah/yq
269-
YQ_VERSION ?= v4.44.1
269+
YQ_VERSION ?= v4.45.1
270270

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

go.mod

+54-46
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,51 @@
11
module github.com/aenix-io/etcd-operator
22

3-
go 1.22.4
3+
go 1.23.0
4+
5+
toolchain go1.24.1
46

57
require (
68
github.com/dustin/go-humanize v1.0.1
79
github.com/go-logr/logr v1.4.2
810
github.com/google/uuid v1.6.0
9-
github.com/onsi/ginkgo/v2 v2.19.0
10-
github.com/onsi/gomega v1.33.1
11-
github.com/spf13/cobra v1.7.0
12-
github.com/spf13/pflag v1.0.5
13-
github.com/spf13/viper v1.19.0
14-
go.etcd.io/etcd/client/v3 v3.5.14
15-
k8s.io/api v0.30.2
16-
k8s.io/apimachinery v0.30.2
17-
k8s.io/client-go v0.30.2
18-
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
19-
sigs.k8s.io/controller-runtime v0.18.4
11+
github.com/onsi/ginkgo/v2 v2.23.0
12+
github.com/onsi/gomega v1.36.2
13+
github.com/spf13/cobra v1.9.1
14+
github.com/spf13/pflag v1.0.6
15+
github.com/spf13/viper v1.20.0
16+
go.etcd.io/etcd/client/v3 v3.5.19
17+
k8s.io/api v0.32.3
18+
k8s.io/apimachinery v0.32.3
19+
k8s.io/client-go v0.32.3
20+
k8s.io/utils v0.0.0-20241104100929-3ea5e8cea738
21+
sigs.k8s.io/controller-runtime v0.20.3
2022
)
2123

2224
require (
2325
github.com/beorn7/perks v1.0.1 // indirect
24-
github.com/cespare/xxhash/v2 v2.2.0 // indirect
26+
github.com/cespare/xxhash/v2 v2.3.0 // indirect
2527
github.com/coreos/go-semver v0.3.1 // indirect
2628
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
2729
github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc // indirect
2830
github.com/emicklei/go-restful/v3 v3.11.0 // indirect
2931
github.com/evanphx/json-patch v4.12.0+incompatible // indirect
30-
github.com/evanphx/json-patch/v5 v5.9.0 // indirect
31-
github.com/fsnotify/fsnotify v1.7.0 // indirect
32+
github.com/evanphx/json-patch/v5 v5.9.11 // indirect
33+
github.com/fsnotify/fsnotify v1.8.0 // indirect
34+
github.com/fxamacker/cbor/v2 v2.7.0 // indirect
3235
github.com/go-logr/zapr v1.3.0 // indirect
33-
github.com/go-openapi/jsonpointer v0.19.6 // indirect
36+
github.com/go-openapi/jsonpointer v0.21.0 // indirect
3437
github.com/go-openapi/jsonreference v0.20.2 // indirect
35-
github.com/go-openapi/swag v0.22.3 // indirect
38+
github.com/go-openapi/swag v0.23.0 // indirect
3639
github.com/go-task/slim-sprig/v3 v3.0.0 // indirect
40+
github.com/go-viper/mapstructure/v2 v2.2.1 // indirect
3741
github.com/gogo/protobuf v1.3.2 // indirect
3842
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
3943
github.com/golang/protobuf v1.5.4 // indirect
44+
github.com/google/btree v1.1.3 // indirect
4045
github.com/google/gnostic-models v0.6.8 // indirect
4146
github.com/google/go-cmp v0.6.0 // indirect
4247
github.com/google/gofuzz v1.2.0 // indirect
43-
github.com/google/pprof v0.0.0-20240424215950-a892ee059fd6 // indirect
48+
github.com/google/pprof v0.0.0-20241210010833-40e02aabc2ad // indirect
4449
github.com/gorilla/websocket v1.5.0 // indirect
4550
github.com/hashicorp/hcl v1.0.0 // indirect
4651
github.com/imdario/mergo v0.3.6 // indirect
@@ -51,49 +56,52 @@ require (
5156
github.com/mailru/easyjson v0.7.7 // indirect
5257
github.com/matttproud/golang_protobuf_extensions/v2 v2.0.0 // indirect
5358
github.com/mitchellh/mapstructure v1.5.0 // indirect
54-
github.com/moby/spdystream v0.2.0 // indirect
59+
github.com/moby/spdystream v0.5.0 // indirect
5560
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect
5661
github.com/modern-go/reflect2 v1.0.2 // indirect
5762
github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822 // indirect
5863
github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f // indirect
59-
github.com/pelletier/go-toml/v2 v2.2.2 // indirect
64+
github.com/pelletier/go-toml/v2 v2.2.3 // indirect
6065
github.com/pkg/errors v0.9.1 // indirect
61-
github.com/prometheus/client_golang v1.18.0 // indirect
62-
github.com/prometheus/client_model v0.5.0 // indirect
63-
github.com/prometheus/common v0.45.0 // indirect
64-
github.com/prometheus/procfs v0.12.0 // indirect
65-
github.com/sagikazarmark/locafero v0.4.0 // indirect
66+
github.com/prometheus/client_golang v1.19.1 // indirect
67+
github.com/prometheus/client_model v0.6.1 // indirect
68+
github.com/prometheus/common v0.55.0 // indirect
69+
github.com/prometheus/procfs v0.15.1 // indirect
70+
github.com/sagikazarmark/locafero v0.7.0 // indirect
6671
github.com/sagikazarmark/slog-shim v0.1.0 // indirect
6772
github.com/sourcegraph/conc v0.3.0 // indirect
68-
github.com/spf13/afero v1.11.0 // indirect
69-
github.com/spf13/cast v1.6.0 // indirect
73+
github.com/spf13/afero v1.12.0 // indirect
74+
github.com/spf13/cast v1.7.1 // indirect
7075
github.com/subosito/gotenv v1.6.0 // indirect
71-
go.etcd.io/etcd/api/v3 v3.5.14 // indirect
72-
go.etcd.io/etcd/client/pkg/v3 v3.5.14 // indirect
76+
github.com/x448/float16 v0.8.4 // indirect
77+
go.etcd.io/etcd/api/v3 v3.5.19 // indirect
78+
go.etcd.io/etcd/client/pkg/v3 v3.5.19 // indirect
7379
go.uber.org/multierr v1.11.0 // indirect
7480
go.uber.org/zap v1.27.0 // indirect
75-
golang.org/x/exp v0.0.0-20230905200255-921286631fa9 // indirect
76-
golang.org/x/net v0.25.0 // indirect
77-
golang.org/x/oauth2 v0.18.0 // indirect
78-
golang.org/x/sys v0.20.0 // indirect
79-
golang.org/x/term v0.20.0 // indirect
80-
golang.org/x/text v0.15.0 // indirect
81-
golang.org/x/time v0.5.0 // indirect
82-
golang.org/x/tools v0.21.0 // indirect
81+
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
82+
golang.org/x/net v0.36.0 // indirect
83+
golang.org/x/oauth2 v0.25.0 // indirect
84+
golang.org/x/sync v0.11.0 // indirect
85+
golang.org/x/sys v0.30.0 // indirect
86+
golang.org/x/term v0.29.0 // indirect
87+
golang.org/x/text v0.22.0 // indirect
88+
golang.org/x/time v0.8.0 // indirect
89+
golang.org/x/tools v0.30.0 // indirect
8390
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
8491
google.golang.org/appengine v1.6.8 // indirect
85-
google.golang.org/genproto/googleapis/api v0.0.0-20240311132316-a219d84964c2 // indirect
86-
google.golang.org/genproto/googleapis/rpc v0.0.0-20240314234333-6e1732d8331c // indirect
87-
google.golang.org/grpc v1.62.1 // indirect
88-
google.golang.org/protobuf v1.33.0 // indirect
92+
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 // indirect
93+
google.golang.org/genproto/googleapis/rpc v0.0.0-20241223144023-3abc09e42ca8 // indirect
94+
google.golang.org/grpc v1.67.3 // indirect
95+
google.golang.org/protobuf v1.36.1 // indirect
96+
gopkg.in/evanphx/json-patch.v4 v4.12.0 // indirect
8997
gopkg.in/inf.v0 v0.9.1 // indirect
9098
gopkg.in/ini.v1 v1.67.0 // indirect
9199
gopkg.in/yaml.v2 v2.4.0 // indirect
92100
gopkg.in/yaml.v3 v3.0.1 // indirect
93-
k8s.io/apiextensions-apiserver v0.30.1 // indirect
94-
k8s.io/klog/v2 v2.120.1 // indirect
95-
k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340 // indirect
96-
sigs.k8s.io/json v0.0.0-20221116044647-bc3834ca7abd // indirect
97-
sigs.k8s.io/structured-merge-diff/v4 v4.4.1 // indirect
101+
k8s.io/apiextensions-apiserver v0.32.1 // indirect
102+
k8s.io/klog/v2 v2.130.1 // indirect
103+
k8s.io/kube-openapi v0.0.0-20241105132330-32ad38e42d3f // indirect
104+
sigs.k8s.io/json v0.0.0-20241010143419-9aa6b5e7a4b3 // indirect
105+
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
98106
sigs.k8s.io/yaml v1.4.0 // indirect
99107
)

0 commit comments

Comments
 (0)