Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Releases: kalabox/kalabox

v2.1.5

02 May 02:36
Compare
Choose a tag to compare

This is a HOTFIX release that handles the new Pantheon API format. Please note that THIS WILL BE THE FINAL KALABOX RELEASE and Kalabox WILL SOON BE DEPRECATED. It is highly recommended that you upgrade to Lando 3.0.0-beta.43+

Installing/Upgrading

  1. Download the relevant package from below.
  2. Read the required installation or upgrading docs.
  3. Run the installer from the download and remember to do any additional steps (LIKE SHARING FOLDERS ON WINDOWS) indicated in the docs above.
  4. It is recommended, although possibly not necessary, to customize your install to NOT install the latest version of Docker

Release Notes

Kalabox

  • Documentation improvements

Pantheon

  • Fixed breaking upstream Pantheon API change

v2.1.3

25 Nov 22:21
Compare
Choose a tag to compare

Installing/Upgrading

  1. Download the relevant package from below.
  2. Read the required installation or upgrading docs.
  3. Run the installer from the download and remember to do any additional steps (LIKE SHARING FOLDERS ON WINDOWS) indicated in the docs above.

Release Notes

Kalabox

  • Added lodash to kbox.node._ for use in easy plugin craftworks.
  • Added chalk to kbox.node.chalk for use in easy plugin craftworks.
  • Added fs-extra to kbox.node.fs for use in easy plugin craftworks.
  • Added inquirer to kbox.node.inquirer for use in easy plugin craftworks.
  • Added restler to kbox.node.restler for use in easy plugin craftworks.
  • Fixed postoptcmds to put options in the right place when used via cli.yml

Pantheon

  • Fixed broken screenshot. #1601
  • Fixed incorrect files_directory_path. #1727 #1728

PHP

  • No changes! Bumping for version parity across major projects.

v2.1.2

12 Nov 19:34
Compare
Choose a tag to compare

Installing/Upgrading

  1. Download the relevant package from below.
  2. Read the required installation or upgrading docs.
  3. Run the installer from the download and remember to do any additional steps (LIKE SHARING FOLDERS ON WINDOWS) indicated in the docs above.

Release Notes

Kalabox

  • Fixed regression where cli was not accepting hyphens for site names. #1711
  • Updated to latest stable Docker for Mac and Docker for Windows v1.12.3. #1711
  • Fixed bug where non-Kalabox containers were getting wiped out during Kalabox cleanup. #1708

Pantheon

  • Added support for lockr. #1694

PHP

  • Fixed broken screenshot. For real this time. #1601

v2.1.1

04 Nov 00:16
Compare
Choose a tag to compare

Installing/Upgrading

  1. Download the relevant package from below.
  2. Read the required installation or upgrading docs.
  3. Run the installer from the download and remember to do any additional steps (LIKE SHARING FOLDERS ON WINDOWS) indicated in the docs above.

Release Notes

Kalabox

  • Switched site is up logic to not reject self-signed certs if site it forcing HTTPS. #1657
  • Switched site is up logic to always end up with site being ready. #1688
  • Improved Kalabox start and shutdown logic. #1669
  • Added kbox poweroff command. #1669
  • Removed local dns server in favor of remote option. Should improve resolution on Windows. #1676
  • Changed default GUI app location from ~/.kalabox/apps to ~/Kalabox.
  • Added removal of ~/.kalabox on uninstall.
  • Provided some retry wrappers to key docker engine operations.
  • Widened services plugin to allow non *.kbox.site domains. #1611

Pantheon

  • Improved initial files grab by running rsync after archive DL.
  • Upgraded to latest terminus 0.13.4.

PHP

  • Fixed broken screenshot. #1601

v2.1.0

26 Oct 07:17
Compare
Choose a tag to compare

NEW STABLE RELEASE

This release contains extremely big changes that address some of the major pain points around file sharing and resource usage. If the stable 2.0.X branch is giving you serious hassle then you might want to give this a try but YMMV.

Also note that the system requirements have changed.

Installation/Upgrading.

  1. Download the relevant package from below.
  2. Read the required installation or upgrading docs.
  3. Run the installer from the download and remember to do any additional steps (LIKE SHARING FOLDERS ON WINDOWS) indicated in the docs above.

Release Notes

Kalabox

  • Removed docker-machine and VirtualBox in favor of Docker for Mac/Windows and xhyve/Hyper-V.
  • Vastly improved file sharing and resource usage.
  • Added confirmbigdel=false to unison file sharing. This allows the user to remove their entire shared folder without issue.
  • Fixed KALABOX_ENGINE_REMOTE_IP value on macOS. Resolves issues with xdebug.
  • Updated kalabox-cmd plugin to take arrays for {pre|post}cmdopts}.
  • Improved macOS autostart.

