Skip to content
This repository has been archived by the owner on Jul 12, 2018. It is now read-only.

Releases: mattes/fugu

v1.1.1

08 Apr 00:31
Compare
Choose a tag to compare
  • fix label selection issue

v1.1.0

02 Apr 00:53
Compare
Choose a tag to compare
  • fix label parsing bug #13
  • new command: fugu shell #15
  • fix fugu show-data bug that prevented to display default label
  • breaking change: reverse fugu exec to docker defaults (interactive and tty) #14
  • breaking change: in fugu.go DockerCommands receives collector, too

v1.0.0

30 Mar 18:15
Compare
Choose a tag to compare
  • Complete code base was re-written to allow quicker additions of new features/ commands
  • All the config merging logic was outsourced to github.com/mattes/go-collect
  • New command: images (shows images in remote registries as well)
  • New cmmands: push and pull.
  • New commands: show-data and show-labels
  • New feature: fugu build --tag-git-branch
  • New "global" arg: --dry-run
  • --help now shows all available options (from docker and from fugu)
  • github.com/mattes/fugu is a library and could be included into other projects
  • YAML inheritance in fugu files doesn't require the label: *label definition anymore.
    See fugu.inheritance.yml example.
  • Breaking change: While the command line usage was
    fugu <command> [fugufile] [label] [docker-options] [command] [args...]
    in fugu < v1, it is now:
    fugu COMMAND [LABEL] [arg...].
    Fugufile is now specified via --source=file://fugu.yml.
  • Check out the complete usage.

v0.1.8

13 Mar 12:29
Compare
Choose a tag to compare
  • return exit code > 0 if docker command fails
  • introduce godep
  • add latest docker args

v0.1.7

17 Dec 21:38
Compare
Choose a tag to compare
v0.1.7 Pre-release
Pre-release
  • fixed a --tag bug when running fugu build, see #10

v0.1.6

10 Nov 07:04
Compare
Choose a tag to compare
v0.1.6 Pre-release
Pre-release
  • fix fugu run issues and improve fugu exec

v0.1.5

04 Nov 01:10
Compare
Choose a tag to compare
v0.1.5 Pre-release
Pre-release
  • fugu exec feature

v0.1.4

07 Oct 10:17
Compare
Choose a tag to compare
v0.1.4 Pre-release
Pre-release
  • fix fugufile find helper

v0.1.3

17 Sep 16:06
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release

v0.1.2

15 Sep 16:00
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
  • fix fugu run /bin/bash