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",