Releases: GearBoxLab/GearBox
Releases · GearBoxLab/GearBox
v0.7.0
- Add
extra_service_namesconfiguration
v0.6.1
- Do not list install packages with
--only-run-extra-ansible-playbooksoption
v0.6.0
- Update installer in Windows
- Add a new option
--only-run-extra-ansible-playbooksto commandgearbox install
v0.5.1
- Only download gearbox binary with newer version
- Fix
gearbox-servicescript by adding missing "sudo" command
v0.5.0
- Fix bug that "install-gearbox-windows.bat" stopped after calling
RefreshEnv.cmd - Remove debug codes
- Add new options
--sudo-passwordand--yesto commandgearbox install
v0.4.0
-
Change config "extra_ansible_tasks" to "extra_ansible_playbooks"
It is more convenience to use playbook files rather than task files
-
Add playbook name mapping for
Ubuntudistribution to WSL environment
v0.3.0
- Extend to add multiple variable files (
extra_ansible_tasks.variable_files) to run extra Ansible Tasks
v0.2.1
- Fix bug after running "REFRESHENV" command
- Force to use Windows version in WSL distributions
- Convert windows' file path to WSL's file path
- Update README.md for "extra_ansible_tasks" configuration
v0.2.0
- Add commands:
- import-hosts: Import hosts with "import_hosts_files" setting
- Add configuration to run extra Ansible tasks
- Update the usage of "phpvm" command
- Add a task to enable blackfire-agent service
- Add configuration document
The first release.
- Add commands:
- init: Generate default configuration file
- install: Install packages with Ansible script
- Add install scripts for Windows (
install-gearbox-windows.bat) and Linux (install-gearbox-linux.sh) - Add GitHub Action scripts to build binaries, and upload to release