Releases: rewardenv/reward
Releases · rewardenv/reward
v0.5.0
Changelog
We're super excited to announce Reward
0.5.0!
Major changes
- Add experimental support for rootless
php-fpm
containers.
v0.4.10
Changelog
Changed
- Default Magento version is now v2.4.6-p2.
- Change default PHP versions to 8.2.
Fixed
- Fix an issue with patch version comparisons.
v0.4.9
Changelog
Fixed
- Fix an issue with disabling Magento 2 Two Factor Authentication for 2.4.6+ versions.
v0.4.8
Changelog
Changed
- Add
host.docker.internal
to php-fpm and php-debugextra_hosts
to support this host name on linux native docker.
v0.4.7
Changelog
Changed
- Reverted default dnsmasq listen address back to
127.0.0.1
instead of0.0.0.0
as it caused issues for some users.
v0.4.6
Changelog
Added
- Above Magento 2.4.6 when you run
reward bootstrap
with--disable-tfa
flag Reward will also disable Adobe IMS.
v0.4.5
Changelog
Fixed
- Fix an issue with the default shell container of PWA-Studio environment.
v0.4.4
Changelog
Fixed
- Fix an issue with PWA-Studio environment.
v0.4.3
Changelog
Changed
- Change the default listen address for traefik, dnsmasq and tunnel to
0.0.0.0
instead of127.0.0.1
. This
fixes: docker/for-win#13182
Added
- Add option to configure traefik, dnsmasq and tunnel listen interfaces and ports.
v0.4.2
Changelog
Added
- Add option to disable HTTP -> HTTPS redirection globally. Add
reward_traefik_allow_http=true
to your.env
file to
disable.