Pantheon

  • Fixed issue where drush installed by composer was reporting unknown command. #1681
  • Upgraded mariaDB to latest 10.0.x. #1671

PHP

  • No changes! Bumping for version parity across major projects.

v2.0.2

25 Oct 22:34
Compare
Choose a tag to compare

Hotfix Release

  • Resolves a critical issue introduced with the new macOS 10.12.1 update

v2.1.0-rc.2

18 Oct 17:20
Compare
Choose a tag to compare
v2.1.0-rc.2 Pre-release
Pre-release

EXPERIMENTAL RELEASE

This release contains extremely big changes that address some of the major pain points around file sharing and resource usage. If the stable 2.0.X branch is giving you serious hassle then you might want to give this a try but YMMV.

Also note that the system requirements have changed.

Upgrading steps

  • This release contains breaking changes if you are upgrading from lower than 2.0.1 - If you've previously installed Kalabox it is recommended that you completely uninstall and DESTROY ALL EXISTING APPS AND THEIR FOLDERS.
  • Read more about updating in our docs.

Kalabox

  • Removed docker-machine and VirtualBox in favor of Docker for Mac/Windows and xhyve/Hyper-V.
  • Vastly improved file sharing and resource usage.
  • Added confirmbigdel=false to unison file sharing. This allows the user to remove their entire shared folder without issue.
  • Fixed KALABOX_ENGINE_REMOTE_IP value on macOS. Resolves issues with xdebug.
  • Updated kalabox-cmd plugin to take arrays for {pre|post}cmdopts}.

Pantheon

  • Fixed nginx and php-fpm entrypont scripts so Drupal 8 sites can be restarted.
  • More complete emulation of /srv/bindings. Helps things like CiviCRM support. #1650
  • Simplified installation of deps. #1656
  • Added kbox redis command. #1183
  • Switched backend web service to common ports 443 and 80. #1090
  • drush type and version will now match users settings. #1213

PHP

  • Simplified installation of deps. #1656

v2.1.0-rc.1

16 Oct 07:13
Compare
Choose a tag to compare
v2.1.0-rc.1 Pre-release
Pre-release

EXPERIMENTAL RELEASE

This release contains extremely big changes that address some of the major pain points around file sharing and resource usage. If the stable 2.0.X branch is giving you serious hassle then you might want to give this a try but YMMV.

Also note that the system requirements have changed.

Upgrading steps

  • This release contains breaking changes if you are upgrading from lower than 2.0.1 - If you've previously installed Kalabox it is recommended that you completely uninstall and DESTROY ALL EXISTING APPS AND THEIR FOLDERS.
  • Read more about updating in our docs.

Kalabox

  • Removed docker-machine and VirtualBox in favor of Docker for Mac/Windows and xhyve/Hyper-V.
  • Vastly improved file sharing and resource usage.
  • Added confirmbigdel=false to unison file sharing. This allows the user to remove their entire shared folder without issue.

Pantheon

  • Upgraded to terminus 0.13.3. #1631
  • Added bcmath, bz2 and calendar php extensions. #1655

PHP

  • No changes!

v2.0.1

04 Oct 07:13
Compare
Choose a tag to compare

Upgrading steps

  • This release contains breaking changes if you are upgrading from lower than 2.0.0 - If you've previously installed Kalabox it is recommended that you completely uninstall and DESTROY ALL EXISTING APPS AND THEIR FOLDERS.
  • Read more about updating in our docs.

Kalabox

  • Fixed unassigned token %KBOX_VERSION% showing up in OSX installer customization. #1614
  • Updated documentation. #1641 #1629 #1635 #1610
  • Added a generic kbox . command so you can run things like ls, rm, sudo on containers. #1615

Pantheon

  • Altered nginx to prevent PORT being added to redirects. #1612
  • Added client_max_body_size 100MB to all frameworks.
  • Provided a fallback of drupal for when there is no framework specified. #1608
  • Added mysql php extension to 53, 55 and 56 appservers. #1620
  • Added better docs about xdebug on PhpStorm and SublimeText. #1507
  • Improved the persistence and cache of kbox composer
  • Added a check to ensure git permissions are correct if you are alternate between kbox git and git. #1615

PHP

  • Updated documentation to better reflect how to use db connection info. #1600

v2.0.0

19 Sep 20:28
Compare
Choose a tag to compare

Upgrading steps

  • This release contains breaking changes if you are upgrading from RC1 or lower - If you've previously installed Kalabox it is recommended that you completely uninstall and DESTROY ALL EXISTING APPS AND THEIR FOLDERS.
  • Read more about updating in our docs.

Kalabox

  • Relaxed criteria for a site to "Be ready". #1593

Pantheon

  • No changes! Using v2.0.0 version of this app for now.

PHP

  • No changes! Using v2.0.0 version of this app for now.