Skip to content

v2.1.0

Compare
Choose a tag to compare
@korekontrol-robot korekontrol-robot released this 19 Jun 11:11
· 407 commits to devvm-depreciation since this release

Build number: 268

Requirements

For all systems:

  • VirtualBox 5.2.8
  • Vagrant 2.0.3
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

Upgrades

  • upgrade PHP to 7.2
  • upgrade kibana to match elasticsearch version 5.x

Stability fixes:

  • use composer.json instead of setup to check if spryker repo is valid
  • fix udev persistent-net issues
  • use TCP for NFS mount on Unix hosts
  • change network driver to virtio (#207)
  • use actimeo for nfs mount (fixes: "failed to open stream: Input/output" exception)
  • disable filebeat service (VM-68)
  • disable optimizations in opcache

Performance improvements:

  • add cachefilesd for NFS filesystem cache on Unix hosts
  • optimize NFS mount performance - use fsc, noatime
  • increase opcache revalidate_freq to 2s on dev
  • install hirak/prestissimo composer extension
  • improve git prompt performance by not checking for dirty files
  • enable opcache cache_file
  • increase php realpath cache size and TTL

Windows support:

  • git clone: use double quotes for windows compatibility
  • enable symlink support for shared folders on Windows (VM-67)
  • don't use colon in installer log file names (VM-66)
  • increase default command timeout in installer
  • add optional file sharing via SMB/CIFS protocol

Features:

  • export VM_PROJECT variable from .vm to PHP (VM-58, VM-62)