From: Alfredo Deza Date: Tue, 1 Oct 2013 19:45:13 +0000 (-0400) Subject: bump the version and changelog, getting ready for 1.2.7 X-Git-Tag: v1.2.7~4^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F96%2Fhead;p=ceph-deploy.git bump the version and changelog, getting ready for 1.2.7 Signed-off-by: Alfredo Deza --- diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c6879f1..4449fee 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,21 @@ 1.2.7 ----- * Ensure local calls to ceph-deploy do not attempt to ssh. +* ``mon create-initial`` command to deploy all defined mons, wait for them to + form quorum and finally to gatherkeys. +* Improve help menu for mon commands. +* Add ``--fs-type`` option to ``disk`` and ``osd`` commands (Thanks Benoit + Knecht) +* Make sure we are using ``--cluster`` for remote configs when starting ceph +* Fix broken ``mon destroy`` calls using the new hostname resolution helper +* Add a helper to catch common monitor errors (reporting the status of a mon) +* Normalize all configuration options in ceph-deploy (Thanks Andrew Woodward) +* Use a ``cuttlefish`` compatible ``mon_status`` command +* Make ``osd activate`` use the new remote connection libraries for improved + readability. +* Make ``disk zap`` also use the new remote connection libraries. +* Handle any connection errors that may came up when attempting to get into + remote hosts. 1.2.6 ----- diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index 6f7835d..35d767a 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.2.6' +__version__ = '1.2.7'