|
| 1 | +# Changelog |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), |
| 5 | +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). |
| 6 | + |
| 7 | +## [Unreleased] |
| 8 | + |
| 9 | +## [1.2.3] - 2020-06-28 |
| 10 | +### Added |
| 11 | +- Added `CHANGELOG.md` |
| 12 | + |
| 13 | +## [1.2.2] - 2020-05-24 |
| 14 | +### Added |
| 15 | +- `redis` PECL extensions for all images |
| 16 | +- Update `README.md` to include `Symfony 5` version |
| 17 | + |
| 18 | +### Fixed |
| 19 | +- Typo in `Makefile` |
| 20 | + |
| 21 | +## [1.2.1] - 2020-03-08 |
| 22 | +### Added |
| 23 | +- Support for `webp` images with GD extension in all versions |
| 24 | + |
| 25 | +### Changes |
| 26 | +- Upgraded `hirak/prestissimo` to `0.3.10` |
| 27 | + |
| 28 | +### Fixed |
| 29 | +- Missing `.PHONY:` directives in `Makefile` |
| 30 | + |
| 31 | +## [1.2.0] - 2019-12-28 |
| 32 | +### Added |
| 33 | +- PHP 7.4 images |
| 34 | + |
| 35 | +## [1.1.2] - 2019-11-10 |
| 36 | +### Added |
| 37 | +- Custom `php.ini` file for each PHP image |
| 38 | + |
| 39 | +### Fixed |
| 40 | +- Fixed memory limitations by setting the `memory_limit` in `php.ini` to `-1` |
| 41 | + |
| 42 | +## [1.1.1] - 2019-10-22 |
| 43 | +### Added |
| 44 | +- `soap` and `GD` extensions to all PHP images |
| 45 | + |
| 46 | +## [1.1.0] - 2019-10-22 |
| 47 | +### Added |
| 48 | + |
| 49 | +- Added a `Makefile` to simplify the building of images |
| 50 | +- Added [hirak/prestissimo](https://packagist.org/packages/hirak/prestissimo) to speed up packages installation. |
| 51 | + |
| 52 | +### Changed |
| 53 | + |
| 54 | +- **BREAKING CHANGES** : ⚠️ Default user is now `symfony` instead of `root` when running container ⚠️ |
| 55 | + |
| 56 | +If you used `apt-get ...` or something that require `root` privileges before this version, make sure to update your Dockerfile or CI script ! |
| 57 | + |
| 58 | +## [1.0.0] - 2019-04-19 |
| 59 | +### Added |
| 60 | +- Added images for PHP `7.3` |
| 61 | +- Replaced `MAINTAINER` directive by a `LABEL` directive |
| 62 | +- Added a default workdir (`/app`) |
| 63 | +- Added a default volume (`/app`) |
| 64 | +- Added a CMD directive on all images (default to `/app/bin/console`) |
| 65 | + |
| 66 | +[Unreleased]: https://github.com/jsunier/php-symfony-test/compare/v1.2.3...HEAD |
| 67 | +[1.2.3]: https://github.com/jsunier/php-symfony-test/compare/v1.2.2...v1.2.3 |
| 68 | +[1.2.2]: https://github.com/jsunier/php-symfony-test/compare/v1.2.1...v1.2.2 |
| 69 | +[1.2.1]: https://github.com/jsunier/php-symfony-test/compare/v1.2.0...v1.2.1 |
| 70 | +[1.2.0]: https://github.com/jsunier/php-symfony-test/compare/v1.1.2...v1.2.0 |
| 71 | +[1.1.2]: https://github.com/jsunier/php-symfony-test/compare/v1.1.1...v1.1.2 |
| 72 | +[1.1.1]: https://github.com/jsunier/php-symfony-test/compare/v1.1.0...v1.1.1 |
| 73 | +[1.1.0]: https://github.com/jsunier/php-symfony-test/compare/v1.0.0...v1.1.0 |
| 74 | +[1.0.0]: https://github.com/jsunier/php-symfony-test/releases/tag/v1.0.0 |
0 commit comments