Skip to content

Releases: thasmo/vagrant.box

Version 0.8.0

07 May 12:02
Compare
Choose a tag to compare
  • Add zip, xml, mbstring and soap PHP modules.
  • Install docker-engine and docker-compose.
  • Raise required Vagrant version to 1.8.
  • Use boxcutter/ubuntu1604 as base-box.
  • Optimize package-installation process.
  • Update Node.js to version 6.0.x.
  • Remove duplicated SERVER_NAME env-variable from Nginx configuration.
  • Remove some obsolete PPAs.

Version 0.7.2

06 Feb 11:32
Compare
Choose a tag to compare
  • Move installation of services to separate scripts.
  • Improve duration of npm install.

Version 0.7.1

21 Jan 23:05
Compare
Choose a tag to compare
  • Enable HTTP2 for Nginx.
  • Change default configuration to use Nginx by default.
  • Enable Apache headers module.
  • Set correct PHP socket path for Apache.

Version 0.7.0

20 Dec 23:10
Compare
Choose a tag to compare
  • Upgrade to PHP 7.0.
  • Remove port mapping for live-reload.

Version 0.6.0

10 Dec 22:32
Compare
Choose a tag to compare
  • Add option to constrain the base-box version.
  • Add the node-module localtunnel.
  • Add the node-module browser-sync.
  • Upgrade to Nginx 1.9.
  • Upgrade to Node.js 5.
  • Upgrade to npm 3.
  • Use GraphicsMagick instead of ImageMagick.
  • Set utf8mb4 character-set for MySQL.
  • Skip development dependencies for the installed node modules.
  • Move MySQL configuration to the correct location.

Version 0.5.0

17 Sep 21:38
Compare
Choose a tag to compare
  • Add Yeoman node module.
  • Add custom fastcgi configuration file for Nginx.
  • Update base box to Ubuntu 15.04.
  • Only pre-configure OPTIONS request in Nginx.
  • Change Redis PPA to chris-lea/redis-server.
  • Upgrade to Node.js 0.12.
  • Disable backup routine on Box halt/suspend/destroy.

Version 0.4.3

30 May 08:38
Compare
Choose a tag to compare
  • Fix query-string in Nginx rewrite.
  • Fix server-name regexp for hostname matching in Nginx.
  • Disable buffering to enable streaming for Nginx.
  • Configure basic CORS headers for Nginx.

Version 0.4.2

02 Mar 20:35
Compare
Choose a tag to compare
  • Allow overriding all Apache directives in .htaccess files.
  • Set proper SQL mode for MySQL.

Version 0.4.1

01 Mar 23:09
Compare
Choose a tag to compare
  • Fix nginx server-name regular expression to successfully match xip.io domains.
  • Create MySQL backup directory and check it in to version control.

Version 0.4.0

28 Feb 19:24
Compare
Choose a tag to compare
  • Add Apache 2.4 as alternative webserver.
  • Configure port mapping for the live-reload server.
  • Configure port mapping for the browser-sync server.
  • Configure shared folders for hosts configuration.
  • Configure custom shared folder mappings.
  • Configure custom port forwarding.
  • Configure the server's timezone.
  • Install NTP daemon.
  • Rename hosts option to webserver.
  • Upgrade NPM to the latest version on provisioning.