diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-08 10:03:06 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-03-21 17:31:29 -0400 |
commit | 0f7a2e57d6230e0422d51061dac2d4015f0e1a87 (patch) | |
tree | 57a0f3a5a849b5b2a62a9a0851a7aa6fd7814840 /recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch | |
parent | cbf5766d78c32dae81dcf1f613d1d1815646d8e2 (diff) | |
download | meta-virtualization-0f7a2e57d6230e0422d51061dac2d4015f0e1a87.tar.gz |
cni: update to v1.0.1
Bumping cni to version v0.8.0-90-g35efaab, which comprises the following commits:
3e49ce1 Fix incorrect pointer inputs to `json.Unmarshal`
b92c836 fix version of cni v0.8.1 does not have a directory of github.com/containernetworking/cni/pkg/types/100 refer to https://github.com/containernetworking/cni/tree/v0.8.1/pkg/types
269bf61 Spec: Container runtime shall tear down namespaces
48fac6a Update README.md
798e63d Updated README.md to include Netlox loxilight CNI
9070cb3 documentation: update Multus link in README.md to point to the k8snetworkplumbingwg repository
21cd5f0 [exec-plugins]: support plugin lists
c362597 skel: remove superfluous err nil check in (*dispatcher).pluginMain
42f2474 Remove Gabe Rosenhouse as maintainer
2e4887b skel: print out CNI versions supported in help text.
c7f5f70 pkg/version: add VersionsFrom function
5608690 spec: bump to 1.0.0
30e06a8 Docs: bump spec version information
a956246 docs: revise cnitool docs
63a3bca wrap returned errors
b277ec1 docs: correct the extension name of the configuration file
34a8a46 chore: standardize documentation on IP assignment
76bf3de types: ensure empty CNIVersion always creates/converts to 0.1.0
4feedb9 Add breadcrumbs for CNI.go
57cf1ce types/create: add CreateFromBytes()
4fdc5f6 chore: support both value type and pointer type in LoadArgs
f30a824 Remove Bryan Boreham as maintainer
c63d850 Add debug plugin to help debugging/troubleshooting (#818)
9546b70 spec: Some minor corrections
3a13f68 Spec: Bring 1.0's treatment of "args" in line with 0.4.0
c92642b upgrade kube-ovn new github site
67ec904 Fix typo in SPEC.md
0555966 typos correct
8ad568b Rewrite spec.md for 1.0.0
0016917 Adding reference to Azure CNI as 3rd party plugin in readme
ad59be0 types/040: add testcase for <= 0.2.0 Result requirement of one or more IPs
e32b586 remove build badges from homepage
296290a Switch from Travis to GH Actions
a199e6a go fmt
c735780 Markups.
b678c26 Log out the plugin name on ADD/DEL failure.
cni-plugins: update to 1.1,0
Bumping cni-plugins.git to version v1.1.0-6-gb8a10bb, which comprises the following commits:
7a98979 ipam/dhcp: Fix client id in renew/release
7aa07ef call ipam.ExceDel after clean up device in netns fix #666
96c3af8 Add sysctl allowlist
08d0f33 portmap: fix checkPorts result when chain does not exist
dca23ad portmap: fix bug that new udp connection deletes all existing conntrack entries
ba47b49 Enhanced dad set to 1
2be2960 Add boolean to enable/disable dad
8ede7ee Disable DAD for container side veth
22dd6c5 firewall: support ingressPolicy=(open|same-bridge) for isolating bridges as in Docker
90e8e1f Fix host-device gofmt
3b2afc9 host-device: Bring interfaces up after moving into container
9649ec1 pkg/ns: use file system magic numbers from golang.org/x/sys/unix
0c12d8a gofmt
152e7a4 go mod tidy
4319bc4 build: bump to go 1.17
7a55617 Remove arp notify setting per comment
5d073d6 plugins: replace arping package with arp_notify
67110e0 fix #685
1324428 Ran go fmt so tests would pass
fd4c335 Fixed DHCP problem that broke when fast retry was added.
c9d0423 dhcp ipam: adjust retry mechanism
547a516 add ipam tests for dpdk device
3033fd2 add ipam support for dpdk device
d5a6569 ipvlan: Send Gratuitous ARP after IPs are set
27fdec5 dhcp ipam: fix client id
a1051f3 dhcp ipam: rename inconsistent options among files
c627ea8 dhcp ipam: add more options capable for sending
4b216e9 dhcp ipam: add fast retry
2bebd89 dhcp ipam: support customizing dhcp options
be383cf dhcp ipam: truncate client id to 254 bytes
6d1f71e dhcp ipam: print error correctly without format string
24259e7 dhcp ipam: using full config to regular the code
c16cff9 Allow setting sysctls on a particular interface
7cb3453 dhcp: remove implemented TODO
ceb34eb Don't redundantly filepath.Clean the output of filepath.Join
90c0185 Use crypto/rand.Read, not crypto.Reader.Read
081ed44 bridge: Add macspoofchk support
ba48f8a plugins: fix bug where support for CNI version 0.4.0 or 1.0.0 was dropped
62952ff vendor: bump to libcni v1.0.1
8ab2336 static ipam: do not parse the CIDR twice
2052c30 static ipam: improve error msgs when provisioning invalid CIDR
156e59c bump go to 1.16, other misc fixes
0818512 vendor: bump all direct dependencies
9b1666d vendor: bump to libcni v1.0
0e38a1d docs: Update the CI badge from Travis CI to GitHub Actions
24b3fbc bridge: Fix typo in error message for promiscuous mode
a49f908 ip: place veth peer in host namspace directly
a3cde17 bridge: Add mac field to specify container iface mac
a786b12 static ipam: decide wrong cidr error msg
0db5882 static ipam: stop wrapping net.ParseCIDR errors
5a40818 static ipam: show confusing error msg
2f9917e utils, hwaddr: Remove unused package
272f154 ip, link_linux: Remove unused SetHWAddrByIP function
77233dd plugins: remove flannel
4b180a9 refactor(win-bridge): netconf
9215e60 refactor(win-bridge): hcn api processing
93a5503 refactor(win-bridge): hns api processing
aa8c8c1 chore(win-bridge): location related
ec75bb8 chore(win-bridge): text related
c4d4aa7 Remove Bryan Boreham as maintainer
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking/openvswitch/openvswitch-git/systemd-create-runtime-dirs.patch')
0 files changed, 0 insertions, 0 deletions