Skip to content

Releases: superterran/mach

0.2.2

22 May 03:53
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

better inline comments

Documentation Updates and Tweaks

22 May 03:50
Compare
Choose a tag to compare
Pre-release

Mostly bug fixes from using it day-to-day and updates to the documentation

0.2.0

20 May 02:00
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

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

19 May 02:45
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Changelog

28dba75 --first-only flag
d8b28c3 gets --output-only working
5c3378c Merge remote-tracking branch 'origin/main'
9a17bd3 increasing that test coverage
a1fca7e restores unit tests
7541ec9 Update README.md
28cbce2 Update CONTRIBUTING.md
c3af0bb Update CONTRIBUTING.md
d3de256 typo

v0.0.3

18 May 03:31
Compare
Choose a tag to compare
v0.0.3 Pre-release
Pre-release

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

17 May 21:12
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release

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

17 May 03:12
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

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