Accepting request 1158902 from devel:microos
New upstream release 1.4.0 (forwarded request 1155550 from dancermak) OBS-URL: https://build.opensuse.org/request/show/1158902 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cni-plugins?expand=0&rev=20
This commit is contained in:
commit
503882e2b1
8
_service
8
_service
@ -1,19 +1,19 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<service name="tar_scm" mode="manual">
|
||||
<param name="url">https://github.com/containernetworking/plugins.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">cni-plugins</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="revision">v1.3.0</param>
|
||||
<param name="revision">v1.4.0</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
</service>
|
||||
<service name="recompress" mode="disabled">
|
||||
<service name="recompress" mode="manual">
|
||||
<param name="file">cni-plugins-*.tar</param>
|
||||
<param name="compression">xz</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled">
|
||||
<service name="set_version" mode="manual">
|
||||
<param name="basename">cni-plugins</param>
|
||||
</service>
|
||||
</services>
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/containernetworking/plugins.git</param>
|
||||
<param name="changesrevision">38f18d26ecfef550b8bac02656cc11103fd7cff1</param></service></servicedata>
|
||||
<param name="changesrevision">1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc</param></service></servicedata>
|
BIN
cni-plugins-1.3.0.tar.xz
(Stored with Git LFS)
BIN
cni-plugins-1.3.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
3
cni-plugins-1.4.0.tar.xz
Normal file
3
cni-plugins-1.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b8bdf06cef650986d75b58162a4a6c8a46776e32b77a9b532ebaa4cee163f9f
|
||||
size 2163276
|
@ -1,3 +1,49 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 06 12:28:38 UTC 2024 - dcermak@suse.com
|
||||
|
||||
- Update to version 1.4.0:
|
||||
* build(deps): bump the golang group with 2 updates
|
||||
* Bump to golang:1.21-alpine in release.sh
|
||||
* Add CNI_NETNS_OVERRIDE for upcoming CNI change
|
||||
* build(deps): bump the golang group with 3 updates
|
||||
* revert some code in pr 962
|
||||
* bridge: fix spelling
|
||||
* bridge: remove useless firstV4Addr
|
||||
* bridge: remove useless check
|
||||
* Add ndisc_notify in ipvlan for ipv6 ndp
|
||||
* macvlan: enable ipv6 ndisc_notify
|
||||
* build(deps): bump google.golang.org/grpc from 1.50.1 to 1.56.3
|
||||
* build(deps): bump the golang group with 3 updates
|
||||
* dependabot: batch updates
|
||||
* fix workflow warnings
|
||||
* fix lint errors
|
||||
* macvlan cmdDel: replace the loadConf function with json.unmarshal
|
||||
* build(deps): bump github.com/onsi/gomega from 1.27.8 to 1.28.0
|
||||
* build(deps): bump golang.org/x/net from 0.10.0 to 0.17.0
|
||||
* build(deps): bump github.com/Microsoft/hcsshim from 0.9.9 to 0.11.1
|
||||
* build(deps): bump golang.org/x/sys from 0.10.0 to 0.13.0
|
||||
* Create IPAM files with 0600 permissions
|
||||
* build: Use POSIX sh for shell scripts
|
||||
* build(deps): bump actions/checkout from 3 to 4
|
||||
* ci(lint) extend timeout to 5 min
|
||||
* build(deps): bump github.com/coreos/go-iptables from 0.6.0 to 0.7.0
|
||||
* vrf: fix route filter to use output iface
|
||||
* test_linux.sh: Do not fail if called twice
|
||||
* meta: firewall: Fix firewalld test with non-abstract sockets
|
||||
* plugins: meta: portmap: Implement a teardown() fast path
|
||||
* utils: iptables: Use go-iptables' ChainExists()
|
||||
* spoofcheck: Make use of go-nft's ApplyConfigEcho()
|
||||
* test: install binaries using `go install`
|
||||
* build(deps): bump golang.org/x/sys from 0.9.0 to 0.10.0
|
||||
* [tuning]add ability to set tx queue len
|
||||
* build(deps): bump github.com/onsi/ginkgo/v2 from 2.9.2 to 2.11.0
|
||||
* build(deps): bump golang.org/x/sys from 0.7.0 to 0.9.0
|
||||
* Fix race conditions in DHCP test
|
||||
* Add routes propagation for VRF plugin
|
||||
* github: remove stale issue cleanup
|
||||
* tap: allow for a tap device to be created as a bridge port
|
||||
* build(deps): bump alpine in /.github/actions/retest-action
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 09:40:50 UTC 2023 - Dan Čermák <dcermak@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define cni_bin_dir %{_libexecdir}/cni
|
||||
%define cni_doc_dir %{_docdir}/cni-plugins
|
||||
Name: cni-plugins
|
||||
Version: 1.3.0
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Container Network Interface plugins
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user