Skip to content

Commit 53aa373

Browse files
authored
Bump dependencies (#7668)
* bump dependencies * update mocks * fix lint * bump helm
1 parent 1d18d74 commit 53aa373

18 files changed

+382
-335
lines changed

.github/workflows/cache-dependencies.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Cache Go modules
13-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
13+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
1414
with:
1515
path: |
1616
~/.cache/go-build/

.github/workflows/release-candidate.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
rc:
88
name: Push release candidate tag
99
runs-on: ubuntu-latest
10-
container: public.ecr.aws/eksctl/eksctl-build:79ff6e4d9b5ba7e2bfb962efe2fcb7b2eebc1f2a
10+
container: public.ecr.aws/eksctl/eksctl-build:741e7e49004ca5aabe086bf130aaca1cdcbc5c44
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
1414
with:
1515
token: ${{ secrets.EKSCTLBOT_TOKEN }}
1616
fetch-depth: 0
1717
- name: Cache go-build and mod
18-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
18+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
1919
with:
2020
path: |
2121
~/.cache/go-build/

.github/workflows/release.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ jobs:
77
rc:
88
name: Push release tag
99
runs-on: ubuntu-latest
10-
container: public.ecr.aws/eksctl/eksctl-build:79ff6e4d9b5ba7e2bfb962efe2fcb7b2eebc1f2a
10+
container: public.ecr.aws/eksctl/eksctl-build:741e7e49004ca5aabe086bf130aaca1cdcbc5c44
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #v4.1.1
1414
with:
1515
token: ${{ secrets.EKSCTLBOT_TOKEN }}
1616
fetch-depth: 0
1717
- name: Cache go-build and mod
18-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
18+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
1919
with:
2020
path: |
2121
~/.cache/go-build/

.github/workflows/update-generated.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
resource: ["coredns", "aws-node"]
1919
name: Update ${{ matrix.resource }} and open PR
2020
runs-on: ubuntu-latest
21-
container: public.ecr.aws/eksctl/eksctl-build:79ff6e4d9b5ba7e2bfb962efe2fcb7b2eebc1f2a
21+
container: public.ecr.aws/eksctl/eksctl-build:741e7e49004ca5aabe086bf130aaca1cdcbc5c44
2222
env:
2323
GOPRIVATE: ""
2424
steps:
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
token: "${{ secrets.EKSCTLBOT_TOKEN }}"
4242
- name: Cache go-build and mod
43-
uses: actions/cache@13aacd865c20de90d75de3b17ebe84f7a17d57d2 #v4.0.0
43+
uses: actions/cache@ab5e6d0c87105b4c9c2047343972218f562e4319 #v4.0.1
4444
with:
4545
path: |
4646
~/.cache/go-build/

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG BUILD_IMAGE=public.ecr.aws/eksctl/eksctl-build:79ff6e4d9b5ba7e2bfb962efe2fcb7b2eebc1f2a
1+
ARG BUILD_IMAGE=public.ecr.aws/eksctl/eksctl-build:741e7e49004ca5aabe086bf130aaca1cdcbc5c44
22
FROM $BUILD_IMAGE as build
33

44
WORKDIR /src

build/docker/build_image_manifest

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
"github.com/maxbrunsfeld/counterfeiter/v6 v6.6.2"
1+
"github.com/maxbrunsfeld/counterfeiter/v6 v6.8.1"
22
"github.com/cloudflare/cfssl v1.6.4"
33
"github.com/cloudflare/cfssl v1.6.4"
4-
"github.com/golangci/golangci-lint v1.55.2"
5-
"github.com/onsi/ginkgo/v2 v2.13.2"
4+
"github.com/golangci/golangci-lint v1.56.2"
5+
"github.com/onsi/ginkgo/v2 v2.16.0"
66
"github.com/vektra/mockery/v2 v2.38.0"
77
"github.com/github-release/github-release v0.10.0"
8-
"golang.org/x/tools v0.16.1"
8+
"golang.org/x/tools v0.18.0"
99
"k8s.io/code-generator v0.29.0"
1010
"k8s.io/code-generator v0.29.0"
1111
"k8s.io/code-generator v0.29.0"

build/docker/image_tag

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
79ff6e4d9b5ba7e2bfb962efe2fcb7b2eebc1f2a
1+
741e7e49004ca5aabe086bf130aaca1cdcbc5c44

go.mod

+86-85
Large diffs are not rendered by default.

go.sum

+184-177
Large diffs are not rendered by default.

pkg/awsapi/autoscaling.go

+3-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/awsapi/cloudformation.go

+9-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/awsapi/cloudwatchlogs.go

+23-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)