Skip to content

Releases: rewardenv/reward

v0.7.1

10 Dec 19:37
Compare
Choose a tag to compare

Changelog

Fixed

  • Use regexes to make sure docker filters only match exact names
  • Add BACKEND_PORT to varnish if using single web container

v0.7.0

10 Dec 06:54
Compare
Choose a tag to compare

Changelog

  • 162c4c0 chore: change composer_configure function in the install.sh and build.sh scripts to ignore configuring composer if COMPOSER_AUTH is set
  • 359ab51 chore: change workflow-dispatch timeout
  • 881d086 chore: fix composer path for php-fpm images
  • 3a4f151 chore: lint
  • ed41e1b chore: refactor composer self-update function
  • 485ea65 chore: refactor docker-entrypoint.sh scripts
  • 299e15a chore: remove debug-app building workflows from regular app workflows, run them separately
  • 4118645 chore: remove debug-app building workflows from regular app workflows, run them separately
  • c743ec2 chore: run conditional_sleep before anything in install.sh
  • 247ec8d chore: run magento app:config:import during the configuration process
  • 4a8da59 chore: update build scripts for composer self-update
  • 83abefa chore: update php workflows
  • 4c3d5a6 chore: update php workflows
  • 290a8c9 chore: update php workflows
  • af6ac19 chore: update php workflows (#76)
  • 05c233d chore: update php-fpm chain pipeline
  • 005db91 chore: update php-fpm chain pipeline
  • 0eea2e6 chore: update pipeline cron schedules
  • 2877a52 chore: update pipeline cron schedules
  • 368c5bd chore: update shopware install script
  • de19b9f chore: update shopware install script
  • 11f1fad chore: update shopware install script
  • 0cf143d chore: update version_gt helper function
  • 6256e32 feat: add automated tests for bash scripts (#75)
  • 4d97f86 feat: prepare release
  • 5f9af77 fix: do not output anything from command check in install.sh and build.sh
  • bdb9025 fix: do not pass extra spaces to shopware commands
  • ea21993 fix: php args in scripts
  • 0d8d08c fix: remove parallel execution of tests
  • ce749f6 fix: wp installer shouldn't check for magerun

v0.6.14

19 Nov 07:12
Compare
Choose a tag to compare

Changelog

Fixed

  • Fix version checking for docker compose (#74)

v0.6.13

18 Oct 13:51
Compare
Choose a tag to compare

Changelog

Changed

  • Add support for KDE Neon (#72)

v0.6.12

18 Oct 09:47
Compare
Choose a tag to compare

Changelog

Changed

  • Add support for KDE Neon (#72)
  • Update goreleaser version

Fix

  • Issue with single web containers

v0.6.11

14 Oct 05:00
Compare
Choose a tag to compare

Changelog

Changed

  • Convert Magento version to semver before comparison (#71)

v0.6.10

26 Sep 11:50
Compare
Choose a tag to compare

Changelog

Changed

  • Update to go version 1.23

v0.6.9

26 Jul 12:49
Compare
Choose a tag to compare

Changelog

  • Update Shopware build scripts
  • Fix Elasticsearch/Opensearch version handling for Magento 2.4.7+
  • Fix Magento cron jobs
  • Housekeeping in the repo

v0.6.8

03 Jul 19:30
Compare
Choose a tag to compare

Changelog

  • 9fa7ca3 chg: update shopware build script
  • edbbabc images: update node version to 18 on shopware
  • 98abbbb images: update shopware build script
  • 94954c0 images: update shopware installer
  • 934306c images: use mirror.gcr.io for qemu images
  • d66d984 lint: minor fixes

v0.6.7

02 Jul 21:12
Compare
Choose a tag to compare

Changelog

Changed

  • Update default Magento version to v2.4.7-p1.
  • Update default Shopware version to v6.6.3.1.
  • Revamp error handling to use errorspkg
  • Use inline error-handling where possible
  • Update go deps
  • Use gcr mirror for image build
  • Use prebuilt supervisord image instead of building it inline
  • Change varnish and php-fpm health check methods
  • Use a dedicated OPENSEARCH_INITIAL_ADMIN_PASSWORD for Opensearch >= 2.12.0
  • Update default dependencies versions for Magento, Shopware, Wordpress, etc.
  • Better support for Mariadb 11+
  • 00d6ffc chg: use errorspkg.wrap for wrappign error messages, fix an issue with db import command
  • f4ce37a chg: use inline error handling where possible
  • 24f429d chg: use inline error handling where possible