Skip to content

Releases: roots/trellis-cli

v1.0.0

01 Nov 14:15
506751f
Compare
Choose a tag to compare
  • Fix #199 - Add arm64 arch for builds (support Apple M1) [#200]
  • InitCommand: Show pip stack trace when failed [#139]
  • Add plugin system [#144]
  • Improve provision command help text [#150]
  • Use go 1.16's embed feature for static files [#157]
  • Add option for droplet image (default Ubuntu 20.04) [#162]
  • Improve vault encrypt command usage [#197]

v0.9.2

25 Nov 03:40
Compare
Choose a tag to compare
  • Add trellis version option for new command [#140]
  • Fix droplet create argument validation [#141]
  • Fix #142 - Quote/escape paths in venv hook [#143]

v0.9.1

13 Nov 16:47
Compare
Choose a tag to compare
  • Add branch option to deploy [#126]
  • Fix vault decrypt <env> command [#133]
  • Update mitchellh/cli package [#137]
  • Add version update notices [#136]

v0.9.0

02 Jun 12:34
Compare
Choose a tag to compare

Changelog

f866892 Add shell-init cmd for auto venv activation
6cc884f Fix TestUpdateHosts chdir usage
3a81d97 Fixes #121 - Fix up cmd environment
a72c306 README updates
95115e6 Re-add Windows releases
dfd23a5 Unify execCommand + logCmd
05dede1 Update get script
54d027f Update sponsors [ci skip]
c407d07 v0.9.0

v0.8.0

10 May 18:53
Compare
Choose a tag to compare

Changelog

7e73fd4 Add MockExec test helper
3f32c62 Add db open command
d7c94f3 Improve logCmd output
b2ffc32 Make autocompletion lazier
de5c212 Run galaxy install on new project
cfe8a47 Virtualenv: set env var with old PATH
ab7cd66 fix(new): Fix double v on Trellis version

v0.7.1

26 Jan 21:26
Compare
Choose a tag to compare

Changelog

  • Automatically run galaxy install during provision #103

v0.7.0

26 Jan 18:26
Compare
Choose a tag to compare

Changelog

  • Automatically install Galaxy roles with -f #97
  • Use ansible-playbook for deploy command #75
  • Make Virtualenv activate idempotent #93
  • Improve consistency of required/optional argument handling in commands #86
  • Improve consistency of ENVIRONMENT argument handling in commands #87
  • Improve consistency of SITE argument handling in commands #88

v0.6.2

05 Oct 18:10
Compare
Choose a tag to compare

Changelog

d0e0f7a Fix virtualenv PATH env var
aa5a9c6 Merge pull request #74 from roots/fix-virtualenv-path-env-var
8d363f5 Output error on vagrant up cmd
40ea410 v0.6.2

v0.6.1

04 Oct 00:40
Compare
Choose a tag to compare

Changelog

c9c1ad4 CircleCI: Dry run goreleaser
e477513 Default to virtualenv if installed
2dce9a0 Merge pull request #69 from TangRufus/go-1-13
0971dd4 Merge pull request #71 from roots/validate-provision-environment
b36bd0a Merge pull request #73 from roots/prefer-installed-virtualenv-over-python3
29e1b31 Update sponsors [ci skip]
cc1e0d6 Update sponsors [ci skip]
cbb130f Validate provision environment
273d952 v0.6.1

v0.6.0

23 Sep 23:53
Compare
Choose a tag to compare

Changelog

64ef6b7 Add CommandExecutor interface
ece2cc2 Add Virtualenv struct
0196488 Add alias command
7139f46 Add exec command
411d5e7 Add github package for downloading releases
4d90b00 Add init command
a015154 Add skipVirtualenv flag to new command
d0382d0 Add ssh and vault edit tests
e3d0dcf Bump golang to v1.13
86ccd8f Create config dir if necessary
fdd0be7 Embed playbook file
63910bd Fix CreateConfigDir
29a54c2 Fix project structure test
e5c6c59 Install virtualenv as a fallback
5b75eea Integrate Virtualenv
4c57929 Merge pull request #52 from TangRufus/alias
75aed6d Merge pull request #55 from roots/virtualenv-support
f4959ed Merge pull request #63 from TangRufus/embed-file
c3d4c5d Merge pull request #64 from roots/refactor-syscall-usage
f9b35f8 Merge pull request #65 from roots/optimize-project-detection
cb5abb0 Merge pull request #67 from TangRufus/go-1-13
7aeb610 Merge pull request #68 from roots/remove-windows
7967928 Remove windows support
1003b69 Set proper env name
feb298e Skip loading an already loaded project
297977e Support TRELLIS_VENV to disable virtualenv
ce73403 Switch to "golang.org/x/sys/unix" package
0e56e49 Tidy go.mod
649ad93 Update install script
9386451 Virtualenv tests
404afbc v0.6.0