Releases: phase2/rig
2.3.0
2.2.2
2.2.1
2.2.0-rc3
2.2.0-rc2
2.2.0-rc1
Release Notes
- A variety of updates to the project sync command including adding the options of sync:name, sync:purge and sync:check
- Addition of the rig ssh command as a shortcut to
docker-machine ssh $MACHINE_NAME
- Various updates to spinner behavior and support
- Added confirmation to
rig prune
- Improved privilege escalation prompt for better UX
2.1.3
Release Notes
prune
command has been updated to actually work now (an obscured confirmation stopped it from working)- Shouty Errors are here!! A lot more info provided on error to help user debug and seek help
- Spinner added to
project sync:start
andproject sync:stop
- Developer command for pass/fail was added
- Upgraded to go 1.10 and install release version of
dep
- Spinner has had some general cleanup (and still needs more)
Changelog
9cd6f8f Merge pull request #153 from phase2/develop
9bca3aa Sync spinner tweak and sync log reminder. (#152)
572c415 Developer Testing Commands (#150)
b8f97f8 Spinner eats messages (#149)
806e0ee Upgraded travis config to go 1.10 (#151)
6e7566f Add spinner support to rig project sync[:stop] (#141)
4c1ef6b Fixed prune with a confirmation, a force, and removed the spinner (#145)
1d8682f Shouty errors - Highly verbose guidance when errors happen (#146)
35baaf2 trying a different approach to requesting for admin privs (#144)
41cad0c Add explicit privilege prompt to improve sudo UX (#138)
Automated with GoReleaser
Built with go version go1.10 linux/amd64
2.1.2
2.1.1
Release Notes
- Upgraded to DNSDock to 1.16.4
- Spinner added to
kill
command for consistency with it's delegation tostop
Changelog
85ba91b Merge pull request #142 from phase2/develop
21c9ef1 Kill should use the spinner. (#139)
a289ec5 Expanded on kill command help description
0c1508b Upgraded dnsdock to 1.16.4 to prevent dnsdock from exiting on a failed fallback lookup (#137)
1858c4a fixing a dashboard bug (#133)
Automated with GoReleaser
Built with go version go1.9.3 linux/amd64
2.1.0
Release Notes
- Fixed a bug with Machine data caching
- Implemented a spinner for long running operations
- Refactored logging for more comprehensive verbose logging
Changelog
b1a93f6 Merge pull request #131 from phase2/develop
7f4c4be Merge branch 'develop' of github.com:phase2/rig into develop
1eda7aa Support RCs via goreleaser (#129)
ae4513a added vendor backup folder
86897dd Machine data caching (#125)
29fb57a Refinement of new logging API usage. (#124)
e11e398 Merge pull request #115 from phase2/feature/spinners
140b317 Another round of go fmt changes.
f10cecb Update CONTRIBUTING.md for API changes.
7cb8bf9 Fixes for go fmt and lint.
125a894 Merge branch 'develop' into feature/spinners
a717a33 Move fmt.Sprintf into the logging API. Rename cmd.Error to cmd.Failure
fcfb442 Refactor codebase to use existing log API via RigLogger.Channel.*
75ca4c5 Refactoring towards a new logging API.
a74abd6 Merge remote-tracking branch 'origin/develop' into feature/spinners
7a1f991 Fixed up go formatting.
84aedd3 Correct syntax of spinner library lock entry.
5f2c6e7 Add Spinner implementation for longer-running operations.
Automated with GoReleaser
Built with go version go1.9.2 linux/amd64