2.0.0-alpha1
Pre-release
Pre-release
andytson-inviqa
released this
29 Feb 14:53
·
4 commits
to 2.0.x
since this release
What's Changed
Major changes
- PHP harness is now a child harness of the Docker harness, and so projects
workspace()
references the latter as a harness layer. my127/workspace 0.3.2 is required to use on projects that upgrade to this, and 0.4.0 is required to usews create ...
harness layers are referenced in project like:
workspace('mysite'):
harnessLayers:
- inviqa/docker:v0.4.0-alpha1
- inviqa/php:v2.0.0-alpha1
Breaking changes:
- Spryker harness has been removed from this repository and may not be maintained in the future
Implemented enhancements
- Remove subtree split from release process by @andytson-inviqa in #789
- Replace php intermediate image build with multi-stage Dockerfile by @andytson-inviqa in #781
- Upgrade to NGINX v1.25 as v1.23 is no longer supported by @kierenevans in #790
- Switch over to docker compose v2 by @andytson-inviqa in #742
- chore: skip sending slack failures on draft PRs by @andytson-inviqa in #796
- Update to use docker harness by @andytson-inviqa in #782
- Add support for Akeneo 7 and remove 4 by @andytson-inviqa in #795
- Add support for PHP 8.3 Debian bookworm my127 image by @andytson-inviqa in #799
- Switch behat default session to browerkit as goutte abandoned by @andytson-inviqa in #797
- Update PHP/Symfony/Wordpress PHP version to 8.2 by @andytson-inviqa in #798
- docs: improve harness upgrade instructions by @kierenevans in #807
- Add support for searchengine attribute to specify different search engines by @andytson-inviqa in #802
- feat(spryker): Remove spryker harness by @andytson-inviqa in #806
- feat(all): Add corepack support by @andytson-inviqa in #803
- feat(magento2): Update Magento to 2.4.6-p4 and it's PHP to 8.2 by @andytson-inviqa in #800
- feat(all): improve XDebug and PHP config by @NoDiskInDriveA in #804
- feat(symfony): update Symfony to version 7.0 by @andytson-inviqa in #808
Fixed bugs
- Remove xarg max-args option to stop warning when using replace option by @andytson-inviqa in #792
- Fix references to renamed drupal8 harness by @andytson-inviqa in #794
Full Changelog: 1.6.2...2.0.0-alpha1