Skip to content

Releases: spryker/devvm

v2.3.0

31 Jan 18:06
Compare
Choose a tag to compare

Build number: 324

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

Upgrades

  • Upgrade redis to 5.0

Features

  • Add elasticsearch 6.6 installer (NOT used by default, requires manual call: sudo bash /home/vagrant/es6/install)

v2.2.1

15 Jan 18:23
Compare
Choose a tag to compare

Build number: 318

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

Bugfixes

  • Vagrant API compatibility fix for Vagrant >= 2.2.3

v2.2.0

08 Jan 16:33
Compare
Choose a tag to compare

Build number: 314

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

Features

  • use spryker-shop/suite as default git repository
  • use suite as default value for VM_PROJECT and VM_DOMAIN (ie. resulting hostnames will be www.de.suite.local, etc.)
  • use "vm-${VM_PROJECT}" as default hostname (for zsh prompt and file sharing)
  • increase limit of open files to 64k for shell process
  • add smoke tests pipeline definitions (VM-73)
  • add glue web vhost (VM-70)

Upgrades

  • upgrade base image to Debian 9.6

Improvements

  • improve samba settings for file sharing
  • disable samba by default for improved NFS performance
  • disable docker service (VM-79)
  • add rabbitmq server tests
  • disable PHP setting opcache.enable_cli
  • increase default composer timeout to 1h
  • install - set default environment #60 (PS-2618)
  • improve messages and comments

Bugfixes

  • make sure that rabbitmq node name doesn't contain hostname

v2.2.0-RC8

18 Dec 15:07
Compare
Choose a tag to compare
v2.2.0-RC8 Pre-release
Pre-release

Build number: 312

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

  • Use staging/live env configuration by default (production) #60 PS-2618
  • Use composer install -o for linux smoke tests

v2.2.0-RC7

08 Jan 16:14
Compare
Choose a tag to compare
v2.2.0-RC7 Pre-release
Pre-release

Build number: 309

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

  • Make sure that rabbitmq node name doesn't contain hostname
  • Disable PHP setting opcache.enable_cli

v2.2.0-RC6

26 Nov 10:31
Compare
Choose a tag to compare
v2.2.0-RC6 Pre-release
Pre-release

Build number: 307

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

  • increase default composer timeout to 1h

v2.2.0-RC5

22 Nov 13:49
Compare
Choose a tag to compare
v2.2.0-RC5 Pre-release
Pre-release

Build number: 306

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

  • disable samba by default for improved NFS performance

v2.2.0-RC4

14 Nov 13:20
Compare
Choose a tag to compare
v2.2.0-RC4 Pre-release
Pre-release

Build number: 305

Requirements

For all systems:

  • VirtualBox 5.2.22
  • Vagrant 2.2.0
  • Vagrant plugins: vagrant-hostmanager, vagrant-vbguest

For Windows additionally:

  • Git-bash

Changelog

Upgrades

  • upgrade base image to Debian 9.6

v2.2.0-RC3

08 Aug 09:54
Compare
Choose a tag to compare
v2.2.0-RC3 Pre-release
Pre-release

Build number: 289

Changelog

  • Add rabbitmq server tests

v2.2.0-RC1

30 Jul 10:15
Compare
Choose a tag to compare
v2.2.0-RC1 Pre-release
Pre-release

Build number: 285

Requirements

For all systems:

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

For Windows additionally:

  • Git-bash

Changelog

Features

  • use spryker-shop/suite as default git repsitory
  • use suite as default value for VM_PROJECT and VM_DOMAIN (ie. resulting hostnames will be www.de.suite.local, etc.)
  • use "vm-${VM_PROJECT}" as default hostname (for zsh prompt and file sharing)
  • increase limit of open files to 64k for shell process
  • add smoke tests pipeline definitions (VM-73)
  • add glue web vhost (VM-70)

Upgrades

  • upgrade base image to Debian 9.5

Improvements

  • improve messages and comments
  • improve samba settings for file sharing
  • disable docker service