From 83c094cd6c1f205e7a1b6c2713ebff2aaff7c982 Mon Sep 17 00:00:00 2001 From: Jocelyn Le Sage Date: Sat, 22 Jun 2024 17:47:06 -0400 Subject: [PATCH] Added changelog for version 3.6.0. --- baseimagedefs.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/baseimagedefs.yml b/baseimagedefs.yml index 92aa496..bf2f049 100644 --- a/baseimagedefs.yml +++ b/baseimagedefs.yml @@ -17,6 +17,19 @@ baseimage: long-lived application. gui: false history: + - version: 3.6.0 + date: 2024-07-22 + changes: + added: + - 'The amount of time allowed to services to gracefully terminate is configurable via the `SERVICES_GRACETIME` environment variable.' + - 'Variables can be added to environment of a service via the `environment_extra` parameter.' + - 'Image based on Alpine Linux 3.20.' + removed: + - 'Helper script to install glibc on Alpine Linux based images.' + - 'Image based on Alpine 3.14 (reached end of support on 2023-05-01).' + - 'Image based on Alpine 3.15 (reached end of support on 2023-11-01).' + fixed: + - 'During package mirror setup, make sure to keep permissions of copied files.' - version: 3.5.3 date: 2023-12-20 changes: