Skip to content

Releases: bibendi/dip

2.0.0

11 Apr 11:28
567679a
Compare
Choose a tag to compare

Changelog:

  • Run dnsdock on a random port by default.
  • Added DIP_DNS environment variable which contains ip of running dnsdock.
  • Added new command dip dns ip.
  • Removed --ip option from dns and nginx in favor of --publish.
  • Added --net option for dns up command.
  • Added --domain option for nginx which is docker by default. All *.docker requests will be proxied through nginx.
  • Updated README with instructions for dns.
curl -L https://github.com/bibendi/dip/releases/download/2.0.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

1.1.0

05 Apr 04:28
36a4682
Compare
Choose a tag to compare

Changelog:

  • Change default image for nginx-proxy
  • Update installation instructions
curl -L https://github.com/bibendi/dip/releases/download/1.1.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

1.0.2

05 Dec 13:27
92c5a45
Compare
Choose a tag to compare

Changelog:

  • Run ssh agent without --rm from right place 🙈
curl -L https://github.com/bibendi/dip/releases/download/1.0.2/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

1.0.1

05 Dec 12:21
b2694e4
Compare
Choose a tag to compare

Changelog:

  • Run ssh agent without --rm
curl -L https://github.com/bibendi/dip/releases/download/1.0.1/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

1.0.0

05 Dec 11:57
a8581cc
Compare
Choose a tag to compare

Changelog:

  • Add options for dns: name, domain, image
  • Change default network name for nginx to frontend
  • Add compose_method to config. Add command to command with subcomands …

Now you can write like this:

rails:
  service: app
  command: bundle exec rails
  subcommands:
    s:
      service: web
      compose_method: up
curl -L https://github.com/bibendi/dip/releases/download/1.0.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

0.11.1

20 Nov 07:18
5ce4252
Compare
Choose a tag to compare

Changelog:

  • Add docs for Docker for Mac
  • Don't remove a network when nginx down
curl -L https://github.com/bibendi/dip/releases/download/0.11.1/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

0.11.0

14 Nov 10:37
Compare
Choose a tag to compare

Changelog:

  • Run ssh agent with autoremove
  • Add nginx proxy command
curl -L https://github.com/bibendi/dip/releases/download/0.11.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

UBUNTU USERS NEED HELP

./script/build_linux

+ docker run --rm -v /Users/merkushin/code/dip:/app -w /app crystallang/crystal crystal build --release src/app.cr -o dip-Linux-x86_64

Unable to find image 'crystallang/crystal:latest' locally
latest: Pulling from crystallang/crystal

crystal: /var/cache/omnibus/src/llvm/llvm-3.8.1.src/lib/CodeGen/LexicalScopes.cpp:160: llvm::LexicalScope* llvm::LexicalScopes::getOrCreateRegularScope(const llvm::DILocalScope*): Assertion `cast<DISubprogram>(Scope)->describes(MF->getFunction())' failed.
/usr/bin/crystal: line 102:    28 Aborted                 "$INSTALL_DIR/embedded/bin/crystal" "$@"

0.10.0

24 May 11:18
Compare
Choose a tag to compare

Changelog:

  • Allow to setup compose run options (#16)
curl -L https://github.com/bibendi/dip/releases/download/0.10.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

0.9.0

14 Feb 07:27
Compare
Choose a tag to compare

Changelog:

  • Add shell completion
  • With ❤️
curl -L https://github.com/bibendi/dip/releases/download/0.9.0/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip

0.8.1

17 Nov 16:14
Compare
Choose a tag to compare

Changelog:

  • Don't panic unless dip.yml exists
curl -L https://github.com/bibendi/dip/releases/download/0.8.1/dip-`uname -s`-`uname -m` > /usr/local/bin/dip
chmod +x /usr/local/bin/dip