Skip to content

Tags: mpalmer/moby-derp

Tags

v0.8.0

Toggle v0.8.0's commit message
Secrets and lies (well, hostnames, anyway)

Been a while, hasn't it... anyway, we've got a few bugfixes, and some hawt container restart action.
But the reason you'll want to update is that you no longer have to store your secrets in the pod config file, but can inject them into the container's runtime config via a new `environment_files` container config hash.
Very secure, much wow, as the cool kids say.

v0.7.2

Toggle v0.7.2's commit message
Bugs squashed, happiness achieved

This release fixes a couple of small glitches in container freshness checking and
corner cases in image specifications.

v0.7.1

Toggle v0.7.1's commit message
Workaround IPv6 address limitation on the 'bridge' network

v0.7.0

Toggle v0.7.0's commit message
Container pruning and credential helper support

The final corner-case of "what happens when a running container is no longer in the
pod definition?" is implemented.  Also added support for fetching credentials from `config.json`
and credential helpers defined therein.

v0.6.0

Toggle v0.6.0's commit message
Add support for start-time health checking

Sometimes you just want to know that your containers are healthy before moving
on.  Now you can.

v0.5.0

Toggle v0.5.0's commit message
Tweaks and tidies

v0.4.1

Toggle v0.4.1's commit message
Now with root labels!

v0.4.0

Toggle v0.4.0's commit message
Make exposed ports actually work

Hurrah hurroo hurray!

v0.3.3

Toggle v0.3.3's commit message
Tweak Docker timeouts, command-line output

v0.3.2

Toggle v0.3.2's commit message
Fix /etc/resolv.conf mounting