diff --git a/_service b/_service
index 57aa457..0a7754b 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
git
@PARENT_TAG@
[v]?([^\+]+)(.*)
-v2.1.7
+v2.1.8
disable
diff --git a/conmon-2.1.7.tar.xz b/conmon-2.1.7.tar.xz
deleted file mode 100644
index 5eae994..0000000
--- a/conmon-2.1.7.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:9b56d661f151aae69b575b6b6bb35958df0bd9803c341fea98bcbd53c011d072
-size 137416
diff --git a/conmon-2.1.8.tar.xz b/conmon-2.1.8.tar.xz
new file mode 100644
index 0000000..fd02900
--- /dev/null
+++ b/conmon-2.1.8.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:229bed08c810956c25d1f1a67d4a17221e21cf1b9cb181ce0fedc9a68e8973e5
+size 102828
diff --git a/conmon.changes b/conmon.changes
index 55b47ab..f5b40f5 100644
--- a/conmon.changes
+++ b/conmon.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Wed Sep 6 05:41:47 UTC 2023 - Danish Prakash
+
+- Update to version 2.1.8:
+ * stdio: ignore EIO for terminals
+ * ensure console socket buffers are properly sized
+ * conmon: drop return after pexit()
+ * ctrl: make accept4 failures fatal
+ * logging: avoid opening /dev/null for each write
+ * oom: restore old OOM score
+ * Use default umask 0022
+ * cli: log parsing errors to stderr
+ * Changes to build conmon for riscv64
+ * Changes to build conmon for ppc64le
+ * Fix close_other_fds on FreeBSD
+
-------------------------------------------------------------------
Wed Mar 15 14:36:27 UTC 2023 - Dan Čermák
diff --git a/conmon.spec b/conmon.spec
index bde325f..755e238 100644
--- a/conmon.spec
+++ b/conmon.spec
@@ -1,7 +1,7 @@
#
# spec file for package conmon
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 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.1.7
+Version: 2.1.8
Release: 0
Summary: An OCI container runtime monitor
License: Apache-2.0