diff --git a/.conmon.metadata b/.conmon.metadata
index 7b71dc1..79d4449 100644
--- a/.conmon.metadata
+++ b/.conmon.metadata
@@ -1 +1 @@
-e533e70b592317ab18e0229f3361ddf297824d0b SOURCES/conmon-29c3367.tar.gz
+0acbcea94776786b1d2f86fab3c90eba8ba833fd SOURCES/v2.0.17.tar.gz
diff --git a/.gitignore b/.gitignore
index 3396aa8..c9f7341 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/conmon-29c3367.tar.gz
+SOURCES/v2.0.17.tar.gz
diff --git a/SPECS/conmon.spec b/SPECS/conmon.spec
index 9e0e097..c957c57 100644
--- a/SPECS/conmon.spec
+++ b/SPECS/conmon.spec
@@ -14,22 +14,16 @@
 %global repo conmon
 # https://github.com/containers/conmon
 %global import_path %{provider}.%{provider_tld}/%{project}/%{repo}
-%global commit0 29c336700f2999acf9db07662b4a61355076e64a
-%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
 %global git0 https://%{import_path}
 
-# Used for comparing with latest upstream tag
-# to decide whether to autobuild (non-rawhide only)
-%global built_tag v2.0.1
-
 Name: %{repo}
 Epoch: 2
-Version: 2.0.6
+Version: 2.0.17
 Release: 1%{?dist}
 Summary: OCI container runtime monitor
 License: ASL 2.0
 URL: %{git0}
-Source0: %{git0}/archive/%{commit0}/%{name}-%{shortcommit0}.tar.gz
+Source0: %{git0}/archive/v%{version}.tar.gz
 BuildRequires: gcc
 BuildRequires: git
 BuildRequires: glib2-devel
@@ -39,7 +33,7 @@ BuildRequires: systemd-devel
 %{summary}.
 
 %prep
-%autosetup -Sgit -n %{name}-%{commit0}
+%autosetup -Sgit
 
 %build
 %{__make} all
@@ -56,6 +50,18 @@ BuildRequires: systemd-devel
 %{_bindir}/%{name}
 
 %changelog
+* Tue May 26 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.17-1
+- update to https://github.com/containers/conmon/releases/tag/v2.0.17
+- Related: RHELPLAN-39206
+
+* Wed May 13 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.16-1
+- update to https://github.com/containers/conmon/releases/tag/v2.0.16
+- Related: RHELPLAN-39206
+
+* Mon Apr 06 2020 Jindrich Novy <jnovy@redhat.com> - 2:2.0.15-1
+- update to 2.0.15
+- Related: #1821204
+
 * Wed Dec 11 2019 Jindrich Novy <jnovy@redhat.com> - 2:2.0.6-1
 - update to 2.0.6
 - Related: RHELPLAN-25139