Releases: roots/trellis-cli
v1.0.0
- 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
v0.9.1
v0.9.0
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
v0.7.1
v0.7.0
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
v0.6.1
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
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