From: Alfredo Deza Date: Tue, 29 Oct 2013 15:54:34 +0000 (-0400) Subject: bump the changelog and version getting ready for a release X-Git-Tag: v1.3~7^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d69aa849245cff2c18b812f32fed5a8cbad72ff4;p=ceph-deploy.git bump the changelog and version getting ready for a release Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/__init__.py b/ceph_deploy/__init__.py index 35d767a..e1366df 100644 --- a/ceph_deploy/__init__.py +++ b/ceph_deploy/__init__.py @@ -1,3 +1,3 @@ -__version__ = '1.2.7' +__version__ = '1.3' diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 37ca55b..a139012 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -2,6 +2,11 @@ ---------------- * Major refactoring for all the remote connections in ceph-deploy. With global and granular timeouts. +* Raise the log level for missing keyrings +* Allow ``--username`` to be used for connecting over SSH +* Increase verbosity when MDS fails, include the exit code +* Do not remove ``/etc/ceph``, just the contents +* Use ``rcceph`` instead of service for SUSE 1.2.7 -----