Releases: superterran/mach
0.2.2
better inline comments
Documentation Updates and Tweaks
Mostly bug fixes from using it day-to-day and updates to the documentation
0.2.0
This adds backup
and restore
commands to the mix, which will allow you to transfer docker-machine certificates between local systems and S3 buckets. Use this with IAM users to share machines with people.
0.1.0
v0.0.3
Implements some unit testing and monitoring of test coverage. Coverage is actually fairly low, but that's because I can't seem to get it to do some docker functions in the test context. Will try to improve, and expect it will go up dramatically as we add logic. Also fleshes out the meta content of the repo a bit.
v0.0.2
Allows for variants by working directory branch names, cleans up the build output, and adds several niceities that are needed to make it work practically speakin
0.0.1
Changelog
2e0dd50 adds goreleaser
bfe31c3 google analytics
76ae869 Set theme jekyll-theme-hacker
f6f391f Set theme jekyll-theme-hacker
7e8521d let other os builds attempt to run
bea22ea restrict releases to linux/64
cacf240 adds release workflow
e33b388 adds binary to gitignore
2218606 some output color
1275b4e example with multiple params
d6133ac some examples
d2ee614 adds templating support
b6ee4cc some examples
6629005 adds support for build variants
6dedab5 reformatting
6c1c895 implement --no-push flag
2b64939 moves yaml over to dist
36cd8a9 lets stop tracking the .mach.yaml
8be3348 reading configs from working dir
6af032b methodizes the build for single fire
7469a80 basic image building support
73e4c67 adds additional deps
424b1f0 lets track this too, why not
f51dbc3 debugging in vscode
8f1fe3c adds docker go sdk
ffa0455 stubs out build command
35e42d6 Create go.yml
52cf5e1 bare application
cee9f98 adds cobra dependancy
7479b59 creates go.mod file
2d6f4bc Initial commit