Skip to content

Releases: GearBoxLab/GearBox

v0.7.0

05 Sep 11:47

Choose a tag to compare

  • Add extra_service_names configuration

v0.6.1

03 Sep 05:05

Choose a tag to compare

  • Do not list install packages with --only-run-extra-ansible-playbooks option

v0.6.0

03 Sep 04:53

Choose a tag to compare

  • Update installer in Windows
  • Add a new option --only-run-extra-ansible-playbooks to command gearbox install

v0.5.1

02 Sep 21:37

Choose a tag to compare

  • Only download gearbox binary with newer version
  • Fix gearbox-service script by adding missing "sudo" command

v0.5.0

02 Sep 18:31

Choose a tag to compare

  • Fix bug that "install-gearbox-windows.bat" stopped after calling RefreshEnv.cmd
  • Remove debug codes
  • Add new options --sudo-password and --yes to command gearbox install

v0.4.0

01 Sep 09:42

Choose a tag to compare

  • 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 Ubuntu distribution to WSL environment

v0.3.0

29 Aug 15:43

Choose a tag to compare

  • Extend to add multiple variable files (extra_ansible_tasks.variable_files) to run extra Ansible Tasks

v0.2.1

26 Aug 17:07

Choose a tag to compare

  • 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

23 Aug 11:27

Choose a tag to compare

  • 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.

19 Aug 18:58

Choose a tag to compare

  • 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