diff --git a/_service b/_service
index ad0781f..9718263 100644
--- a/_service
+++ b/_service
@@ -1,19 +1,19 @@
-
+
https://github.com/containernetworking/plugins.git
git
cni-plugins
.git
- v1.3.0
+ v1.4.0
@PARENT_TAG@
enable
v(.*)
-
+
cni-plugins-*.tar
xz
-
+
cni-plugins
diff --git a/_servicedata b/_servicedata
index 5b14538..4c40da9 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
https://github.com/containernetworking/plugins.git
- 38f18d26ecfef550b8bac02656cc11103fd7cff1
\ No newline at end of file
+ 1fb5bf669e42cd208008e52d45b41fe2c3eb8dbc
\ No newline at end of file
diff --git a/cni-plugins-1.3.0.tar.xz b/cni-plugins-1.3.0.tar.xz
deleted file mode 100644
index 168843a..0000000
--- a/cni-plugins-1.3.0.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:7aa9ceede5b64787d409b1d05334bece4c623bf9434bdf86217eafcd17499ea6
-size 1965136
diff --git a/cni-plugins-1.4.0.tar.xz b/cni-plugins-1.4.0.tar.xz
new file mode 100644
index 0000000..42a9a98
--- /dev/null
+++ b/cni-plugins-1.4.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:4b8bdf06cef650986d75b58162a4a6c8a46776e32b77a9b532ebaa4cee163f9f
+size 2163276
diff --git a/cni-plugins.changes b/cni-plugins.changes
index cf05325..c0d9690 100644
--- a/cni-plugins.changes
+++ b/cni-plugins.changes
@@ -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
diff --git a/cni-plugins.spec b/cni-plugins.spec
index b9a9425..67a30eb 100644
--- a/cni-plugins.spec
+++ b/cni-plugins.spec
@@ -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