cri-dockerd icon indicating copy to clipboard operation
cri-dockerd copied to clipboard

Drop the support for CRI v1alpha2

Open AkihiroSuda opened this issue 3 months ago • 1 comments

https://github.com/Mirantis/cri-dockerd/blob/9a8a9fe300c829ed292d4bb97d8626c3077f6b25/core/service_alpha.go#L25

Kubernetes has dropped the support for CRI v1alpha2 in Kubernetes v1.26:

  • https://github.com/kubernetes/kubernetes/pull/110618

v1.25, the last release to support v1alpha2, has already reached the EOL: https://kubernetes.io/releases/patch-releases/#non-active-branch-history

So I guess cri-dockerd should be ready to drop it too?

AkihiroSuda avatar Mar 09 '24 02:03 AkihiroSuda