Reward Versions Save

Reward is a Swiss Army knife CLI utility for orchestrating Docker based development environments.

v0.5.0

8 months ago

Changelog

We're super excited to announce Reward 0.5.0!

Major changes

  • Add experimental support for rootless php-fpm containers.

v0.4.10

8 months ago

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

8 months ago

Changelog

Fixed

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

v0.4.8

1 year ago

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

1 year ago

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

1 year ago

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

1 year ago

Changelog

Fixed

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

v0.4.4

1 year ago

Changelog

Fixed

  • Fix an issue with PWA-Studio environment.

v0.4.3

1 year ago

Changelog

Changed

Added

  • Add option to configure traefik, dnsmasq and tunnel listen interfaces and ports.

v0.4.2

1 year ago

Changelog

Added

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