From 85bc297de050c5e9c1a0db16d8033345616ab41e Mon Sep 17 00:00:00 2001 From: Josh Date: Thu, 20 Aug 2026 22:48:49 -0400 Subject: [PATCH] feat(containers): clarify next major early access wording Until we expose more versioning info to the templates adjust the logic, this should clarify the messaging a bit when we offer early access to a new major release prior to it being the default in AIO. Signed-off-by: Josh --- php/templates/containers.twig | 31 +++++++++++++++++++++++++------ 1 file changed, 25 insertions(+), 6 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 8537ecc3..fba79a9f 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -313,15 +313,34 @@ {% endif %} {% else %} {% if is_mastercontainer_update_available == false %} -

Your containers are up-to-date.

+

Your AIO containers are up-to-date.

{% if newMajorVersionString != '' and isAnyRunning == true and isApacheStarting != true %}
- Note about Nextcloud Hub {{ newMajorVersionString }} -

If you haven't upgraded to Nextcloud Hub {{ newMajorVersionString }} yet and want to do that now, feel free to click the button below. ⚠️ Warning: make sure to create a backup before clicking the button as the update can go wrong and will leave your instance in a broken state!

+ Note about Nextcloud Hub {{ newMajorVersionString }} (optional early access) +

+ If you haven't already upgraded to Nextcloud Hub {{ newMajorVersionString }} and would like to do + so before it becomes the default major version used in AIO, you may click the button below to do so. +

+ +

+ If you have already upgraded your instance to the {{ newMajorVersionString }} Hub series and are + notified about a new maintenance release being available for it, clicking here will install it. Once + {{ newMajorVersionString }} Hub series is mature enough to become the default Nextcloud version in AIO, + this section will disappear and you can return to applying the latest maintenance and security fixes in + the standard AIO manner. +

+ +

+ ⚠️ Please create a backup before continuing. An update can fail and leave your instance in a + broken state. +

+
- - - + + +
{% endif %}