Releases: rewardenv/reward
Releases · rewardenv/reward
v0.4.0-beta2-202302012243
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
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
thebootstrap
command the--magento-type
flag is only available when the environment type ismagento
. - 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. UseREWARD_SYNC_ENABLED
instead.REWARD_WSL2_DIRECT_MOUNT
option is removed. UseREWARD_SYNC_ENABLED=false
instead.- Instead of using
1
and0
for enabling and disabling options, usetrue
andfalse
everywhere.
v0.3.25-beta
v0.3.24-beta
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
v0.3.19-beta
v0.3.18-beta
v0.3.17-beta
v0.3.16-beta
v0.3.15-beta
Changelog
- 70a2aa7 add shopware-web image
- 6b5761c bump version
- 522b499 disable lint and test
- 8195a00 fix a typo
- 0c36f67 fix a typo
- 8e0a34d fix a typo in magento installer
- 2e150e8 fix default opensearch version
- afce529 trigger builds
- 13392d7 update deploy for shopware
- d0b8ee7 update deploy for shopware
- 585a810 update deploy for shopware
- cca02ac update install scripts
- b5227e5 update installer scripts
- 1a070b0 update nginx settings for magento-web, wordpress-web
- cdc71f0 update node version for shopware
- 8c5fc4a update php-fpm ci
- 7b93efd update php-fpm images
- 3d0b818 update shopware deployment
- e091be0 update shopware deployment
- 699e645 update shopware deployment
- 8f4a39d update shopware nginx conf
- 13e2d55 update wordpress image
- 1b76f8e update wordpress image
- 75eef18 update wordpress image
- d406f8c update wordpress-web image
- 959114f update wordpress-web image