Skip to content

Commit

Permalink
Version 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Aug 21, 2014
1 parent e0c86f5 commit 844de45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stampede-wrapper/service.template
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Environment=CATTLE_VERSION=dev
Environment=CATTLE_LIBVIRT_VERSION=dev
Environment=CATTLE_AGENT_INSTANCE_IMAGE_TAG=dev
EnvironmentFile=-/etc/environment
ExecStartPre=/usr/bin/docker run --rm -v /opt/bin:/opt/bin ibuildthecloud/systemd-docker:0.1.0
ExecStartPre=/usr/bin/docker run --rm -v /opt/bin:/opt/bin ibuildthecloud/systemd-docker:0.1.1
ExecStart=/bin/bash -c "/usr/bin/docker run --rm cattle/stampede-wrapper:${STAMPEDE_VERSION} %n | bash"
Restart=always
RestartSec=10s
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
STAMPEDE_VERSION=0.3.0
STAMPEDE_VERSION=0.3.1
CATTLE_VERSION=0.3.0
CATTLE_LIBVIRT_VERSION=${CATTLE_VERSION}
CATTLE_AGENT_INSTANCE_IMAGE_TAG=${CATTLE_VERSION}

0 comments on commit 844de45

Please sign in to comment.