Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloud 2002.0.18 release #4448

Merged
merged 45 commits into from
May 8, 2019
Merged

Cloud 2002.0.18 release #4448

merged 45 commits into from
May 8, 2019

Conversation

hguthrie
Copy link
Contributor

@hguthrie hguthrie commented May 7, 2019

This contains the updates for the Cloud 2002.0.18 release.
https://magento2.atlassian.net/browse/MAGECLOUD-3401

  • final dev review
  • whatsnew updated with links
  • editor review
  • link check

whatsnew
Updated the Cloud Release notes for ece-tools version 2002.0.18.

meker12 and others added 30 commits April 4, 2019 21:14
…r Reliable HA Support (#4157)

* MAGECLOUD-3054: Added documentation for lock provider configuration options
* Added v2.2 and 2.3 release note
* Update cron container note

* add release note

* update cron log location

* correct crons property typo

* crons property typo
MAGECLOUD-2172 release note for redis cache fix
MAGECLOUD-2890 add varnish container and TLS container
MAGECLOUD-2899: Redis Slave Nodes Have no Health Checks / Are not Stable
Also navigation improvements related to Docker
MAGECLOUD-3205: Provide ElasticsSuite auto-configuration in ECE-Tools
various minor edits
* MAGECLOUD-3482/3382 scd thread update

Update release notes

* update from feedback
MAGECLOUD-3511: [Cloud Docker] Add development configuration
@hguthrie hguthrie added Internal Dev Differentiates work between community and Magento staff 2.3.x Magento 2.3 related changes labels May 7, 2019
@hguthrie hguthrie self-assigned this May 7, 2019
@magento-cicd2
Copy link
Contributor

CLA assistant check
Thank you for your submission, we really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
3 out of 5 committers have signed the CLA.

✅ meker12
✅ hguthrie
✅ shiftedreality
❌ arhiopterecs
❌ NadiyaS

@hguthrie hguthrie requested a review from YPyltiai May 7, 2019 21:17
@hguthrie hguthrie added the 2.1.x label May 7, 2019
guides/v2.1/cloud/docker/docker-config.md Show resolved Hide resolved
guides/v2.1/cloud/docker/docker-config.md Outdated Show resolved Hide resolved
```
{: .no-copy}

#### To connect to the database using Docker commands:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What are the differences/advantages/disadvantages between methods of connecting to a DB? Why would I do one versus the other?

guides/v2.1/cloud/docker/docker-development-debug.md Outdated Show resolved Hide resolved
guides/v2.1/cloud/docker/docker-quick-reference.md Outdated Show resolved Hide resolved
jeff-matthews and others added 2 commits May 8, 2019 09:01
Co-Authored-By: hguthrie <hguthrie@users.noreply.github.com>
Copy link
Contributor

@meker12 meker12 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM +1

| Elasticsearch | `--es` | 2.4 | 1.7, 2.4, 5.2, 6.5
| RabbitMQ | `--rmq` | 3.5 | 3.5, 3.7
| Redis | `--redis` | 3.2 | 3.0, 3.2, 4.0, 5.0
_Mode_ is an additional configuration option for the Docker configuration generator (the `docker:build` command). This mode does not affect the Magento mode. It determines the {{site.data.var.ece}} filesystem installation and read-only or read-write behavior.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice :-)

guides/v2.1/cloud/docker/docker-quick-reference.md Outdated Show resolved Hide resolved
@hguthrie hguthrie marked this pull request as ready for review May 8, 2019 19:39
@hguthrie
Copy link
Contributor Author

hguthrie commented May 8, 2019

running tests

2 similar comments
@jeff-matthews
Copy link
Contributor

running tests

@jeff-matthews
Copy link
Contributor

running tests

@hguthrie hguthrie merged commit 256ea5c into master May 8, 2019
@ghost
Copy link

ghost commented May 8, 2019

Hi @hguthrie, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@hguthrie hguthrie deleted the Cloud-2002.0.18 branch May 9, 2019 15:55
- PHP_IDE_CONFIG=serverName=magento_cloud_docker
- XDEBUG_CONFIG=remote_host=host.docker.internal
env_file:
- ./docker/config.env
```
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

 generic:
    image: alpine
    environment:
      - PHP_MEMORY_LIMIT=2048M
      - UPLOAD_MAX_FILESIZE=64M
      - MAGENTO_ROOT=/app
      - PHP_IDE_CONFIG=serverName=magento_cloud_docker
      - XDEBUG_CONFIG=remote_host=host.docker.internal
      - 'PHP_EXTENSIONS=bcmath bz2 calendar exif gd gettext intl mysqli pcntl pdo_mysql soap sockets sysvmsg sysvsem sysvshm opcache zip redis xsl xdebug'
    env_file:
      - ./.docker/config.env 

@@ -36,6 +61,7 @@ You must have the following software installed on your local workstation:
- [php@7.2](https://formulae.brew.sh/formula/php@7.2)
- [Composer](https://getcomposer.org)
- [Docker](https://www.docker.com/get-started)
- [docker-sync](https://docker-sync.readthedocs.io/en/latest/getting-started/installation.html)—file synchronization is required for developer mode
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

or mutagen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.1.x 2.2.x 2.3.x Magento 2.3 related changes Internal Dev Differentiates work between community and Magento staff Major Update Significant original updates to existing content
Projects
None yet
Development

Successfully merging this pull request may close these issues.

9 participants