From ff4fc6104d021c93b0568777e1bd82907dd7f1c0 Mon Sep 17 00:00:00 2001 From: xZero707 Date: Sun, 19 May 2024 01:36:13 +0200 Subject: [PATCH] Add S6 supervisor upgrade note --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c453cc7..c217d66 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,12 @@ Attempt to fix several of WordPress anti-patterns in ready to deploy container - 2024-05-13 Deprecation of WordPress versions prior to 6.2 * Old images will remain, but will receive no further updates, until their eventual removal. Usage is not recommended. * This decision will make build stack significantly lighter, ensuring much faster future builds +- 2024-05-17 Upgrade S6 supervisor to v3 + * This is breaking change affecting all images + * If your setup was vanilla, it should work out of the box + * If you have custom scripts, you should review them and migrate to new format + * S6 supervisor v3 brings many improvements and bugfixes in addition to performance improvements + * This change is necessary to ensure compatibility with future base image updates #### Public builds (docker)