Skip to content

v3.4.6

Compare
Choose a tag to compare
@jaydrogers jaydrogers released this 07 Nov 20:31
· 13 commits to main since this release
2095c21

⚠️ Deprecation warning

  • We removed linux/arm/v7 because it's old and it was adding to our build times. These are 32-bit Arm processors. We still support 64-bit ARM (like M-series macs) with linux/arm64/v8

🐛 Bug Fixes

  • Fixed issue where Laravel Auto-migrations would fail on first deployment (#489)

🤩 Improvements

  • Improved notices when running a custom command with S6 Overlay
  • Added PHP version and Docker image tag version to container info at start up

🤓 Development improvements

  • Added platform support to local build script
  • We added a new method to improve PR experiences so we can streamline contributions
  • Moved from Runs-on back to hosted GHA runners for cost reasons