diff --git a/.gitignore b/.gitignore
index 6b225d0..0ac065c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-SOURCES/pykickstart-1.99.43.10.tar.gz
+SOURCES/pykickstart-1.99.43.17.tar.gz
diff --git a/.pykickstart.metadata b/.pykickstart.metadata
index a0ea513..ccf7a68 100644
--- a/.pykickstart.metadata
+++ b/.pykickstart.metadata
@@ -1 +1 @@
-aacad14ecf9852fc35787f2ba50640b1b2ab6083 SOURCES/pykickstart-1.99.43.10.tar.gz
+590158998db4eb86711d0d1f1984350376025890 SOURCES/pykickstart-1.99.43.17.tar.gz
diff --git a/SPECS/pykickstart.spec b/SPECS/pykickstart.spec
index 3f38ed1..c473a91 100644
--- a/SPECS/pykickstart.spec
+++ b/SPECS/pykickstart.spec
@@ -3,7 +3,7 @@
 Summary:  A python library for manipulating kickstart files
 Name: pykickstart
 Url: http://fedoraproject.org/wiki/pykickstart
-Version: 1.99.43.10
+Version: 1.99.43.17
 Release: 1%{?dist}
 # This is a Red Hat maintained package which is specific to
 # our distribution.  Thus the source is only available from
@@ -54,6 +54,39 @@ make test
 %{_mandir}/man1/*
 
 %changelog
+* Tue Oct 07 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.17-1
+- Allow recommended flag for non-prexisting logical volumes (#1149718) (amulhern)
+
+* Thu Oct 02 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.16-1
+- Add support for specifying thin pool profile (vpodzime)
+
+* Tue Sep 30 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.15-1
+- network: add support for bridge (#1075195) (rvykydal)
+
+* Wed Sep 24 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.14-1
+- Make --size and --percent mutually exclusive in logvol (RHEL7). (dlehman)
+- Some tests for --size and --percent (#1117908) (amulhern)
+- Update tests where necessary with --size flag (#1117908) (amulhern)
+- Supply regex values for assert_parse_error calls in logvol.py (#1117908) (amulhern)
+- Check the regular expression when asserting a parse error (#1117908) (amulhern)
+- Add tests for --interfacename validation (mkolman)
+- Validate network interface name when parsing the kickstart (#1081982) (mkolman)
+- Move some statically detectable kickstart errors out of anaconda (#1117908) (amulhern)
+
+* Thu Aug 28 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.13-1
+- Use the right bootloader command version for RHEL7 and F19. (clumens)
+- Do not set any magic default PE size in pykickstart (vpodzime)
+- Add an option to disable even installing the core group. (clumens)
+- Add a new bootloader --disabled option. (clumens)
+
+* Tue Aug 12 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.12-1
+- Add --install flag to repo command (#1119867) (bcl)
+
+* Fri Aug 01 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.11-1
+- Add autopart --fstype support (#1112697) (bcl)
+- ostreesetup: Fix noGpg attribute (walters)
+- ostreesetup: New command (walters)
+
 * Wed Feb 26 2014 Chris Lumens <clumens@redhat.com> - 1.99.43.10-1
 - Add network --interfacename option for vlans (#1061646) (rvykydal)