diff --git a/.gitignore b/.gitignore
index 0f88f46..d5a51e5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/vdo-17879e8.tar.gz
+SOURCES/vdo-c1289db.tar.gz
diff --git a/.vdo.metadata b/.vdo.metadata
index 25ee9c2..1e84824 100644
--- a/.vdo.metadata
+++ b/.vdo.metadata
@@ -1 +1 @@
-a840e5948ec5572c2e8ad9dde211f9687a9a89ef SOURCES/vdo-17879e8.tar.gz
+bf6937f109489cd71ef16e4d2f8bca6ca33beb0e SOURCES/vdo-c1289db.tar.gz
diff --git a/SPECS/vdo.spec b/SPECS/vdo.spec
index 22a06b0..c2a0265 100644
--- a/SPECS/vdo.spec
+++ b/SPECS/vdo.spec
@@ -1,5 +1,5 @@
-%global commit           17879e8178f5699204e2cb9f80b11e14a76350eb
-%global gittag           6.2.6.14
+%global commit           c1289db707c926439dbdd661476d608b10d2ec9b
+%global gittag           6.2.7.17
 %global shortcommit      %(c=%{commit}; echo ${c:0:7})
 
 %define spec_release 14
@@ -242,6 +242,14 @@ This package provides the user-space support tools for VDO.
 %{_mandir}/man8/vdoregenerategeometry.8.gz
 
 %changelog
+* Mon Jul 18 2022 - Andy Walsh <awalsh@redhat.com> - 6.2.7.17-14
+- Fixed excessive vdo2lvm "Retrying" messages.
+- Resolves: rhbz#1986595
+- Fixed a pylint 2+ complaint in the vdo scripts.
+- Resolves: rhbz#2072131
+- Updated vdo script documentation and help text for the uuid option.
+- Resolves: rhbz#2089957
+
 * Fri Feb 11 2022 - Andy Walsh <awalsh@redhat.com> - 6.2.6.14-14
 - Added a tool to make LVMVDO pools read/write so that support and
   debugging tools may access them.