Releases: ioa-maellak/devbox
Releases · ioa-maellak/devbox
Bug fix release to stabilise private network guest setting
Removed
- Removed port forwarding function from devbox to host
- Removed VirtualBox NAT configuration parameters that were messing up setting the correct IP in devbox
Roles maintenance, private network and Vagrant plugins
Added
- Enabled private network settings
- Added configuration parameters for RSA key and github authentication
- Added vagrant-hostsupdater to set host's
/etc/hostsfile automatically
Changed
- Changed php role to setup xdebug properly
- Changed the order and depedencies for apache and php roles
- Changed roles include in the playbook to be configurable in
- Changed
variables.ymlintodefault.config.ymland requires it to be copied
intoconfig.ymlfor configuration of devbox - Cleaned up
projectsvariable
Removed
- Removed temporarly enabed public network
Add a new project role
Added
- New project role to handle project specific configuration
- Added
php-mbstring - Changed host with new Ansible variable syntax (> 2.0)
- Splits several YAML files into multiple and adds include statements to
individualmain.ymlfiles.
Removed
- All configuration regarding projects (vhost and database) now resides with the
project role.
Release 2.0.0
This is another major release that features the following major updates to the project:
- Update code and syntax to work with Ansible 2.2.1
- Update code and syntax to work with vagrant 1.9.2
- Update code and syntax to work with Ubuntu Xenial 16.04
- Split Ansible code into roles to make project more manageable
The project now has a CHANGELOG, please refer to it for more details on specific changes, additions and removals.
Realease v1.0.0
This is major release. Refer to the README file for usage instructions and how to contribute.