From 283f50b419f03ebe1a4c8795985d7929a02e3cfd Mon Sep 17 00:00:00 2001 From: thespad Date: Tue, 28 May 2024 19:31:32 +0100 Subject: [PATCH] Add conf update note --- README.md | 2 +- readme-vars.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 61701c1..50c6d35 100644 --- a/README.md +++ b/README.md @@ -322,7 +322,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64 ## Versions -* **27.05.24:** - Rebase to Alpine 3.20. +* **27.05.24:** - Rebase to Alpine 3.20. Existing users should update: site-confs/default.conf to avoid http2 deprecation warnings. * **18.01.24:** - Add php-sodium. * **13.01.24:** - Rebase to Alpine 3.19 with php 8.3. * **27.12.23:** - Update image to support v5. diff --git a/readme-vars.yml b/readme-vars.yml index d93444a..78180f8 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -67,7 +67,7 @@ app_setup_block: | # changelog changelogs: - - { date: "27.05.24:", desc: "Rebase to Alpine 3.20."} + - { date: "27.05.24:", desc: "Rebase to Alpine 3.20. Existing users should update: site-confs/default.conf to avoid http2 deprecation warnings."} - { date: "18.01.24:", desc: "Add php-sodium."} - { date: "13.01.24:", desc: "Rebase to Alpine 3.19 with php 8.3."} - { date: "27.12.23:", desc: "Update image to support v5." }