Skip to content

Releases: arschles/godo

Version 0.3.0

24 Sep 04:19
Compare
Choose a tag to compare

Welcome to a new name! Previously called gci, I've renamed the project to godo (go do) to allow more general workflows outside of Go.

For now, the built-in build target is the only Go-specific part of the system. Expect that to be removed in a near-future release.

This release is functionally equivalent to v0.2.0, with the exception of the binary and configuration file name changes (godo and godo.yaml, respectively). Additionally, mentions of gci in the console output have been changed to godo.

Version 0.2.0

16 Sep 21:44
Compare
Choose a tag to compare

This version has quite a few new features, including:

  • Support for custom commands inside custom containers
  • Ability to pull images if they don't exist
  • Compatibility with docker-for-mac and docker v1.12.x
  • Refactored, simplified codebase
  • Removal of redundant test target

First Release

17 Jun 19:38
Compare
Choose a tag to compare

This release of gci has basic functionality. It can build & test go code, build and push docker containers, and do custom shell scripts inside of arbitrary containers with the current working directory mounted.