Skip to content

Commit

Permalink
Release v0.9.0 (#180)
Browse files Browse the repository at this point in the history
* Release v0.9.0-beta

Signed-off-by: Ondrej Fabry <[email protected]>

* Regenerate binapi

Signed-off-by: Ondrej Fabry <[email protected]>

---------

Signed-off-by: Ondrej Fabry <[email protected]>
  • Loading branch information
ondrej-fabry authored Jan 4, 2024
1 parent e64f3d3 commit 8debdf0
Show file tree
Hide file tree
Showing 147 changed files with 2,320 additions and 296 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
go: [ '1.21' ]
env:
VERSION: v0.8.0
VERSION: v0.9.0
runs-on: ubuntu-latest
steps:
- name: "Checkout"
Expand Down
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@ This file lists changes for the GoVPP releases.
-
-->

## 0.9.0

> _XX January 2024_
### Changes

- Update run_integration.sh (#151, #154)
- Add VPP 23.10 to CI (#175)
- Improvements GoVPP CLI (#156)

### Fixes

- Fix running integration tests outside of GitHub (#168)
- Add check for stats vector length (#172)

### GoMemif

- gomemif: Packet sent on Tx queue is received back on Rx queue of sender (#165)

## 0.8.0

> _18 July 2023_
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ endif
# Package cloud repo for VPP.
VPP_REPO ?= release
# VPP Docker image to use for api generation (gen-binapi-docker)
VPP_IMG ?= ligato/vpp-base:23.06-release
VPP_IMG ?= ligato/vpp-base:23.10-release
# Local VPP directory used for binary api generation (gen-binapi-from-code)
VPP_DIR ?=
# Target directory for generated go api bindings
Expand Down
4 changes: 2 additions & 2 deletions binapi/abf/abf.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions binapi/acl/acl.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions binapi/acl_types/acl_types.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions binapi/adl/adl.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions binapi/af_packet/af_packet.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 127 additions & 5 deletions binapi/af_xdp/af_xdp.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions binapi/af_xdp/af_xdp_rpc.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions binapi/arp/arp.ba.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8debdf0

Please sign in to comment.