From 300659f003cffe30c8705d1f20d34e8126bf824b Mon Sep 17 00:00:00 2001 From: jurgenhaas <juergen@paragon-es.de> Date: Mon, 28 Dec 2020 15:15:35 +0100 Subject: [PATCH] Prepare release v1.16.0 --- CHANGELOG | 13 +++++++++++++ README.md | 4 ++-- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 13044e7..3f65126 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,16 @@ +v1.16.0 2020-12-28 +------------------ +docker/l3d#47 Optionally downgrade composer to version 1 +docker/l3d#51 Add curly brackets to auth.json if the file is empty +docker/l3d#53 Fix bug when creating auth.json +docker/l3d#54 Add COMPOSER_DOWNGRADE to .env file if available +docker/l3d#57 Mount the sudoers config +docker/l3d#57 Mount the sudoers.d config, mount into correct home directory, add all group IDs +docker/l3d#57 Mount the whole home directory, also solves the permissions +docker/l3d#57 Pass through UID and GID from host +docker/l3d#57 Set user 1000 for the main l3d container +docker/l3d#57 Set user and group id dynamically and mount password files into container + v1.15.0 2020-11-07 ------------------ docker/l3d#47 Composer 2 compatibility diff --git a/README.md b/README.md index 100f26f..80dea9d 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Inside the container you'll find the directory `/drupal` which contains everythi | DorgFlow | `dorgflow` | | | Drush | `drush` | `d` | -### LakeDrops Drupal 8 project template +### LakeDrops Drupal 8 or Drupal 9 project template -If you have chosen the LakeDrops Drupal 8 project template, type 'a d4d up' at the command prompt within the container to start the remaining containers. +If you have chosen the LakeDrops Drupal 8 or Drupal 9 project template, type 'a d4d up' at the command prompt within the container to start the remaining containers. 'drush status' will then show you the URL of your project. -- GitLab