Skip to content

Releases: phase2/rig

2.3.0

12 Dec 22:47
4772623
Compare
Choose a tag to compare

Changelog

4772623 Release 2.3.0 (#183)

2.2.2

11 Dec 23:31
565d763
Compare
Choose a tag to compare

Changelog

565d763 Release 2.2.2 (#181)
a2be2bc Add boot2docker url as a flag to the start command (#179) (#180)
169de82 Update changelog with 2.2.1 details

2.2.1

01 Oct 01:45
Compare
Choose a tag to compare

Changelog

05ab136 Update fpm to nfpm per https://goreleaser.com/deprecations/#fpm

2.2.0-rc3

06 Jul 19:38
Compare
Choose a tag to compare
2.2.0-rc3 Pre-release
Pre-release

Changelog

  • Add update check on rig start to alert when a new version of Outrigger is available

2.2.0-rc2

23 Jun 19:28
Compare
Choose a tag to compare
2.2.0-rc2 Pre-release
Pre-release

Changelog

  • Update to pick up new versions for gospinner and color which should fix #160.

2.2.0-rc1

07 Jun 20:43
Compare
Choose a tag to compare
2.2.0-rc1 Pre-release
Pre-release

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

03 Mar 17:12
9cd6f8f
Compare
Choose a tag to compare

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 and project 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

08 Feb 19:05
09ff3c7
Compare
Choose a tag to compare

Release Notes

This release contains a fix for the spinner prompt when asking the user for a password for privilege escalation

Changelog

09ff3c7 Release 2.1.2 (#143)

2.1.1

02 Feb 20:11
85ba91b
Compare
Choose a tag to compare

Release Notes

  • Upgraded to DNSDock to 1.16.4
  • Spinner added to kill command for consistency with it's delegation to stop

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

08 Jan 23:19
b1a93f6
Compare
Choose a tag to compare

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