Skip to content

Commit

Permalink
#16: Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
reynoldsalec committed Jul 14, 2017
1 parent 7dc4d09 commit 61a1de3
Showing 1 changed file with 62 additions and 61 deletions.
123 changes: 62 additions & 61 deletions docs/changelog/2017.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
v3.0.0-alpha.14 - In Development
-------------------------------

* Updated documentation [#130](https://github.com/thinktandem/horoscope/issues/130)
* Fixed bug where default php version for `pantheon` recipe was delegated to downstream [#132](https://github.com/thinktandem/horoscope/issues/132)
* Fixed bug where Lando was not delegating `--help` correctly [#131](https://github.com/thinktandem/horoscope/issues/131)
* Added support for php `5.4`. [#136](https://github.com/thinktandem/horoscope/issues/136)
* Updated documentation [#130](https://github.com/kalabox/lando/issues/130)
* Fixed bug where default php version for `pantheon` recipe was delegated to downstream [#132](https://github.com/kalabox/lando/issues/132)
* Fixed bug where Lando was not delegating `--help` correctly [#131](https://github.com/kalabox/lando/issues/131)
* Added support for php `5.4`. [#136](https://github.com/kalabox/lando/issues/136)
* Added elasticearch service. [#16](https://github.com/kalabox/lando/issues/16)

v3.0.0-alpha.13 - [June 29, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.13)
-------------------------------
Expand All @@ -17,16 +18,16 @@ v3.0.0-alpha.13 - [June 29, 2017](https://github.com/kalabox/lando/releases/tag/
* Updated `linux` to use `docker-compose` `1.14.0`
* Included `routes.json` in executable
* Fixed bug where `lando init mysite github --recipe pantheon` was not giving Pantheon options
* Removed `unison` file sharing in favor of `osxfs`. Requires `Docker for Mac 17.04+`. [#41](https://github.com/thinktandem/horoscope/issues/41)
* Added `phpmyadmin` service. [#66](https://github.com/thinktandem/horoscope/issues/66)
* Fixed bug where multiple DBs on the same app were sharing the same data volume. [#66](https://github.com/thinktandem/horoscope/issues/66)
* Added undocumented `LANDO_NO_SCRIPTS` envvar to handle alpine containers that cannot handle auto-script running. [#66](https://github.com/thinktandem/horoscope/issues/66)
* Removed `unison` file sharing in favor of `osxfs`. Requires `Docker for Mac 17.04+`. [#41](https://github.com/kalabox/lando/issues/41)
* Added `phpmyadmin` service. [#66](https://github.com/kalabox/lando/issues/66)
* Fixed bug where multiple DBs on the same app were sharing the same data volume. [#66](https://github.com/kalabox/lando/issues/66)
* Added undocumented `LANDO_NO_SCRIPTS` envvar to handle alpine containers that cannot handle auto-script running. [#66](https://github.com/kalabox/lando/issues/66)
* Fixed a bug where not specifying a `site` in the `config` for a `pantheon` recipe would throw an error.
* Improved handling around loading and dumping of YAML files.
* Added auto SSH key forwarding. [#63](https://github.com/thinktandem/horoscope/issues/63)
* Added `lando init` command. [#110](https://github.com/thinktandem/horoscope/issues/110)
* Added `pantheon` init method. [#110](https://github.com/thinktandem/horoscope/issues/110)
* Added `github` init method. [#110](https://github.com/thinktandem/horoscope/issues/110)
* Added auto SSH key forwarding. [#63](https://github.com/kalabox/lando/issues/63)
* Added `lando init` command. [#110](https://github.com/kalabox/lando/issues/110)
* Added `pantheon` init method. [#110](https://github.com/kalabox/lando/issues/110)
* Added `github` init method. [#110](https://github.com/kalabox/lando/issues/110)

v3.0.0-alpha.12 - [June 28, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.12)
-------------------------------
Expand All @@ -50,16 +51,16 @@ v3.0.0-alpha.10 - [June 28, 2017](https://github.com/kalabox/lando/releases/tag/
v3.0.0-alpha.9 - [June 28, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.9)
-------------------------------

* Removed `unison` file sharing in favor of `osxfs`. Requires `Docker for Mac 17.04+`. [#41](https://github.com/thinktandem/horoscope/issues/41)
* Added `phpmyadmin` service. [#66](https://github.com/thinktandem/horoscope/issues/66)
* Fixed bug where multiple DBs on the same app were sharing the same data volume. [#66](https://github.com/thinktandem/horoscope/issues/66)
* Added undocumented `LANDO_NO_SCRIPTS` envvar to handle alpine containers that cannot handle auto-script running. [#66](https://github.com/thinktandem/horoscope/issues/66)
* Removed `unison` file sharing in favor of `osxfs`. Requires `Docker for Mac 17.04+`. [#41](https://github.com/kalabox/lando/issues/41)
* Added `phpmyadmin` service. [#66](https://github.com/kalabox/lando/issues/66)
* Fixed bug where multiple DBs on the same app were sharing the same data volume. [#66](https://github.com/kalabox/lando/issues/66)
* Added undocumented `LANDO_NO_SCRIPTS` envvar to handle alpine containers that cannot handle auto-script running. [#66](https://github.com/kalabox/lando/issues/66)
* Fixed a bug where not specifying a `site` in the `config` for a `pantheon` recipe would throw an error.
* Improved handling around loading and dumping of YAML files.
* Added auto SSH key forwarding. [#63](https://github.com/thinktandem/horoscope/issues/63)
* Added `lando init` command. [#110](https://github.com/thinktandem/horoscope/issues/110)
* Added `pantheon` init method. [#110](https://github.com/thinktandem/horoscope/issues/110)
* Added `github` init method. [#110](https://github.com/thinktandem/horoscope/issues/110)
* Added auto SSH key forwarding. [#63](https://github.com/kalabox/lando/issues/63)
* Added `lando init` command. [#110](https://github.com/kalabox/lando/issues/110)
* Added `pantheon` init method. [#110](https://github.com/kalabox/lando/issues/110)
* Added `github` init method. [#110](https://github.com/kalabox/lando/issues/110)

v3.0.0-alpha.8 - [June 24, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.8)
-------------------------------
Expand All @@ -69,68 +70,68 @@ v3.0.0-alpha.8 - [June 24, 2017](https://github.com/kalabox/lando/releases/tag/v
v3.0.0-alpha.7 - [June 24, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.7)
-------------------------------

* Added `laravel` recipe. [#94](https://github.com/thinktandem/horoscope/issues/94)
* Added `pantheon` recipe. [#95](https://github.com/thinktandem/horoscope/issues/95)
* Added `laravel` recipe. [#94](https://github.com/kalabox/lando/issues/94)
* Added `pantheon` recipe. [#95](https://github.com/kalabox/lando/issues/95)
* Fixed volume mounting bug that was causing no `css` or `js` to show up on `nginx` on `linux`
* Fixed incorrect `DB_PORT` env for `L{A|E}MP` recipes using `postgres`. [#111](https://github.com/thinktandem/horoscope/issues/111)
* Fixed incorrect `DB_PORT` env for `L{A|E}MP` recipes using `postgres`. [#111](https://github.com/kalabox/lando/issues/111)

v3.0.0-alpha.6 - [June 20, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.6)
--------------------------------

* Switched from `encloseJS` to `pkg`. [#108](https://github.com/thinktandem/horoscope/issues/108)
* Added `.gitattributes` to force `LF` checkout of container files. [#108](https://github.com/thinktandem/horoscope/issues/108)
* Fixed broken `win32` build. [#108](https://github.com/thinktandem/horoscope/issues/108)
* Switched from `encloseJS` to `pkg`. [#108](https://github.com/kalabox/lando/issues/108)
* Added `.gitattributes` to force `LF` checkout of container files. [#108](https://github.com/kalabox/lando/issues/108)
* Fixed broken `win32` build. [#108](https://github.com/kalabox/lando/issues/108)

v3.0.0-alpha.5 - [June 16, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.5)
--------------------------------

* Fixed bug where recipe overrides were not being mixed in correctly. [#97](https://github.com/thinktandem/horoscope/issues/97)
* Fixed bug where `portforward: true` was not showing the actual port given. [#97](https://github.com/thinktandem/horoscope/issues/97)
* Separated `build` from `extras`. [#91](https://github.com/thinktandem/horoscope/issues/91)
* Added abilty to run arbitrary scripts after services start up. [#93](https://github.com/thinktandem/horoscope/issues/93)
* Provided some more information for `lando info`. [#75](https://github.com/thinktandem/horoscope/issues/75)
* Added a `--deep` flag to `lando info`. [#75](https://github.com/thinktandem/horoscope/issues/75)
* Made `command` usage for `node` services more obvious. [#73](https://github.com/thinktandem/horoscope/issues/73)
* Added `varnish` service. [#62](https://github.com/thinktandem/horoscope/issues/62)
* Added `xdebug` options. [#65](https://github.com/thinktandem/horoscope/issues/65)
* Fixed bug where tooling cmds were dropping path parts in common with `appRoot`. [#104](https://github.com/thinktandem/horoscope/issues/104)
* Fixed bug where recipe overrides were not being mixed in correctly. [#97](https://github.com/kalabox/lando/issues/97)
* Fixed bug where `portforward: true` was not showing the actual port given. [#97](https://github.com/kalabox/lando/issues/97)
* Separated `build` from `extras`. [#91](https://github.com/kalabox/lando/issues/91)
* Added abilty to run arbitrary scripts after services start up. [#93](https://github.com/kalabox/lando/issues/93)
* Provided some more information for `lando info`. [#75](https://github.com/kalabox/lando/issues/75)
* Added a `--deep` flag to `lando info`. [#75](https://github.com/kalabox/lando/issues/75)
* Made `command` usage for `node` services more obvious. [#73](https://github.com/kalabox/lando/issues/73)
* Added `varnish` service. [#62](https://github.com/kalabox/lando/issues/62)
* Added `xdebug` options. [#65](https://github.com/kalabox/lando/issues/65)
* Fixed bug where tooling cmds were dropping path parts in common with `appRoot`. [#104](https://github.com/kalabox/lando/issues/104)

v3.0.0-alpha.4 - [June 9, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.4)
-------------------------------

* Added a `recipe` layer on top of `services`, `sharing` and `proxy`. [#9](https://github.com/thinktandem/horoscope/issues/9)
* Increased `maxListeners` for `lando.events`. [#9](https://github.com/thinktandem/horoscope/issues/9)
* Added `webroot` to `lando info` as applicable.. [#9](https://github.com/thinktandem/horoscope/issues/9)
* Added a `lamp` recipe. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Added a `lemp` recipe. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Added a `drupal6` recipe. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Added a `drupal7` recipe. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Added a `backdrop` recipe. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Added a `wordpress` recipe. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Added a `drupal8` recipe. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Updated documentation to include information about recipes. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Locked down host/container permission mappings. [#83](https://github.com/thinktandem/horoscope/issues/83)
* Added `wget` and `unzip` to `php` service. [#85](https://github.com/thinktandem/horoscope/issues/85)
* Fixed bug where `mod_rewrite` was not enabled for the `php` service by default. [#79](https://github.com/thinktandem/horoscope/issues/79)
* Fixed `linux` perm mapping when `LANDO_ENGINE_UID` already exists. [#85](https://github.com/thinktandem/horoscope/issues/85)
* Fixed bug where `win32` was incorrectly escaping command spaces. [#85](https://github.com/thinktandem/horoscope/issues/85)
* Added a `recipe` layer on top of `services`, `sharing` and `proxy`. [#9](https://github.com/kalabox/lando/issues/9)
* Increased `maxListeners` for `lando.events`. [#9](https://github.com/kalabox/lando/issues/9)
* Added `webroot` to `lando info` as applicable.. [#9](https://github.com/kalabox/lando/issues/9)
* Added a `lamp` recipe. [#79](https://github.com/kalabox/lando/issues/79)
* Added a `lemp` recipe. [#79](https://github.com/kalabox/lando/issues/79)
* Added a `drupal6` recipe. [#79](https://github.com/kalabox/lando/issues/79)
* Added a `drupal7` recipe. [#79](https://github.com/kalabox/lando/issues/79)
* Added a `backdrop` recipe. [#79](https://github.com/kalabox/lando/issues/79)
* Added a `wordpress` recipe. [#79](https://github.com/kalabox/lando/issues/79)
* Added a `drupal8` recipe. [#79](https://github.com/kalabox/lando/issues/79)
* Updated documentation to include information about recipes. [#79](https://github.com/kalabox/lando/issues/79)
* Locked down host/container permission mappings. [#83](https://github.com/kalabox/lando/issues/83)
* Added `wget` and `unzip` to `php` service. [#85](https://github.com/kalabox/lando/issues/85)
* Fixed bug where `mod_rewrite` was not enabled for the `php` service by default. [#79](https://github.com/kalabox/lando/issues/79)
* Fixed `linux` perm mapping when `LANDO_ENGINE_UID` already exists. [#85](https://github.com/kalabox/lando/issues/85)
* Fixed bug where `win32` was incorrectly escaping command spaces. [#85](https://github.com/kalabox/lando/issues/85)

v3.0.0-alpha.3 - [June 7, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.3)
-------------------------------

* Added API docs. [#48](https://github.com/thinktandem/horoscope/issues/48)
* Fixed bug where `node` was looking for webserver when in CLI mode. [#61](https://github.com/thinktandem/horoscope/issues/61)
* Refactored `sharing` to handle webroots better. [#61](https://github.com/thinktandem/horoscope/issues/61)
* Refactored `sharing` to prep for `osxfs` based sharing mode. [#61](https://github.com/thinktandem/horoscope/issues/61)
* Updated examples to reflect above. [#61](https://github.com/thinktandem/horoscope/issues/61)
* Added `memcached` service. [#17](https://github.com/thinktandem/horoscope/issues/17)
* Added `redis` service. [#14](https://github.com/thinktandem/horoscope/issues/14)
* Added `lando logs` command. [#56](https://github.com/thinktandem/horoscope/issues/56)
* Added API docs. [#48](https://github.com/kalabox/lando/issues/48)
* Fixed bug where `node` was looking for webserver when in CLI mode. [#61](https://github.com/kalabox/lando/issues/61)
* Refactored `sharing` to handle webroots better. [#61](https://github.com/kalabox/lando/issues/61)
* Refactored `sharing` to prep for `osxfs` based sharing mode. [#61](https://github.com/kalabox/lando/issues/61)
* Updated examples to reflect above. [#61](https://github.com/kalabox/lando/issues/61)
* Added `memcached` service. [#17](https://github.com/kalabox/lando/issues/17)
* Added `redis` service. [#14](https://github.com/kalabox/lando/issues/14)
* Added `lando logs` command. [#56](https://github.com/kalabox/lando/issues/56)

v3.0.0-alpha.2 - [June 2, 2017](https://github.com/kalabox/lando/releases/tag/v3.0.0-alpha.2)
-------------------------------

* Added a [Backdrop CMS](https://backdropcms.org/) example. [#52](https://github.com/thinktandem/horoscope/issues/52)
* Added a [Backdrop CMS](https://backdropcms.org/) example. [#52](https://github.com/kalabox/lando/issues/52)
* Added Lando API to documentation [#48](https://github.com/kalabox/lando/issues/48)
* Added support for [php 7.1](http://php.net/). [#52](https://github.com/kalabox/lando/issues/52)
* Added [composer](https://getcomposer.org/) to our php containers. [#52](https://github.com/kalabox/lando/issues/52)
Expand Down

0 comments on commit 61a1de3

Please sign in to comment.