Releases: orchardup/go-orchard
Releases · orchardup/go-orchard
Version 2.1.0
Version 2.0.7
- 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 thedocker
command, and so thegit
executable couldn't be found).
Upgrading is the same as installing: instructions are on the Orchard website.
Version 2.0.6
- Added
orchard ip
command for printing a host's IP address to stdout - New Orchard API URL
Version 2.0.5
orchard proxy
prints instructions for setting the DOCKER_HOST environment variable
Version 2.0.4
orchard hosts rm -f
can be used to bypass confirmation- Fix:
orchard proxy
wasn't picking up -H argument
Version 2.0.3
- API token can be set with
ORCHARD_API_TOKEN
environment variable orchard proxy
can be given an explicit URL to listen on (eithertcp://
orunix://
)
Version 2.0.2
- Sensible error in 'orchard docker' if host isn't running
Version 2.0.1
- Fix: host certificate was incorrect
Version 2.0.0
First release of the shiny new Orchard client.