From 9a34a8e6e7be906691d490a59f566a70bcacd6c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20M=C3=BCller?= <1005065+DeepDiver1975@users.noreply.github.com> Date: Wed, 29 Jul 2026 23:24:48 +0200 Subject: [PATCH] docs: bump latest-server-download-version to 10.16.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 10.16.4 is the current stable Classic release, published 2026-07-29. The attribute was still at 10.16.2, so the Docker install example pointed admins at an image two patch releases behind - including past the critical chunked-upload fix in 10.16.4. Consumers of the attribute: - modules/admin_manual/examples/installation/docker/dot.env (OWNCLOUD_IMAGE) - modules/admin_manual/pages/installation/installing_with_docker.adoc Co-Authored-By: Claude Opus 5 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com> --- global-attributes.yml | 2 +- site.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/global-attributes.yml b/global-attributes.yml index 61324b4f9..e2ac6d4b5 100644 --- a/global-attributes.yml +++ b/global-attributes.yml @@ -27,7 +27,7 @@ # server latest-server-version: '10.15' previous-server-version: '10.14' - latest-server-download-version: '10.16.2' + latest-server-download-version: '10.16.4' current-server-version: '10.15' oc-changelog-url: 'https://owncloud.com/changelog/server/' oc-install-package-url: 'https://download.owncloud.com/server/stable/?sort=time&order=asc' diff --git a/site.yml b/site.yml index b97df0a0c..29f35df45 100644 --- a/site.yml +++ b/site.yml @@ -28,7 +28,7 @@ asciidoc: # as they are just here for the test build latest-server-version: 'next@' # do not change, soft set, correctly defined via antora.yml previous-server-version: 'next@' # do not change, soft set, correctly defined via antora.yml - latest-server-download-version: '10.16.2' + latest-server-download-version: '10.16.4' current-server-version: 'next@' # do not change, soft set, correctly defined via antora.yml extensions: - ./ext-asciidoc/tabs.js