Skip to content

Commit e8d7192

Browse files
renovate[bot]pepov
andauthored
chore(deps): update all dependencies (#1718)
Signed-off-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Peter Wilcsinszky <peter.wilcsinszky@axoflow.com>
1 parent 7f003c5 commit e8d7192

File tree

46 files changed

+6552
-290
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+6552
-290
lines changed

.github/workflows/artifacts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
tar -xf image.tar -C image
135135
136136
- name: Run Trivy vulnerability scanner
137-
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0
137+
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
138138
with:
139139
input: image
140140
format: sarif
@@ -226,7 +226,7 @@ jobs:
226226
if: inputs.publish && inputs.release
227227

228228
- name: Run Trivy vulnerability scanner
229-
uses: aquasecurity/trivy-action@d710430a6722f083d3b36b8339ff66b32f22ee55 # 0.19.0
229+
uses: aquasecurity/trivy-action@fd25fed6972e341ff0007ddb61f77e88103953c2 # 0.21.0
230230
with:
231231
scan-type: config
232232
scan-ref: charts/${{ steps.chart-name.outputs.value }}

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v4
2121
with:
22-
go-version: '1.21'
22+
go-version: '1.22'
2323

2424
- name: Check diff
2525
run: make check-diff
@@ -46,7 +46,7 @@ jobs:
4646
- name: Set up Go
4747
uses: actions/setup-go@v4
4848
with:
49-
go-version: '1.21'
49+
go-version: '1.22'
5050

5151
- name: Lint
5252
run: make lint
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Go
6565
uses: actions/setup-go@v4
6666
with:
67-
go-version: '1.21'
67+
go-version: '1.22'
6868

6969
- name: Cache licenses
7070
uses: actions/cache@v3

.github/workflows/e2e.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
pull_request:
99

1010
env:
11-
GO_VERSION: '1.21'
11+
GO_VERSION: '1.22'
1212
KUBECTL_VERSION: 'v1.24.1'
1313

1414
jobs:
@@ -96,7 +96,7 @@ jobs:
9696
strategy:
9797
fail-fast: false
9898
matrix:
99-
kube: ["1.22", "1.23", "1.24", "1.25", "1.26", "1.27"]
99+
kube: ["1.25", "1.26", "1.27", "1.28", "1.29", "1.30"]
100100

101101
steps:
102102
- name: Set up Docker Buildx
@@ -126,18 +126,18 @@ jobs:
126126
id: node_image
127127
run: |
128128
case ${{ matrix.kube }} in
129-
1.22)
130-
NODE_IMAGE=kindest/node:v1.22.17@sha256:f5b2e5698c6c9d6d0adc419c0deae21a425c07d81bbf3b6a6834042f25d4fba2 ;;
131-
1.23)
132-
NODE_IMAGE=kindest/node:v1.23.17@sha256:59c989ff8a517a93127d4a536e7014d28e235fb3529d9fba91b3951d461edfdb ;;
133-
1.24)
134-
NODE_IMAGE=kindest/node:v1.24.15@sha256:7db4f8bea3e14b82d12e044e25e34bd53754b7f2b0e9d56df21774e6f66a70ab ;;
135129
1.25)
136130
NODE_IMAGE=kindest/node:v1.25.11@sha256:227fa11ce74ea76a0474eeefb84cb75d8dad1b08638371ecf0e86259b35be0c8 ;;
137131
1.26)
138132
NODE_IMAGE=kindest/node:v1.26.6@sha256:6e2d8b28a5b601defe327b98bd1c2d1930b49e5d8c512e1895099e4504007adb ;;
139133
1.27)
140134
NODE_IMAGE=kindest/node:v1.27.3@sha256:3966ac761ae0136263ffdb6cfd4db23ef8a83cba8a463690e98317add2c9ba72 ;;
135+
1.28)
136+
NODE_IMAGE=kindest/node:v1.28.9@sha256:9ba4d311e7861d27b210e5960e5ce921a7c53d3c67e0545fd8a1cb9a76dfa2cb ;;
137+
1.29)
138+
NODE_IMAGE=kindest/node:v1.29.4@sha256:ea40a6bd365a17f71fd3883a1d34a0791d7d6b0eb75832c6d85b6f2326827f1e ;;
139+
1.30)
140+
NODE_IMAGE=kindest/node:v1.30.0@sha256:2af5d1b382926abcd6336312d652cd045b7cc47475844a608669c71b1fefcfbc ;;
141141
esac
142142
143143
echo "image=$NODE_IMAGE" >> $GITHUB_OUTPUT

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.21alpine3.18@sha256:a76f153cff6a59112777c071b0cde1b6e4691ddc7f172be424228da1bfb7bbda AS builder
1+
FROM --platform=$BUILDPLATFORM golang:1.22.3-alpine3.20@sha256:1bddfed44ff69c533c0ec006515afb7350986b0d7eb7383f780ab5525f4f06ff AS builder
22

33
RUN apk add --update --no-cache ca-certificates make git curl
44

@@ -36,7 +36,7 @@ RUN CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH go install github.com/go-del
3636

3737
CMD ["/go/bin/dlv", "--listen=:40000", "--headless=true", "--api-version=2", "--accept-multiclient", "exec", "/usr/local/bin/manager"]
3838

39-
FROM gcr.io/distroless/static:latest@sha256:6d31326376a7834b106f281b04f67b5d015c31732f594930f2ea81365f99d60c
39+
FROM gcr.io/distroless/static:latest@sha256:41972110a1c1a5c0b6adb283e8aa092c43c31f7c5d79b8656fbffff2c3e61f05
4040

4141
COPY --from=builder /usr/local/bin/manager /manager
4242

0 commit comments

Comments
 (0)