Skip to content

Commit 6eea8ba

Browse files
Update grouped non-major updates
1 parent 1bbe904 commit 6eea8ba

File tree

14 files changed

+173
-317
lines changed

14 files changed

+173
-317
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.3.0
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.10.0
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.11.1
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.6.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.8.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.3.0
2727

2828
- name: Install Helm
29-
uses: azure/setup-helm@v4.2.0
29+
uses: azure/setup-helm@v4.3.1
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.3.0
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.3.0
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.25.1
30+
- uses: docker/setup-buildx-action@v3.11.1
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.3.0
27+
- uses: actions/setup-go@v5.5.0
2828
with:
29-
go-version: 1.22.4
29+
go-version: 1.25.1
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.3.0
11+
- uses: actions/setup-go@v5.5.0
1212
with:
13-
go-version: 1.22.4
13+
go-version: 1.25.1
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.3.0
11+
- uses: actions/setup-go@v5.5.0
1212
with:
13-
go-version: 1.22.4
13+
go-version: 1.25.1
1414
- uses: pre-commit/[email protected]

.github/workflows/release-assets.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,32 +16,32 @@ 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.3.0
20+
- uses: actions/setup-go@v5.5.0
2121
with:
22-
go-version: 1.22.4
22+
go-version: 1.25.1
2323
- name: Get tag from current run
2424
run: |
2525
TAG=${{ github.ref_name }}
2626
echo "Tag for packaging chart is $TAG"
2727
echo "RELEASE_TAG=${TAG}" >> $GITHUB_ENV
2828
echo "RELEASE_TAG_TRIMMED_V=${TAG#v}" >> $GITHUB_ENV
2929
- run: make build-dist-manifests IMG=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${RELEASE_TAG}
30-
- uses: svenstaro/upload-release-action@2.9.0
30+
- uses: svenstaro/upload-release-action@2.11.2
3131
with:
3232
repo_token: ${{ secrets.GITHUB_TOKEN }}
3333
file: dist/etcd-operator.yaml
3434
asset_name: etcd-operator.yaml
3535
tag: ${{ github.ref }}
3636
overwrite: true
37-
- uses: svenstaro/upload-release-action@2.9.0
37+
- uses: svenstaro/upload-release-action@2.11.2
3838
with:
3939
repo_token: ${{ secrets.GITHUB_TOKEN }}
4040
file: dist/etcd-operator.crds.yaml
4141
asset_name: etcd-operator.crds.yaml
4242
tag: ${{ github.ref }}
4343
overwrite: true
44-
- uses: svenstaro/upload-release-action@2.9.0
44+
- uses: svenstaro/upload-release-action@2.11.2
4545
with:
4646
repo_token: ${{ secrets.GITHUB_TOKEN }}
4747
file: dist/etcd-operator.non-crds.yaml

.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.25.1 AS builder
33
ARG TARGETOS TARGETARCH
44

55
WORKDIR /workspace

0 commit comments

Comments
 (0)