Skip to content

Commit eb51b64

Browse files
Merge branch 'master' into abhpandey/sgapi-update
2 parents 0861292 + 0fa99c5 commit eb51b64

File tree

106 files changed

+2320
-1175
lines changed

Some content is hidden

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

106 files changed

+2320
-1175
lines changed

.github/workflows/build-arm64-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-24.04-arm
2828
steps:
2929
- uses: actions/checkout@v6
30-
- uses: docker/setup-buildx-action@v3
30+
- uses: docker/setup-buildx-action@v4
3131

3232
- uses: actions/setup-go@v6
3333
id: setup-go
@@ -54,7 +54,7 @@ jobs:
5454
${{ runner.os }}-go-${{ env.GO_VERSION }}-arm64-${{ github.base_ref }}-
5555
5656
- name: Scan base image
57-
uses: aquasecurity/trivy-action@0.34.1
57+
uses: aquasecurity/trivy-action@0.35.0
5858
env:
5959
TRIVY_DB_REPOSITORY: public.ecr.aws/aquasecurity/trivy-db:2
6060
with:

.github/workflows/build-kube-ovn-base-dpdk.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
ref: ${{ matrix.branch }}
3838

39-
- uses: docker/setup-buildx-action@v3
39+
- uses: docker/setup-buildx-action@v4
4040
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
4141

4242
- name: Build
@@ -47,7 +47,7 @@ jobs:
4747
4848
- name: Upload image to artifact
4949
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
50-
uses: actions/upload-artifact@v6
50+
uses: actions/upload-artifact@v7
5151
with:
5252
name: image-amd64-dpdk-${{ matrix.branch }}
5353
path: image-amd64-dpdk.tar
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: Download image
7878
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
79-
uses: actions/download-artifact@v7
79+
uses: actions/download-artifact@v8
8080
with:
8181
name: image-amd64-dpdk-${{ matrix.branch }}
8282

.github/workflows/build-kube-ovn-base.yaml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
ref: ${{ matrix.branch }}
3737

38-
- uses: docker/setup-buildx-action@v3
38+
- uses: docker/setup-buildx-action@v4
3939
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
4040
with:
4141
driver-opts: env.BUILDKIT_STEP_LOG_MAX_SIZE=50000000
@@ -59,7 +59,7 @@ jobs:
5959
6060
- name: Upload image to artifact
6161
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
62-
uses: actions/upload-artifact@v6
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: image-${{ matrix.arch }}-${{ matrix.branch }}
6565
path: image-${{ matrix.arch }}.tar
@@ -74,10 +74,6 @@ jobs:
7474
- release-1.15
7575
- release-1.14
7676
- release-1.13
77-
- release-1.12
78-
- release-1.11
79-
- release-1.9
80-
- release-1.12-mc
8177
needs:
8278
- build
8379
name: push
@@ -90,13 +86,13 @@ jobs:
9086

9187
- name: Download image
9288
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
93-
uses: actions/download-artifact@v7
89+
uses: actions/download-artifact@v8
9490
with:
9591
name: image-amd64-${{ matrix.branch }}
9692

9793
- name: Download image
9894
if: (github.event.inputs.branch || matrix.branch) == matrix.branch
99-
uses: actions/download-artifact@v7
95+
uses: actions/download-artifact@v8
10096
with:
10197
name: image-arm64-${{ matrix.branch }}
10298

.github/workflows/build-kube-ovn-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-24.04
1111
steps:
1212
- uses: actions/checkout@v6
13-
- uses: docker/setup-buildx-action@v3
13+
- uses: docker/setup-buildx-action@v4
1414
- uses: actions/setup-go@v6
1515
with:
1616
go-version: ${{ env.GO_VERSION || '' }}

0 commit comments

Comments
 (0)