Skip to content

Releases: rewardenv/reward

v0.5.0

25 Sep 20:01
Compare
Choose a tag to compare

Changelog

We're super excited to announce Reward 0.5.0!

Major changes

  • Add experimental support for rootless php-fpm containers.

v0.4.10

25 Sep 20:00
Compare
Choose a tag to compare

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

20 Sep 11:11
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix an issue with disabling Magento 2 Two Factor Authentication for 2.4.6+ versions.

v0.4.8

28 Apr 06:23
Compare
Choose a tag to compare

Changelog

Changed

  • Add host.docker.internal to php-fpm and php-debug extra_hosts to support this host name on linux native docker.

v0.4.7

20 Apr 06:47
Compare
Choose a tag to compare

Changelog

Changed

  • Reverted default dnsmasq listen address back to 127.0.0.1 instead of 0.0.0.0 as it caused issues for some users.

v0.4.6

20 Mar 08:59
Compare
Choose a tag to compare

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

08 Mar 16:08
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix an issue with the default shell container of PWA-Studio environment.

v0.4.4

08 Mar 07:44
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix an issue with PWA-Studio environment.

v0.4.3

07 Mar 11:20
Compare
Choose a tag to compare

Changelog

Changed

  • Change the default listen address for traefik, dnsmasq and tunnel to 0.0.0.0 instead of 127.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

20 Feb 20:51
Compare
Choose a tag to compare

Changelog

Added

  • Add option to disable HTTP -> HTTPS redirection globally. Add reward_traefik_allow_http=true to your .env file to
    disable.