diff --git a/_service b/_service index 6bd75e7..77860b6 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ git cni-plugins .git - v1.5.1 + v1.6.0 @PARENT_TAG@ enable v(.*) diff --git a/_servicedata b/_servicedata index 81f02f7..334ab34 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ https://github.com/containernetworking/plugins.git - c29dc79f96cd50452a247a4591443d2aac033429 \ No newline at end of file + fec2d62676cbe4f2fd587b4840c7fc021bead3f9 \ No newline at end of file diff --git a/cni-plugins-1.5.1.tar.xz b/cni-plugins-1.5.1.tar.xz deleted file mode 100644 index b6b3771..0000000 --- a/cni-plugins-1.5.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:681a5c79b48c26ab74dac1a587de043583b8e9a16f22c0b49b024bb72abf936b -size 2032368 diff --git a/cni-plugins-1.6.0.tar.xz b/cni-plugins-1.6.0.tar.xz new file mode 100644 index 0000000..6e0d117 --- /dev/null +++ b/cni-plugins-1.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2ff0ca1528fc4cc0fdc242ce0de4276a256b8a4f0a1feb6b3bf1ac32ebd3811 +size 2045436 diff --git a/cni-plugins.changes b/cni-plugins.changes index e7b5b4a..a9cd2cd 100644 --- a/cni-plugins.changes +++ b/cni-plugins.changes @@ -1,3 +1,42 @@ +------------------------------------------------------------------- +Tue Oct 22 05:29:37 UTC 2024 - madhankumar.chellamuthu@suse.com + +- Update to version 1.6.0: + * Pass status along ipam update + * feat(dhcp): Cancel backoff retry on stop + * fix(dhcp): can not renew an ip address + * build(deps): bump golang.org/x/sys in the golang group + * VRF: Wait for the local/host routes to be added + * add problem hint + * make test working again + * Revert "Merge pull request #921 from oOraph/dev/exclude_subnets_from_traffic_shapping2" + * resolve merge conflicts + * build(deps): bump the golang group across 1 directory with 2 updates + * host-device: use temp network namespace for rename + * Fix txqueuelen being accidentally set to zero + * Ignore link-local routes in SBR tests + * build(deps): bump the golang group with 3 updates + * ci, go.mod: bump to go 1.23 (#1094) + * dhcp: Add priority option to dhcp. + * .github: add check to verify vendor directory + * Add nftables backend to portmap + * Fix portmap unit tests + * Add a backend abstraction to the portmap plugin + * Add nftables implementation of ipmasq + * Vendor nftables library, add utils.SupportsIPTables and utils.SupportsNFTables + * Use of Scope for routes in IPAM + * SBR: option to pass the table id (#1088) + * Update containernetworking/cni to v1.2.3 for GC + * Update go-iptables + * macvlan: add bcqueuelen setting + * build(deps): bump the golang group across 1 directory with 4 updates + * build: update github.com/vishvananda/netlink to 1.3.0 + * Fix unnecessary retrying when the link is down in dhcp. + * test: bump go version + * .github: fix double-triggering CI + * Change chown to change current dir as well + * build(deps): bump the golang group with 2 updates + ------------------------------------------------------------------- Mon Jun 17 15:56:20 UTC 2024 - Enrico Belleri diff --git a/cni-plugins.spec b/cni-plugins.spec index 6643bdc..99a0410 100644 --- a/cni-plugins.spec +++ b/cni-plugins.spec @@ -1,7 +1,7 @@ # # spec file for package cni-plugins # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define cni_bin_dir %{_libexecdir}/cni %define cni_doc_dir %{_docdir}/cni-plugins Name: cni-plugins -Version: 1.5.1 +Version: 1.6.0 Release: 0 Summary: Container Network Interface plugins License: Apache-2.0