Skip to content

Releases: rewardenv/reward

v0.4.0-beta2-202302012243

01 Feb 22:44
Compare
Choose a tag to compare
Pre-release

Changelog

Changed

  • Add new versions for Elasticsearch, OpenSearch, MariaDB, Redis
  • Enable ARM build for Windows
  • Rename module from reward to github.com/rewardenv/reward
  • Move main.go to cmd/reward
  • Enable a bunch of linters and fix all the issues.
  • Extract util to a separate package.

v0.4.0-beta1-202301311514

31 Jan 16:56
Compare
Choose a tag to compare
Pre-release

Changelog

Added

  • Introducing a new plugin system. You can now write your own plugins and use them with Reward. For more
    information, see the sample plugin repository.
  • Introducing a new feature called shortcuts. You can define your own shortcuts to automate Reward commands.
  • Add support for bootstrapping Shopware.
  • Allow self-updating to pre-released versions. Use reward self-update --prerelease to update to the latest
    pre-release version.
  • You can now specify the exact version of Composer using COMPOSER_VERSION=2.4.4 in your .env file. Or you can use
    COMPOSER_VERSION=2 to always use the latest version.

Changed

  • Some varying command line flags are now only shown for the relevant environment types. For example for
    the bootstrap command the --magento-type flag is only available when the environment type is magento.
  • Requirements (docker API access, version requirements, etc.) are now checked before running any command instead of
    only running before specific commands.
  • Default Magento version is now v2.4.5-p1.
  • Default Node version is now 16 globally. You can change it by setting NODE_VERSION in your .env file.
  • During self-update now using GitHub API to fetch the latest release instead of GitHub releases page.

Removed

  • REWARD_MUTAGEN_ENABLED option is removed. Use REWARD_SYNC_ENABLED instead.
  • REWARD_WSL2_DIRECT_MOUNT option is removed. Use REWARD_SYNC_ENABLED=false instead.
  • Instead of using 1 and 0 for enabling and disabling options, use true and false everywhere.

v0.3.25-beta

04 Jan 08:19
Compare
Choose a tag to compare

Changelog

v0.3.24-beta

20 Dec 17:13
Compare
Choose a tag to compare

Changelog

  • d07767e Update initializing-magento2.md (#32)
  • 74e68f7 add php 8.2 to the builds
  • 302fef1 add shellinabox to the web containers
  • 8a72227 bump version
  • 266e702 bump version
  • 00f18e4 change WWWDATA_PASSWORD variable name
  • d781f9e determine magento version from composer.json package name
  • 2693c9d explicitly define nginx user in web containers
  • 2d4c744 feat: add support to expose dnsmasq to 53/tcp
  • 6a12ba7 fix an issue with mhsendmail
  • c2bf434 fix: an issue with the generic environment
  • 4fe7262 php8.2-mcrypt is unavailable atm, so i removed it temporarily for 8.2
  • 30f6b52 php8.2-mcrypt is unavailable atm, so i removed it temporarily for 8.2
  • db353b8 update magepack build
  • 46a73a5 update pwa studio docs

v0.3.21-beta

27 Oct 07:37
Compare
Choose a tag to compare

Changelog

  • 9e225a0 fix an issue with shell command's --user flag
  • 694f46e minor refactor, don't enforce composer version based on magento version
  • 6e14987 update docs, bump version

v0.3.19-beta

26 Oct 10:31
Compare
Choose a tag to compare

Changelog

  • 4f80947 add support to expose services to the host machine
  • bef3b7c bump version
  • afb6b60 fix an issue related to pwa shell

v0.3.18-beta

25 Oct 10:44
Compare
Choose a tag to compare

Changelog

  • 71cf308 bump version
  • 6eff3ab redo a change related to dockersocket generation

v0.3.17-beta

23 Oct 17:14
Compare
Choose a tag to compare

Changelog

  • f7d88ae bump version
  • a56ff2b dynamically find docker socket using docker cli

v0.3.16-beta

23 Oct 13:20
Compare
Choose a tag to compare

Changelog

  • fd1e015 add better support for local environments
  • eca0fb9 bump version

v0.3.15-beta

23 Oct 12:31
Compare
Choose a tag to compare

Changelog