Skip to content

Commit

Permalink
Release cce-network-v2/2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gola committed Jun 18, 2024
1 parent 5dceee8 commit f9b3ba4
Show file tree
Hide file tree
Showing 85 changed files with 8,003 additions and 181 deletions.
2 changes: 1 addition & 1 deletion cce-network-v2/GO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
go version go1.21.4 linux/amd64
go version go1.22.1 linux/amd64
2 changes: 1 addition & 1 deletion cce-network-v2/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ GIT_VERSION: force
@if [ "$(GIT_VERSION)" != "`cat 2>/dev/null GIT_VERSION`" ] ; then echo "$(GIT_VERSION)" >GIT_VERSION; fi

# DOCKER_IMAGES := cce-network-agent cce-network-operator-vpc-eni cce-network-operator
DOCKER_IMAGES := cce-network-agent cce-network-operator-vpc-eni
DOCKER_IMAGES := cce-network-agent cce-network-operator-vpc-eni cce-network-operator-rdma
docker: GOARCH = amd64
docker: $(DOCKER_IMAGES)
docker-arm: GOARCH = arm64
Expand Down
2 changes: 1 addition & 1 deletion cce-network-v2/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.10.5
2.11.0
5 changes: 5 additions & 0 deletions cce-network-v2/api/v1/client/cce_api_client.go

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

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

Loading

0 comments on commit f9b3ba4

Please sign in to comment.