Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.9.0 #180

Merged
merged 2 commits into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.20' ]
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
Loading