Releases: rewardenv/reward
Releases · rewardenv/reward
v0.6.13
v0.6.12
v0.6.11
v0.6.10
Changelog
Changed
- Update to go version 1.23
v0.6.9
Changelog
- Update Shopware build scripts
- Fix Elasticsearch/Opensearch version handling for Magento 2.4.7+
- Fix Magento cron jobs
- Housekeeping in the repo
v0.6.8
v0.6.7
Changelog
Changed
- Update default Magento version to v2.4.7-p1.
- Update default Shopware version to v6.6.3.1.
- Revamp error handling to use errorspkg
- Use inline error-handling where possible
- Update go deps
- Use gcr mirror for image build
- Use prebuilt supervisord image instead of building it inline
- Change varnish and php-fpm health check methods
- Use a dedicated
OPENSEARCH_INITIAL_ADMIN_PASSWORD
for Opensearch >= 2.12.0 - Update default dependencies versions for Magento, Shopware, Wordpress, etc.
- Better support for Mariadb 11+
v0.6.6
v0.6.5
Changelog
Changed
- Simplify the logic of suppressing output/catching output of wrapped commands.
Fixed
- Fix an issue where the common services were not added to already existing service networks after
reward svc restart
.
v0.6.4
Changelog
Added
- Add support to add custom headers to requests proxied by Traefik. You can now add custom headers to requests proxied
by Traefik. AddREWARD_TRAEFIK_CUSTOM_HEADERS
to your.env
file to configure custom headers. - Add support to customize Traefik log level. You can now customize Traefik log level. Add
reward_traefik_log_level
to
thereward.yml
file to configure the log level.
Changed
- Update templating to use dollar prefixed contextual variables.
Fixed
- Fix an issue with opening multiple custom http/s ports.