diff --git a/.cockpit-podman.metadata b/.cockpit-podman.metadata
index f03e5c4..1d29bf7 100644
--- a/.cockpit-podman.metadata
+++ b/.cockpit-podman.metadata
@@ -1 +1 @@
-9fc4a24cce49a2836782bf7b431405d08871c4af SOURCES/cockpit-podman-52.tar.xz
+794d1247b8eacd2c31ce26fc8a043234252f53ed SOURCES/cockpit-podman-53.tar.xz
diff --git a/.gitignore b/.gitignore
index 8387da3..66e7f91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/cockpit-podman-52.tar.xz
+SOURCES/cockpit-podman-53.tar.xz
diff --git a/SPECS/cockpit-podman.spec b/SPECS/cockpit-podman.spec
index b1ff2c2..6949d97 100644
--- a/SPECS/cockpit-podman.spec
+++ b/SPECS/cockpit-podman.spec
@@ -1,6 +1,6 @@
 
 Name:           cockpit-podman
-Version: 52
+Version: 53
 Release:        1%{?dist}
 Summary:        Cockpit component for Podman containers
 License:        LGPLv2+
@@ -38,6 +38,10 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/metainfo/*
 %{_datadir}/metainfo/*
 
 %changelog
+* Thu Sep 15 2022 Jindrich Novy <jnovy@redhat.com> - 53-1
+- update to https://github.com/cockpit-project/cockpit-podman/releases/tag/53
+- Related: #2062697
+
 * Wed Aug 24 2022 Jindrich Novy <jnovy@redhat.com> - 52-1
 - update to https://github.com/cockpit-project/cockpit-podman/releases/tag/52
 - Related: #2061390