summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2024-01-25 04:11:03 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-03-15 17:17:19 +0000
commit2a217f7e9177665f1c0fb10f98eb58af91c7d01c (patch)
treed9d4bfee809809cb1fc8e5981c7db745d253ef18
parent5d211f85b4cdf097bc52a06cce8fc082134f2988 (diff)
downloadmeta-virtualization-2a217f7e9177665f1c0fb10f98eb58af91c7d01c.tar.gz
cni: update to v1.2.0-rc0
Bumping cni to version v0.8.0-237-gb62753a, which comprises the following commits: d1276f1 Add Marshal function in Result/NetConf to omit empty value a6a9891 libcni: implement version negotiation 1362169 go get github.com/Masterminds/semver/v3 f51f8ea SPEC: add version negotiation f8d7b81 build(deps): bump github.com/containernetworking/plugins 6bac4ee build(deps): bump alpine in /.github/actions/retest-action 91db252 build(deps): bump actions/setup-go from 4 to 5 0e4c0e2 cleanup: update references, make links relative 4caff13 libcni, skel: implement STATUS b9a9324 build(deps): bump the golang group with 1 update 4a0bccb describe mtu, advmss, priority attributes of route object in specification efffbee Add route attributes - MTU, AdvMSS, Priority cd1b855 build(deps): bump the golang group with 2 updates 6ed65ac Fix if condition for netns override f67e207 use replace directive for github.com/containernetworking/cni cfdc39b build(deps): bump the golang group with 1 update 509c490 spec: STATUS wording 0c68fe1 build(deps): bump the golang group with 2 updates 29ba516 Upgrade debug module go version to 1.18 b7d75ff Define Makefile with golangci-lint 4683716 enable gocritic linter 91629d5 dependabot: batch updates e86c9ca resume and complete gc impl 02155e0 skel: add gc support d9f1e67 wip GC implementation -- spec 8fdefe9 noop: support command log file 004b09b Add Tomofumi Hayashi as a CNI maintainer 11077bc build(deps): bump actions/checkout from 3 to 4 0021b93 SPEC: fix misspelled word 3072cfe SPEC: add wording for GC verb 837171b Add AWS VPC CNI for 3P list 215259b fix kubernetes document url in readme 4a096f6 pkg/types: explicitly import all versions a899051 libcni: add version v1.1.0 c768dcb SPEC: bump version to v1.1.0-dev a8fdbf9 build(deps): bump alpine in /.github/actions/retest-action Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> cni-plugins: update to 1.4.0 Bumping cni-plugins.git to version v1.1.0-232-gb6a0e0bc, which comprises the following commits: e6099fb8 build(deps): bump actions/setup-go from 4 to 5 82542170 build(deps): bump the golang group with 2 updates d7082175 Bump to golang:1.21-alpine in release.sh a4cbf13a Add CNI_NETNS_OVERRIDE for upcoming CNI change 6cac5d60 build(deps): bump the golang group with 3 updates f90ac41a revert some code in pr 962 5280b4d5 bridge: fix spelling 495a2cbb bridge: remove useless firstV4Addr 8c59fc1e bridge: remove useless check 1079e113 Add ndisc_notify in ipvlan for ipv6 ndp 999ca157 macvlan: enable ipv6 ndisc_notify 0b1a96ff build(deps): bump google.golang.org/grpc from 1.50.1 to 1.56.3 28c5faee build(deps): bump the golang group with 3 updates aacae5c0 dependabot: batch updates 6b787612 fix workflow warnings 37531cda fix lint errors 845ef62b macvlan cmdDel: replace the loadConf function with json.unmarshal 691186ca build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.28.0 19e5747a build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0 18172539 build(deps): bump github.com/Microsoft/hcsshim from 0.9.9 to 0.11.1 61fa9636 build(deps): bump golang.org/x/sys from 0.10.0 to 0.13.0 33ccedc6 Create IPAM files with 0600 permissions 853b82d1 build: Use POSIX sh for shell scripts d216b0c3 build(deps): bump actions/checkout from 3 to 4 5f25a93a ci(lint) extend timeout to 5 min 7c11d486 build(deps): bump github.com/coreos/go-iptables from 0.6.0 to 0.7.0 c1a7948b vrf: fix route filter to use output iface Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-networking/cni/cni_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-networking/cni/cni_git.bb b/recipes-networking/cni/cni_git.bb
index a1a31f2d..59b56f6e 100644
--- a/recipes-networking/cni/cni_git.bb
+++ b/recipes-networking/cni/cni_git.bb
@@ -9,8 +9,8 @@ Because of this focus, CNI has a wide range of support and the specification \
9is simple to implement. \ 9is simple to implement. \
10" 10"
11 11
12SRCREV_cni = "ca96f4ca96d89f4d7fbce885af1d66046b45342f" 12SRCREV_cni = "b62753aa2bfa365c1ceaff6f25774a8047c896b5"
13SRCREV_plugins = "9d9ec6e3e18ea245b9cef0f8396e570247338d1f" 13SRCREV_plugins = "b6a0e0bc96906f0d3bd6bfcaab0b5ae72292f46c"
14SRCREV_flannel_plugin = "6464faacf5c00e25321573225d74638455ef03a0" 14SRCREV_flannel_plugin = "6464faacf5c00e25321573225d74638455ef03a0"
15SRCREV_FORMAT = "cni_plugins" 15SRCREV_FORMAT = "cni_plugins"
16SRC_URI = "\ 16SRC_URI = "\
@@ -23,7 +23,7 @@ LIC_FILES_CHKSUM = "file://src/import/LICENSE;md5=fa818a259cbed7ce8bc2a22d35a464
23 23
24GO_IMPORT = "import" 24GO_IMPORT = "import"
25 25
26PV = "v1.1.2+git${SRCREV_cni}" 26PV = "v1.2.0-rc0+git${SRCREV_cni}"
27 27
28inherit go 28inherit go
29inherit goarch 29inherit goarch