Skip to content

Commit 69b451a

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]>
1 parent f3a0793 commit 69b451a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

RELEASES.md

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

pkg/cri/config/config.go

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

0 commit comments

Comments
 (0)