Skip to content

Commit 20eb4ef

Browse files
authored
Regenerate binapi for VPP 23.06 (#143)
* Regenerate binapi for VPP 23.06 Signed-off-by: Ondrej Fabry <[email protected]> * Fix binapi-generator version for check Signed-off-by: Ondrej Fabry <[email protected]> * Fix compatibility checking in examples This commit fixes an issue where examples would fail for older versions of VPP which did not have some of new messages in interface API. - improved debug log message when check fails - skip fatal exit if interface API does not pass check in examples Signed-off-by: Ondrej Fabry <[email protected]> --------- Signed-off-by: Ondrej Fabry <[email protected]>
1 parent 25405e7 commit 20eb4ef

File tree

154 files changed

+10387
-1332
lines changed

Some content is hidden

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

154 files changed

+10387
-1332
lines changed

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
matrix:
5555
go: [ '1.20' ]
5656
env:
57-
VERSION: v0.7.0
57+
VERSION: v0.8.0
5858
name: check binapi
5959
runs-on: ubuntu-latest
6060
steps:

Diff for: .github/workflows/test.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,16 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
version: [ '2306', '2302', '2210', '2206' ]
27+
version:
28+
- '2306'
29+
- '2302'
30+
- '2210'
31+
- '2206'
2832

2933
steps:
3034
- name: "Checkout"
3135
uses: actions/checkout@v3
32-
- name: Setup Go
36+
- name: "Setup Go"
3337
uses: actions/setup-go@v3
3438
with:
3539
go-version: '1.20'

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ endif
4343
# Package cloud repo for VPP.
4444
VPP_REPO ?= release
4545
# VPP Docker image to use for api generation (gen-binapi-docker)
46-
VPP_IMG ?= ligato/vpp-base:22.10-release
46+
VPP_IMG ?= ligato/vpp-base:23.06-release
4747
# Local VPP directory used for binary api generation (gen-binapi-from-code)
4848
VPP_DIR ?=
4949
# Target directory for generated go api bindings

Diff for: binapi/abf/abf.ba.go

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

0 commit comments

Comments
 (0)