|
1 | | -## v4.0.0-pre (August 42, 2020) |
| 1 | +# CHANGELOG |
2 | 2 |
|
3 | | -### Upgrade Instructions |
| 3 | +## v4.0.0 (October 11, 2017) |
| 4 | + |
| 5 | +One of the big changes in this release is the removal/deprecation of the |
| 6 | +bin/start.sh script. For a longish explanation why please check out [Deprecate the start.sh script in favor of using the underlying tools #59](https://github.com/phase2/generator-outrigger-drupal/issues/59) |
| 7 | + |
| 8 | +For more on the breaking changes associated with this release read on past the change list. |
| 9 | + |
| 10 | +* Moved generated .outrigger.yml to outrigger.yml for improved visibility. (:environment) |
| 11 | +* Removed start.sh script and replaced with a deprecation message. (:environment) |
| 12 | +* Added more robust rig project scripts instead of start.sh script. (:environment) |
| 13 | +* Added [documentation to repo](https://github.com/phase2/generator-outrigger-drupal/blob/master/docs/COMMANDS.md) on generated outrigger scripts. |
| 14 | +* Fixed composer install or composer update process does not return failure if patches fail to apply. |
| 15 | +* Added Drush defaults such that using drush via the cli service will target the site. |
| 16 | + (This removes the requirement to always use the alias via the cli service. Use `drush @none` to avoid Drupal bootstrap.) |
| 17 | +* Added out-of-box configuration for Xdebug via the CLI. (Ready out of box with [PHPStorm configuration](http://docs.outrigger.sh/common-tasks/using-xdebug-with-outrigger/)) |
| 18 | +* Added validation to domain prompt to disallow capital letters. (:environment) |
| 19 | +* Refactored all things CI or remote-host oriented to the new `cloud` sub-generator. |
| 20 | +* Added prompt to enter the remote CI host. (:cloud) |
| 21 | +* Removed outrigger integration as optional (Jenkins integration is optional via :cloud) (:environment) |
| 22 | +* Fixed generated grunt fetch-db task. (:environment) |
| 23 | +* Fixed cli build service to default to use BASH. (:environment) |
| 24 | +* Fixed --replay flag. |
| 25 | +* Fixed Unison compatibility for bin/docker.sh. (:environment) |
| 26 | + |
| 27 | +### Technical Plumbing |
| 28 | + |
| 29 | +* Upgraded generator-gadget to v1.2.0 ([Release Notes](https://github.com/phase2/generator-gadget/releases/tag/v1.2.0)) |
| 30 | + |
| 31 | +### Contributors |
| 32 | + |
| 33 | +@grayside, @scottalan, @jhedstrom, @mike-potter, @febbraro, @tekante |
| 34 | + |
| 35 | +### Breaking Changes |
| 36 | + |
| 37 | +#### Code Changes |
4 | 38 |
|
5 | 39 | To continue using the --replay flag with projects generated before v4, please make the following changes to your `.yo-rc.json` file, hidden at the root of your git repo. |
| 40 | + |
6 | 41 | * Replace `useEnv` with `useCloud`. |
7 | | -* Add `cloudHost` key set to the URL of your Docker host. (`ci.p2devcloud.com` or `ci2.p2devcloud.com`) |
| 42 | +* Add `cloudHost` key set to the URL of your Docker host. (For example: `ci.p2devcloud.com`) |
| 43 | + |
| 44 | +#### System Requirements |
| 45 | + |
| 46 | +Upgrade rig CLI to at least version 1.3.2. |
8 | 47 |
|
9 | 48 | ## v3.4.0 (July 18, 2017) |
10 | 49 |
|
@@ -419,7 +458,7 @@ The `bin/start.sh` script has got command-line options now, including: |
419 | 458 | * Break Jenkins home into views by environment with primary for key shortcuts. |
420 | 459 | * Add jenkins-test-fail job to check on Jenkins error handling. |
421 | 460 | * Added deploy-local job for local testing of Jenkins |
422 | | -* Added the colorization library from _devtools_vm past, began light use. |
| 461 | +* Added the colorization library from \_devtools_vm past, began light use. |
423 | 462 | * Automated test coverage, 45 assertions and counting. |
424 | 463 | * Generated documentation improvements |
425 | 464 |
|
|
0 commit comments