Releases: inviqa/harness-wordpress
Releases · inviqa/harness-wordpress
0.9.0
0.9.0 (2020-08-12)
Implemented enhancements:
- Make external_images function more readable #356 (andytson-inviqa)
- Switch sealed-secrets off #355 (andytson-inviqa)
- Pull external images in parallel before building service images #354 (andytson-inviqa)
- Use more context related docker attribute paths #353 (andytson-inviqa)
- Fix multiple argument run/passthru escaping and migrate most to use it #351 (andytson-inviqa)
- Run standalone phpstan over magento2 in production mode #350 (kierenevans)
- Support helm v3 cli by avoiding helm init #349 (andytson-inviqa)
- Remove node_modules from console image. Clear cache #347 (kierenevans)
- Use production webpack build when in static mode for akeneo #346 (kierenevans)
- Deduce the docker registry_url from repository #345 (andytson-inviqa)
- Bump Magento to 2.3.5-p2 #344 (kierenevans)
- Add ability to define env vars from k8s secrets #342 (andytson-inviqa)
- Add new core Composer tools #341 (opdavies)
- Support image pull configuration using sealed-secrets #339 (andytson-inviqa)
- Use docker-compose build/push and service push config #338 (andytson-inviqa)
- Use mutagen.yml config to manage mutagen docker containers #336 (andytson-inviqa)
- Use fully expressive variable name for git ssh private key #335 (andytson-inviqa)
- Do not install development dependencies in built docker image #331 (kierenevans)
- Avoid copying node_modules to php-fpm #329 (kierenevans)
- Avoid copying vendor folder to NGINX, apart from akeneo #328 (kierenevans)
Fixed bugs:
- varnish hostname needs to be set dynamically #332
- Make chart git ssh_private_key backwards compatible deprecation #343 (andytson-inviqa)
- Remove spryker console dev image #340 (kierenevans)
- Set host volume options to cached and make a delegated-volumes flag #334 (andytson-inviqa)
- Fix varnish cache clearing for magento2 when using resource prefixes #333 (kierenevans)
- Use the production DI for magento2 in phpspec/phpstan #330 (kierenevans)
0.8.0
0.8.0 (2020-06-19)
Breaking changes:
- Add Varnish #309 (kierenevans)
Implemented enhancements:
- Add option for varnish container as the entrypoint to the site in Magento 2.x harness #14
- Run phpstan separately for drupal8 #325 (kierenevans)
- Improve Xdebug IDE support by not assuming PHPStorm #324 (kierenevans)
- Use mutagen by default #323 (kierenevans)
- Fix simpletest usage for Drupal 8 #322 (kierenevans)
- Speed up Spryker build #319 (kierenevans)
- Let production mode work for magento2 #318 (kierenevans)
- Allow the Magento2 executable to be called from the host machine #316 (jbarton123)
- Enable local mail by default #315 (kierenevans)
- Use PHP 7.3 by default in magento2 #314 (kierenevans)
- Improve speed of permissions fixes #310 (kierenevans)
- Add redis-session persistent storage enabled by default #305 (kierenevans)
- Add harness update commands #299 (kierenevans)
Fixed bugs:
- Remove web writable generated directory for Magento2 #320 (jbarton123)
- Fix wrong hosts entry on startup #317 (kierenevans)
- Fix drupal8 build #311 (kierenevans)
- Align framework overrides with base. Update Magento 2 NGINX config. #291 (kierenevans)
- Fix drupal8 phpstan-prophecy path #327 (kierenevans)
Merged pull requests:
- Bump PHPStan Prophecy based on dependabot upgrading another project #321 (kierenevans)
- Bump Magento 1 to 1.14.4.5 #313 (kierenevans)
- Bump Magento 2 to 2.3.5-p1 #312 (kierenevans)
0.7.0
0.7.0 (2020-05-29)
Breaking changes:
- Akeneo 4.x Support #287 (kierenevans)
Implemented enhancements:
- Move RabbitMQ to be available for Magento 2 #307 (kierenevans)
- Use less executors at once in Jenkins #306 (kierenevans)
- Configure Magento 2 Cron #304 (kierenevans)
- Resource Prefix support for Magento 1 & 2 #303 (kierenevans)
- Allow automated builds to show us errors #301 (kierenevans)
- Indicate that confd(harness:/) isn't part of the public api #300 (andytson-inviqa)
- Keep generated directory contents on backend init for magento2 #297 (jbarton123)
- Add missing php-fpm pool overrides to pool config #296 (andytson-inviqa)
Fixed bugs:
- Fail init job completely if the first attempt fails #302 (kierenevans)
- Fix drupal8 build #298 (kierenevans)
0.6.0
0.6.0 (2020-05-12)
Implemented enhancements:
- Enable production settings for php-fpm in static mode #275
- Allow using a fixed mysql port forward to the host #290 (kierenevans)
- Prompt for magento edition when creating #289 (kierenevans)
- Adding helper commands for composer (base php) and drush (drupal 8) #286 (sawtell)
- Add PHP Compatibility Sniffs by default, to aid with version changes #285 (kierenevans)
- Updating welcome task to be compiled from twig template. #282 (sawtell)
- Production PHP Settings #280 (kierenevans)
- Updating application template to support hostname aliases #279 (sawtell)
- Make mysql image and tag configurable #278 (andytson-inviqa)
- Run
setup:di:compile
for Magento 2 in static mode #274 (kierenevans) - allow customising annotations on application ingress #273 (dcole-inviqa)
- PHP-FPM Pools and Zed #271 (g-foster2)
- Adjust README if mutagen is turned on #269 (kierenevans)
- Update magento2 gitignore for 2.3.4 #268 (kierenevans)
- Add support for multiple php-fpm pools and split spryker zed into one #267 (andytson-inviqa)
- Use default Symfony4 web directory #266 (NoDiskInDriveA)
- Update Magento 2 application skeleton - DEV tools configuration #263 (tkotosz)
- Add SensioLabs Behat PageObjectExtension to Magento 2 skeleton #264 (tkotosz)
Fixed bugs:
- Ensure latest drupal/core 8.8.5 is installed. Fix test-quality script #292 (kierenevans)
- Ignore cron's env.sh #288 (kierenevans)
- Avoid copying assets to php-fpm from console #284 (kierenevans)
- Fix builds for Symfony by adding in a webroot folder #277 (kierenevans)
- Add extra cache types to avoid env.php needing to be writable at runtime #276 (kierenevans)
- Run the watch script #272 (kierenevans)
- Fix TTY usage when stdin is not a TTY. #265 (kierenevans)
- Fix dash-casing of php-fpm-exporter services #262 (andytson-inviqa)
0.5.1
- Fix dash-casing of php-fpm-exporter services (inviqa/harness-base-php#262)
0.5.0
0.4.0
0.3.14
0.3.13
0.3.12
Fix for cron-run-with-env.sh used in cron container.