diff --git a/_service b/_service
index 273682b..e2742c2 100644
--- a/_service
+++ b/_service
@@ -4,8 +4,8 @@
git
@PARENT_TAG@
[v]?([^\+]+)(.*)
-v2.0.30
-enable
+v2.1.0
+disable
conmon-*.tar
diff --git a/conmon-2.0.30.tar.xz b/conmon-2.0.30.tar.xz
deleted file mode 100644
index d01d088..0000000
--- a/conmon-2.0.30.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9051b921347d69addbab22bee4a7c34ee486099d76c2dd043b53b7b70efa87ce
-size 140728
diff --git a/conmon-2.1.0.tar.xz b/conmon-2.1.0.tar.xz
new file mode 100644
index 0000000..e744ec1
--- /dev/null
+++ b/conmon-2.1.0.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:44006a97ceed73b8aa0fb2e1375d8ef38ef13300b81923f73fd3cf7244069d18
+size 139144
diff --git a/conmon.changes b/conmon.changes
index d580dd3..a3ce512 100644
--- a/conmon.changes
+++ b/conmon.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Thu May 5 15:46:07 UTC 2022 - Ferdinand Thiessen
+
+- Update to version 2.1.0
+ * logging: buffer partial messages to journald
+ * exit: close all fds >= 3
+ * fix: cgroup: Free memory_cgroup_file_path if open fails.
+ Call g_free instead of free.
+- Update to version 2.0.32
+ * Fix: Avoid mainfd_std{in,out} sharing the same file descriptor.
+ *exit_command: Fix: unset subreaper attribute before running exit command
+- Update to version 2.0.31
+ * logging: new mode -l passthrough
+ * ctr_logs: use container name or ID as SYSLOG_IDENTIFIER for journald
+ * conmon: Fix: free userdata files before exec cleanup
+
-------------------------------------------------------------------
Fri Sep 24 07:31:03 UTC 2021 - Paolo Stivanin
diff --git a/conmon.spec b/conmon.spec
index 889224c..767d3a1 100644
--- a/conmon.spec
+++ b/conmon.spec
@@ -1,7 +1,7 @@
#
# spec file for package conmon
#
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: conmon
-Version: 2.0.30
+Version: 2.1.0
Release: 0
Summary: An OCI container runtime monitor
License: Apache-2.0