Skip to content

Commit 0b2b964

Browse files
committed
RELEASES.md: de-deprecation of CNI conf_template will be v1.7.3
Cherry-pick of PR 8606 missed the v1.7.2 milestone Signed-off-by: Akihiro Suda <[email protected]> (cherry picked from commit 69b451a) Signed-off-by: Akihiro Suda <[email protected]>
1 parent a24267b commit 0b2b964

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ The deprecated properties in [`config.toml`](./docs/cri/config.md) are shown in
398398
> **Note**
399399
>
400400
> CNI Config Template (`plugins."io.containerd.grpc.v1.cri".cni.conf_template`) was once deprecated in v1.7.0,
401-
> but its deprecation was cancelled in v1.7.2.
401+
> but its deprecation was cancelled in v1.7.3.
402402
403403
<details><summary>Example: runc option <code>SystemdCgroup</code></summary><p>
404404

pkg/cri/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ type CniConfig struct {
156156
// need to fetch the node object through some external process (which has scalability, auth, complexity issues).
157157
// It is currently heavily used in kubernetes-containerd CI testing
158158
// NetworkPluginConfTemplate was once deprecated in containerd v1.7.0,
159-
// but its deprecation was cancelled in v1.7.2.
159+
// but its deprecation was cancelled in v1.7.3.
160160
NetworkPluginConfTemplate string `toml:"conf_template" json:"confTemplate"`
161161
// IPPreference specifies the strategy to use when selecting the main IP address for a pod.
162162
//

0 commit comments

Comments
 (0)