Skip to content

Releases: grailbio/bigmachine

v0.5.8

15 Jul 19:57
bdebc05
Compare
Choose a tag to compare
  • make log tailing work for local system
  • accept func() io.Reader for RPC argument to support more ergonomic call retrying
  • use loopback address for local communication (avoids OS X firewall warnings)
  • update go.{mod,sum} for grailbio/base upgrade to v0.0.9

v0.5.7

25 Jun 02:00
a63391e
Compare
Choose a tag to compare
  • reduce memory load by using temporary files to buffer files collected from workers
  • make default Eventer nil
  • close all connections when resetting clients, eliminating a collection leak
  • add context to spot instance request errors
  • prevent reboot of EC2 instances
  • upgrade to github.com/grailbio/base v0.0.9

v0.5.6

07 Apr 17:14
bb1c07c
Compare
Choose a tag to compare
  • start pulling machine logs earlier to capture more boot logging
  • wait for final machine logs when shutting down
  • log spot actions on machines
  • add eventlog logging
  • separate timeouts for binary upload from execution
  • add address prefix to prevent address recycling
  • allow for default AWS region to be specified

v0.5.5

23 Oct 18:58
Compare
Choose a tag to compare
  • update base dependency
  • register diagnostic handlers with the new diagnostic/dump package

v0.5.4

16 Oct 17:49
Compare
Choose a tag to compare
  • update base dependency
  • ec2system: allow specifying multiple security groups
  • ec2system: allow specifying subnets

Bigmachine v0.5.3

11 Oct 00:20
Compare
Choose a tag to compare
  • Update dependencies on base, detangles circular deps to testutil.

Bigmachine v0.5.2

10 Oct 23:57
Compare
Choose a tag to compare

Fix botched release of v0.5.1

Bigmachine v0.5.1

10 Oct 23:53
Compare
Choose a tag to compare
  • remove GRAIL specific defaults

Bigmachine v0.5.0

07 Oct 17:49
c8154fd
Compare
Choose a tag to compare

This is the first release of the Bigmachine package following Go module-compatible semantic versioning.