This repository has been archived by the owner on Jul 12, 2018. It is now read-only.
Releases: mattes/fugu
Releases · mattes/fugu
v1.1.1
v1.1.0
v1.0.0
- 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
andpull
. - New commands:
show-data
andshow-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
v0.1.7
v0.1.6
v0.1.5
v0.1.4
v0.1.3
- fixed fugu destroy when missing docker container name
- new feature: parse $ENV vars in arguments