Skip to content

Releases: girvo/dup

v1.0.6

03 Mar 03:27
Compare
Choose a tag to compare

Changes

  • Updated Docker version number handling to deal with v17.3 styled numbers, as the new version of Docker will be released every quarter

v1.0.5

24 Jan 03:45
Compare
Choose a tag to compare

Bugs

  • Updates Docker version check to so Dup runs with Docker 1.13

v1.0.4

23 Nov 00:50
Compare
Choose a tag to compare

Bugs

  • Fixing incorrect default VIRTUAL_HOST when not set in env

v1.0.3

22 Nov 00:57
Compare
Choose a tag to compare

Bugs

  • Fixes the hostname issue with composite VIRTUAL_HOST env-vars

v1.0.2

21 Oct 01:45
Compare
Choose a tag to compare

Bugs

  • Fixes a bug in v1.0.1 which broke dup build

v1.0.1

21 Oct 00:39
Compare
Choose a tag to compare
  • Adds shell quoting to improve security of how Docker commands are executed
  • Prints the full "docker build …" command run for a "dup build"
  • Fixes a bug in v1.0.0 which broke dup up

v1.0.0-RC5

07 Oct 08:19
Compare
Choose a tag to compare
v1.0.0-RC5 Pre-release
Pre-release

Features

  • Supports optional "image" setting in "db" config for PostgreSQL containers only. The "image" setting can specify a custom Docker image name/tag for the database container.

v1.0.0-RC4

06 Oct 04:51
Compare
Choose a tag to compare
v1.0.0-RC4 Pre-release
Pre-release

Bugs

  • Fixes dup up problem with "db": { "type": "none" } projects

v1.0.0-RC3

04 Oct 07:26
Compare
Choose a tag to compare
v1.0.0-RC3 Pre-release
Pre-release

Features

  • TravisCI support
  • Added unit-tests

Bugs

  • Fixed issue #17
  • Fixed broken dup up

v1.0.0-RC2

28 Sep 07:10
Compare
Choose a tag to compare
v1.0.0-RC2 Pre-release
Pre-release

Features

  • Removes need for .up.state file
  • Adds docker version check
  • Colourised output 🌈

Bugs

  • Fixed VIRTUAL_HOST default value bug