Releases: inviqa/harness-magento2
Releases · inviqa/harness-magento2
0.3.9
Added separate cron container based on php-fpm image.
0.3.8
This release targets the akeneo harness with a fix of a file location.
Other harnesses released in sync to maintain version number progression and for testing purposes.
0.3.7
This release targets the akeneo harness with changes to support division of php-fpm container and configuration of N job queue consumer daemons. Other harnesses released in sync to maintain version number progression and for testing purposes.
0.3.6
Created for testing purposes (this release was triggered by akeneo-targeted changes).
0.3.4
With support for additional istio gateways.
0.3.3
Database import command
0.3.2
CHANGES:
- ES_HOST will be populated in php-fpm and console environment variables if elasticsearch is enabled in helm values
- ws networks external now silences the error coming back from it's check to see if the network exists
0.3.1
BUG FIXES:
- Fix usage of tpl missing from some helm containers
0.3.0
NEW:
- Copy only the web/public directory into Nginx when built in static mode
- Add ability to set up persistent volumes for the application
- Support overriding helm environment variables via attributes
- Add a way to ensure external networks exist prior to enabling
CHANGES:
- Make resource prefix configurable, named more accurately
- Support the use of no database and reduce templating around it
- Use atomic helm upgrades to rollback automatically in case of upgrade failure
BC BREAKAGES:
- Recently introduced helm prefix renamed to resourcePrefix and defaults to an empty string rather than workspace.name ~ '-'
- Atomic upgrades rolling back will now delete the failed container logs when rolling back