Skip to content

Releases: orchardup/go-orchard

Version 2.1.0

16 Jul 00:44
Compare
Choose a tag to compare

There's now an orchard run command for running local commands on your Orchard host. It starts an Orchard proxy, sets the DOCKER_HOST environment variable, then runs a local command. For example:

$ orchard run fig up

Version 2.0.7

16 Jun 16:46
Compare
Choose a tag to compare
  • Environment variables are passed through to the Docker client. This fixes a bug where orchard docker build failed against git URLs (because $PATH was empty in the context of the docker command, and so the git executable couldn't be found).

Upgrading is the same as installing: instructions are on the Orchard website.

Version 2.0.6

28 May 11:01
Compare
Choose a tag to compare
  • Added orchard ip command for printing a host's IP address to stdout
  • New Orchard API URL

Version 2.0.5

05 Mar 14:26
Compare
Choose a tag to compare
  • orchard proxy prints instructions for setting the DOCKER_HOST environment variable

Version 2.0.4

18 Feb 17:56
Compare
Choose a tag to compare
  • orchard hosts rm -f can be used to bypass confirmation
  • Fix: orchard proxy wasn't picking up -H argument

Version 2.0.3

18 Feb 17:00
Compare
Choose a tag to compare
  • API token can be set with ORCHARD_API_TOKEN environment variable
  • orchard proxy can be given an explicit URL to listen on (either tcp:// or unix://)

Version 2.0.2

18 Feb 13:15
Compare
Choose a tag to compare
  • Sensible error in 'orchard docker' if host isn't running

Version 2.0.1

18 Feb 12:47
Compare
Choose a tag to compare
  • Fix: host certificate was incorrect

Version 2.0.0

16 Feb 22:11
Compare
Choose a tag to compare

First release of the shiny new Orchard client.