Releases: serversideup/docker-php
Releases · serversideup/docker-php
Release list
v3.6.0
🤩 What's new
All images
- Adds support for Debian Trixie 🥳
- Greatly expanded support for many different versions of operating systems (Alpine 3.22, 3.21, etc)
FPM-NGINX
- Changes
fpm-nginxto install from the official NGINX repos with specific version pinning
Unit
- Bumped NGINX Unit to v1.34.2
🐛 Bug Fixes
- Fixed issue where Alpine images were the
/rundirectory was not being changed when runningdocker-php-serversideup-set-file-permissions
🤖 CI Improvements
- Adds CI runners from depot.dev -- who graciously offered this service to us at no charge 🙏
- Improves CI running process where it runs a build but can "fallback" to a previous minor version if PHP hasn't published a Docker image yet
⏫️ Upstream Dependencies
- Bumped mlocati/docker-php-extension-installer to v2.9.4
- Bumped S6 Overlay to v3.2.1.0
- Bumped php-fpmhealthcheck to v0.6.0
Full Changelog: v3.5.2...v3.6.0
v3.6.0-beta2
🤩 What's new
All images
- Adds support for Debian Trixie 🥳
- Greatly expanded support for many different versions of operating systems (Alpine 3.22, 3.21, etc)
FPM-NGINX
- Changes
fpm-nginxto install from the official NGINX repos with specific version pinning
Unit
- Bumped NGINX Unit to v1.34.2
🐛 Bug Fixes
- Fixed issue where Alpine images were the
/rundirectory was not being changed when runningdocker-php-serversideup-set-file-permissions
🤖 CI Improvements
- Adds CI runners from depot.dev -- who graciously offered this service to us at no charge 🙏
- Improves CI running process where it runs a build but can "fallback" to a previous minor version if PHP hasn't published a Docker image yet
⏫️ Upstream Dependencies
- Bumped mlocati/docker-php-extension-installer to v2.8.0
- Bumped S6 Overlay to v3.2.1.0
- Bumped php-fpmhealthcheck to v0.6.0
v3.5.2
🛠️ CI Improvement
- re-enable the weekly image builds cron by @tomschlick in #505
- Added specific step for checking out tagged releases
Full Changelog: v3.5.1...v3.5.2
v3.5.2-beta1
🛠️ CI Improvement
- Enabled weekly builds. Added specific step for checking out tagged releases
Full Changelog: v3.5.1...v3.5.2-beta1
v3.5.1
🤩 What's new
- Updated docker-php-extension-installer to v2.7.0 for Imagick support on PHP 8.4 🥳
v3.5.0
🤩 What's new
- Add PHP 8.4 support by @tomschlick in #497
- CI: Fixed issue with DockerHub Readme
New Contributors
- @tomschlick made their first contribution in #497
Full Changelog: v3.4.8...v3.5.0
v3.5.0-beta1
What's Changed
- Add PHP 8.4 support by @tomschlick in #497
New Contributors
- @tomschlick made their first contribution in #497
Full Changelog: v3.4.8...v3.5.0
v3.4.8
🐛 Bug fixes
- Fixed an issue where the image version was not displaying in Unit variations (#496)
v3.4.7
🤩 What's new
- Updated PHP extension installer to v2.6.4, which adds PHP 8.3 support for Imagick 🥳 (mlocati/docker-php-extension-installer#811)
v3.4.6
⚠️ Deprecation warning
- We removed
linux/arm/v7because 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) withlinux/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