Skip to content

Commit ddc6d82

Browse files
Update grouped non-major updates
1 parent 856fede commit ddc6d82

14 files changed

+154
-312
lines changed

.github/workflows/docker-publish.yaml

Lines changed: 5 additions & 5 deletions
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.2
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

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

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/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

Lines changed: 4 additions & 4 deletions
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.5.0
2828
with:
29-
go-version: 1.22.4
30-
- uses: docker/setup-buildx-action@v3.3.0
29+
go-version: 1.24.3
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

Lines changed: 3 additions & 3 deletions
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.5.0
2828
with:
29-
go-version: 1.22.4
29+
go-version: 1.24.3
3030
- run: |
3131
if [ "${{ matrix.k8s.version }}" = "default" ]; then
3232
# For latest version use default from Makefile

.github/workflows/nilaway-lint.yaml

Lines changed: 3 additions & 3 deletions
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.5.0
1212
with:
13-
go-version: 1.22.4
13+
go-version: 1.24.3
1414
- run: make nilaway-lint

.github/workflows/pre-commit.yaml

Lines changed: 3 additions & 3 deletions
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.5.0
1212
with:
13-
go-version: 1.22.4
13+
go-version: 1.24.3
1414
- uses: pre-commit/[email protected]

.github/workflows/release-assets.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ jobs:
1616
permissions:
1717
contents: write
1818
steps:
19-
- uses: actions/checkout@v4.1.7
20-
- uses: actions/setup-go@v5.0.1
19+
- uses: actions/checkout@v4.2.2
20+
- uses: actions/setup-go@v5.5.0
2121
with:
22-
go-version: 1.22.4
22+
go-version: 1.24.3
2323
- name: Get tag from current run
2424
run: |
2525
TAG=${{ github.ref_name }}

.github/workflows/release-drafter.yaml

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

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

55
WORKDIR /workspace

Makefile

Lines changed: 10 additions & 10 deletions
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.33.1
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.83.0
169169
# renovate: datasource=github-tags depName=jetstack/cert-manager
170-
CERT_MANAGER_VERSION ?= v1.15.0
170+
CERT_MANAGER_VERSION ?= v1.17.2
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.18.0
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.8
260260
# renovate: datasource=github-tags depName=kubernetes-sigs/kind
261-
KIND_VERSION ?= v0.23.0
261+
KIND_VERSION ?= v0.29.0
262262
# renovate: datasource=github-tags depName=helm/helm
263-
HELM_VERSION ?= v3.15.2
263+
HELM_VERSION ?= v3.18.1
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.4
270270

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

go.mod

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ go 1.22.4
44

55
require (
66
github.com/dustin/go-humanize v1.0.1
7-
github.com/go-logr/logr v1.4.2
7+
github.com/go-logr/logr v1.4.3
88
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
9+
github.com/onsi/ginkgo/v2 v2.23.4
10+
github.com/onsi/gomega v1.37.0
11+
github.com/spf13/cobra v1.9.1
12+
github.com/spf13/pflag v1.0.6
13+
github.com/spf13/viper v1.20.1
14+
go.etcd.io/etcd/client/v3 v3.6.0
15+
k8s.io/api v0.33.1
16+
k8s.io/apimachinery v0.33.1
17+
k8s.io/client-go v0.33.1
1818
k8s.io/utils v0.0.0-20240502163921-fe8a2dddb1d0
19-
sigs.k8s.io/controller-runtime v0.18.4
19+
sigs.k8s.io/controller-runtime v0.21.0
2020
)
2121

2222
require (

0 commit comments

Comments
 (0)