From 717c3f03b72ae55511b4c4faf4fd8fa5f85bedf9 Mon Sep 17 00:00:00 2001 From: Dean Chen <862469039@qq.com> Date: Sat, 8 Aug 2026 13:50:57 +0500 Subject: [PATCH] docs(bridge): use CNI 1.x cniVersion in v1.0/v1.1 examples The versioned bridge pages still showed 0.3.1 while current uses 1.0.0. Bump the example configs so they match the doc series. Signed-off-by: Dean Chen <862469039@qq.com> --- content/plugins/v1.0/main/bridge.md | 4 ++-- content/plugins/v1.1/main/bridge.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/plugins/v1.0/main/bridge.md b/content/plugins/v1.0/main/bridge.md index fe493ee..88a2df8 100644 --- a/content/plugins/v1.0/main/bridge.md +++ b/content/plugins/v1.0/main/bridge.md @@ -21,7 +21,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa ## Example configuration ```json { - "cniVersion": "0.3.1", + "cniVersion": "1.0.0", "name": "mynet", "type": "bridge", "bridge": "mynet0", @@ -39,7 +39,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa ## Example L2-only configuration ```json { - "cniVersion": "0.3.1", + "cniVersion": "1.0.0", "name": "mynet", "type": "bridge", "bridge": "mynet0", diff --git a/content/plugins/v1.1/main/bridge.md b/content/plugins/v1.1/main/bridge.md index 29cf5e6..e2d0038 100644 --- a/content/plugins/v1.1/main/bridge.md +++ b/content/plugins/v1.1/main/bridge.md @@ -21,7 +21,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa ## Example configuration ```json { - "cniVersion": "0.3.1", + "cniVersion": "1.1.0", "name": "mynet", "type": "bridge", "bridge": "mynet0", @@ -39,7 +39,7 @@ If the bridge is missing, the plugin will create one on first use and, if gatewa ## Example L2-only configuration ```json { - "cniVersion": "0.3.1", + "cniVersion": "1.1.0", "name": "mynet", "type": "bridge", "bridge": "mynet0",