Merge pull request #8637 from AkihiroSuda/followup-8606
RELEASES.md: de-deprecation of CNI conf_template will be v1.7.3
This commit is contained in:
		@@ -404,7 +404,7 @@ The deprecated properties in [`config.toml`](./docs/cri/config.md) are shown in
 | 
				
			|||||||
> **Note**
 | 
					> **Note**
 | 
				
			||||||
>
 | 
					>
 | 
				
			||||||
> CNI Config Template (`plugins."io.containerd.grpc.v1.cri".cni.conf_template`) was once deprecated in v1.7.0,
 | 
					> CNI Config Template (`plugins."io.containerd.grpc.v1.cri".cni.conf_template`) was once deprecated in v1.7.0,
 | 
				
			||||||
> but its deprecation was cancelled in v1.7.2.
 | 
					> but its deprecation was cancelled in v1.7.3.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
<details><summary>Example: runc option <code>SystemdCgroup</code></summary><p>
 | 
					<details><summary>Example: runc option <code>SystemdCgroup</code></summary><p>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -145,7 +145,7 @@ type CniConfig struct {
 | 
				
			|||||||
	// need to fetch the node object through some external process (which has scalability, auth, complexity issues).
 | 
						// need to fetch the node object through some external process (which has scalability, auth, complexity issues).
 | 
				
			||||||
	// It is currently heavily used in kubernetes-containerd CI testing
 | 
						// It is currently heavily used in kubernetes-containerd CI testing
 | 
				
			||||||
	// NetworkPluginConfTemplate was once deprecated in containerd v1.7.0,
 | 
						// NetworkPluginConfTemplate was once deprecated in containerd v1.7.0,
 | 
				
			||||||
	// but its deprecation was cancelled in v1.7.2.
 | 
						// but its deprecation was cancelled in v1.7.3.
 | 
				
			||||||
	NetworkPluginConfTemplate string `toml:"conf_template" json:"confTemplate"`
 | 
						NetworkPluginConfTemplate string `toml:"conf_template" json:"confTemplate"`
 | 
				
			||||||
	// IPPreference specifies the strategy to use when selecting the main IP address for a pod.
 | 
						// IPPreference specifies the strategy to use when selecting the main IP address for a pod.
 | 
				
			||||||
	//
 | 
						//
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user