Releases: harbur/captain
Releases · harbur/captain
v0.3.2
- #14 added support of --no-color flag
- Remove start of "remotes/origin" in git branches if exist
v0.3.1
- #13 Improved getting the list of git tags
v0.3.0
- #13 tag & push branch names in detached mode
v0.2.0
- #11 Pre commands should be skipped if image build is about to be skipped
- #12 Use docker inspect to check image existence instead of docker images API
v0.1.1
- Fixed documentation texts
v0.1.0
- #4 Captain should fail if captain build is given and no Dockerfile exists on project
- #7 Support new format for captain.yml
- #8 Add support for "pre" & "post" commands
- #9 Refactor: Implement filter of images globally
v0.0.2
- Fix issue with docker tagging
- #3 Downcase container image name to avoid invalid format
- #5 Add mapping of '/' char to '.' char whne translating from git tags to docker tags
- #6 Remove 'heads/origin' prefix from docker tags
Initial release
v0.0.1
Fixed filterImages with new format