Skip to content

Releases: phase2/rig

1.3.1

15 Aug 23:21
Compare
Choose a tag to compare
  • Don't start NFS if not on Darwin
  • Auto update generator (project create) and dashboard images
  • Added flag to disable autoupdate of generator (project create) image
  • Added doctor check for Docker env var configuration
  • Added doctor check for /data and /Users usage
  • Added configurable timeouts for sync start
  • Added detection when sync start has finished initializing

1.3.0

06 Jun 20:33
Compare
Choose a tag to compare

Highlight: Introduced the rig project set of commands/sub-commands.

  • BaseCommand.Commands() function now returns an array of cli.Command structs instead of a single struct
  • Added support for project based commands
    • Added support for .outrigger.yml file in project folders to support custom configuration and scripts
    • Added project run:[script] command to run commands defined in project config files
    • Added project sync:start and project sync:stop to support Unison based sync volumes for faster in container builds
    • Added project create that will run a generator image (defaults to outrigger/generator) to create default project scaffolding and configuration

Documentation:

1.2.3

06 Apr 18:19
Compare
Choose a tag to compare

Fix for OSX DNS cache flushing error that 10.12.4 introduced

1.2.2

21 Mar 19:41
Compare
Choose a tag to compare
  • No longer mount $HOME into the Dashboard

1.2.1

08 Mar 17:59
Compare
Choose a tag to compare

Fix to support the new Docker version format

1.2.0

03 Mar 20:44
Compare
Choose a tag to compare
  • Limited output and added a verbose mode to get it all back
  • Large scale code refactoring and redesign

1.1.0

16 Feb 00:43
Compare
Choose a tag to compare
  • Renamed from devtools to rig.
  • Renamed DEVTOOLS_NAMESERVERS to RIG_NAMESERVER
  • Renamed .devtools-watch-ignore file to .rig-watch-ignore
  • Moved --name to a global option on rig and the env var to RIG_ACTIVE_MACHINE
  • Upgraded doctor to check API compatibility instead of just docker versions