Skip to content

Commit

Permalink
Maestro 0.2.7
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Petazzoni <maxime.petazzoni@bulix.org>
  • Loading branch information
mpetazzoni committed Sep 14, 2015
1 parent 9042f57 commit 3c0437a
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions docs/changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,35 @@
ChangeLog
=========

Maestro 0.2.7
-------------

_September 14th, 2015_

This release contains lots of improvements to keep Maestro moving
forward and compatible with Docker and its fast-moving pace! Starting
from this release the documentation has also moved to ReadTheDocs.org
and will progressively be updated to fit into their page structure.

* Display image tag of the running image for running containers.
* Add support for `cap_add` and `cap_drop` parameters.
* Lots of Python3 compatibility fixes; using MaestroNG with Python3
should now be possible.
* Use the same Jinja2 extensions and environment when reading an
environment file from STDIN than when reading from file, allowing for
the same references to environment variables and uses of includes.
* Rework auditing to track individual events (more verbose).
* Bump docker-py requirement to 1.3.0 and use a default Docker API
version of 1.15 (instead of 1.10, which is no longer supported by the
most recent versions of Docker).
* Control of the API version used when talking to a Docker daemon is now
possible via the `api_version` parameter to the Ship's constructor.
* Add support for Docker logging drivers via the support of the
`logconfig` parameters.
* Optimize `maestro logs` command, even continuing to follow the logs if
the underlying container gets restarted.
* Fix concurrent pulling of the same image on the same ship.

Maestro 0.2.6.2
---------------

Expand Down
2 changes: 1 addition & 1 deletion maestro/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
name = 'maestro-ng'
version = '0.2.6.2'
version = '0.2.7'

0 comments on commit 3c0437a

Please sign in to comment.