]> git-server-git.apps.pok.os.sepia.ceph.com Git - remoto.git/commitdiff
changelog: update for 1.0.0
authorAlfredo Deza <alfredo@deza.pe>
Wed, 13 Feb 2019 20:03:43 +0000 (15:03 -0500)
committerAlfredo Deza <alfredo@deza.pe>
Wed, 13 Feb 2019 20:14:36 +0000 (15:14 -0500)
Signed-off-by: Alfredo Deza <alfredo@deza.pe>
CHANGELOG.rst

index 3c35b1b37f92129674c0c891c99500a61c684853..ddd8ea8fa528089837e77e3fcc020652b9d5dabc 100644 (file)
@@ -1,3 +1,21 @@
+1.0.0
+-----
+13-Feb-2019
+
+* Create other connection backends aside from ssh and local: kubernetes,
+  podman, docker, and openshift.
+* Adds new remote function/module execution model for non-native (for execnet) backends, so that
+  modules will work in backends like kubernetes.
+* Create a helper (``remoto.connection.get()``) for retrieving connection
+  backends based on strings
+* Increase the test coverage.
+* Allow using ``localhost``, ``127.0.0.1``, and ``127.0.1.1`` to detect local
+  connections (before the full hostname was required, as returned by
+  ``socket.gethostname()``)
+* No longer require creating ``logging`` loggers to pass in to connection
+  classes, it will create a basic one when undefined.
+
+
 0.0.35
 ------
 8-Jan-2019