From acf238b89a11c84f9a51db4dd074f2985359ff05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Arnaud=20H=C3=A9ritier?= Date: Sat, 5 Sep 2026 04:04:48 +0000 Subject: [PATCH] docs: update for PR #4170 - freeze v15 and start v16 as latest Reflects changes from docker/docker-agent#4170. Source PR: https://github.com/docker/docker-agent/pull/4170 --- docs/configuration/overview/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/overview/index.md b/docs/configuration/overview/index.md index 73497f4b31..017819dbea 100644 --- a/docs/configuration/overview/index.md +++ b/docs/configuration/overview/index.md @@ -19,7 +19,7 @@ A Docker Agent config has these main sections: ```bash # 1. Version — configuration schema version (optional but recommended) -version: 15 +version: 16 # 2. Metadata — optional agent metadata for distribution metadata: @@ -298,10 +298,10 @@ For YAML editor autocompletion and validation, use the [Docker Agent JSON Schema ## Config Versioning -Docker Agent configs are versioned. The current version is `15`. Add the version at the top of your config: +Docker Agent configs are versioned. The current version is `16`. Add the version at the top of your config: ```yaml -version: 15 +version: 16 agents: root: