Releases: jolicode/docker-starter
Releases · jolicode/docker-starter
v3.11.0
v3.10.0
What's Changed
- Migrate to Compose V2 by @JorickPepin in #216
- feat(nodejs): Use NodeJS 18.x LTS version by @kissifrot in #215
- fean(composer): Update to composer 2.5.5 by @kissifrot in #214
- feat(invoke): Update invoke to v2.x version by @kissifrot in #213
- fix(workers tasks): get_workers works with docker ps header by @ternel in #211
- Update some github actions by @lyrixx in #201
- Add "How to use with Sylius" section in the README.md by @clairecoloma in #207
- Fix some minor typos in README by @sfavot in #208
- Improve the english in invoke.py comments by @HedicGuibert in #209
New Contributors
- @clairecoloma made their first contribution in #207
- @sfavot made their first contribution in #208
- @JorickPepin made their first contribution in #216
Full Changelog: v3.9.0...v3.10.0
Release v3.9.0
What's Changed
- Increase the max number of FPM worker by @lyrixx in #187
- Enable PHP FPM status page on
/php-fpm-status
by @lyrixx in #188 - Update docs by @kissifrot in #191
- feat(composer): update to composer 2.5.0 by @welcoMattic in #198
- Added support for PHP 8.2 by @lyrixx in #200
Full Changelog: v3.8.0...v3.9.0
Release v3.8.0
Release v3.7.0
What's Changed
- Drop composer cache in GA by @lyrixx in #176
- Bump paramiko from 2.7.2 to 2.10.1 by @dependabot in #177
- Add documentation cookbook for installing redirection.io by @lyrixx in #178
- Upgrade many components by @lyrixx in #179
- Upgrade to Traefik v2.7.0
- Upgrade to PostgreSQL v14
- Upgrade to Composer v2.3
Full Changelog: v3.6.0...v3.7.0
Release v3.6.0
What's Changed
- Upgrade NodeJS to version 16.x LTS and remove deprecated apt-key usage by @kissifrot in #172
- Upgrade composer to 2.2.7 by @kissifrot in #171
- Remove certificates when destroying infrastructure by @pyrech in #168
- Update Mercure configuration by @matthieuwerner in #169
- Update README.md for RabbitMQ by @kissifrot in #174
- Prepare 3.6.0 release by @lyrixx in #173 and #175
Full Changelog: v3.5.0...v3.6.0
Release v3.5.0
- Update PHP to version 8.1
- Generate SSL certificates with mkcert when available (self-signed otherwise)
Release v3.4.0
- Fix
COMPOSER_CACHE_DIR
default value when composer is not installed on host - Upgrade base to Debian Bullseye (11.0)
- Document webpack 5+ integration
Release v3.3.0
- Update PHP to version 8.0
- Update Composer to version 2.1.0
- Fix APT key for Sury repository
- Fix the version of our debian base image
Release v3.2.0
- Migrate CI from Circle to GitHub Actions
- Add support for
docker-compose.override.yml