From 714abfb8cda8613451fba70b29df08d45458664d Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Wed, 13 Jan 2021 15:11:50 +0100 Subject: [PATCH] devops-tools/documentation#6 Move changelog to devops tools docs --- CHANGELOG | 61 ------------------------------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 CHANGELOG diff --git a/CHANGELOG b/CHANGELOG deleted file mode 100644 index 34a4df2..0000000 --- a/CHANGELOG +++ /dev/null @@ -1,61 +0,0 @@ -v1.7.4 2021-01-13 ------------------ -docker/l3d#77 Fix sudo issue with workaround -docker/l3d#78 Make composer executable writable to allow selfupdate for regular users - -v1.7.3 2021-01-12 ------------------ -composer/plugin/docker4drupal#41 Don't use root for Drush commands - -v1.7.2 2021-01-06 ------------------ -docker/l3d#72 Add jp - -v1.7.1 2021-01-06 ------------------ -docker/l3d#73 Add zsh shell - -v1.7.0 2020-12-29 ------------------ -composer/plugin/docker4drupal#39 Add PHP 8.0 - -v1.6.1 2020-12-25 ------------------ -docker/l3d#57 Install sudo - -v1.6.0 2020-11-09 ------------------ -Composer 2 compatibility - -v1.5.2 2020-10-16 ------------------ -Fix env variable PHP_VERSION - -v1.5.1 2020-10-15 ------------------ -Add container for PHP 7.4 -Change build strategy: use PHP-Alpine image instead of vanilla Alpine - -v1.4.4 2020-05-22 ------------------ -Take different approach to fix iconv() notices - -v1.4.3 2020-05-22 ------------------ -Fix iconv() notices - -v1.4.1 2020-02-10 ------------------ -Force update to update to composer version 1.9.3 - -v1.4.0 2020-01-12 ------------------ -Add version to the images again -docker/l3d#4 Set permissions after "drush generate" -docker/l3d#39 Update to git-extras version 5.1.0 by hard-copying column as a binary -docker/l3d#34 Add support for PHP 7.3 -docker/l3d#36 Add apropos which also brings man -docker/l3d#37 Add phpstan script which runs in its own docker container -docker/l3d#38 Update Docker to 19.03.5 -docker/l3d#38 Update Docker Compose to 1.25.1 -docker/l3d#40 Update to Python 3 No longer update image for PHP 7.0 and 7.1 -- GitLab