]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-deploy.git/commitdiff
update the changelog, bump the version number to 1.2.1 45/head
authorAlfredo Deza <alfredo@deza.pe>
Thu, 15 Aug 2013 21:08:23 +0000 (17:08 -0400)
committerAlfredo Deza <alfredo@deza.pe>
Thu, 15 Aug 2013 21:08:23 +0000 (17:08 -0400)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
CHANGELOG.rst
ceph_deploy/__init__.py

index 1a57a4838f797b4b9e78c15a7c6d909b65801105..4239bcd3dac42a39278b61a49a1fbce463c0e81a 100644 (file)
@@ -5,6 +5,10 @@
 * Add a ``--version`` flag
 * Show the version in the help menu
 * Catch ``DeployError`` exceptions nicely with the logger
+* Fix blocked command when calling ``mon create``
+* default to ``dumpling`` for installs
+* halt execution on remote exceptions
+
 
 1.2
 ---
index fd99c36271a0cc82069a3be5f3caf3ee03b85f04..ff3e682102e3b4eb2463a33c63a89bfe8d17c4c9 100644 (file)
@@ -1,3 +1,3 @@
 
-__version__ = '1.2.1b'
+__version__ = '1.2.1'