Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Releases: juju-solutions/charms.docker

Merge pull request #41 from chuckbutler/0.1.18-release

27 Sep 22:38
Compare
Choose a tag to compare

Extended status from inspect

03 Mar 20:17
Compare
Choose a tag to compare

Includes a fix for #35

  • Provides extended status verbosity (optional) when inspecting health checks.

Docker cli extensions

19 Aug 20:10
Compare
Choose a tag to compare

Adds the following methods to the Docker module:

  • kill()
  • rm()
  • wait()
  • pedantic_kill() to work around a bug in the docker project.

Fixes the running() method to work correctly.

Private Repository Login release

13 May 01:02
Compare
Choose a tag to compare

Adds the capacity to log into private repositories by specifying them to the login method.

from charms.docker import Docker
docker = Docker()
docker.login('username', 'secrets', 'username@subspace.org', registry='http://subspace.org:2377')

0.1.7: Merge pull request #21 from simonklb/issue-20

13 May 01:02
Compare
Choose a tag to compare
Add support for login to private registry servers

Going Stable

01 Apr 00:47
Compare
Choose a tag to compare

0.1.0 shipped with some inconsistencies in the packaging, as well as 0.1.1, so they have both been marked as pre-release and are not recommended for use by anyone.

Charms.Docker 0.1.2

This release brings with it quite a few new things:

  • Full documentation which can now be viewed over at http://pythonhosted.org/charms.docker
  • A complete compose implementation (supporting 98% of all the compose options and arguments)
  • Extended test coverage at 97%
  • A sane import format for the 4 core modules (but retains backwards compatibility with the pre 0.1.x releases)
from charms.docker import Compose
from charms.docker import DockerOpts
from charms.docker import Docker
from charms.docker import Workspace

As always, if you have any issues with this release please file them on the issue tracker. Comments, questions, and pull requests area always welcome.

Happy hacking!

0.1.1: Cleanup the VERSION file business

31 Mar 23:58
Compare
Choose a tag to compare
I clearly dont know what i'm doing wrong here with the packaging so I'm
pulling the VERSION file for now, and instead will have to remember to
rev the version id in setup.py as well as docs/source/conf.py

small price to pay to unbreak the version living in pypi

0.1.0: Merge pull request #14 from chuckbutler/Docs

01 Apr 00:48
Compare
Choose a tag to compare
Docs to go with the 0.1.0 release