Release plan for v0.29.0?

Hello Team,
May I know what is the plan to have version v0.29.0 released? I can see it is in alpha v0.29.0-alpha.2 and would like to know the plan to have it GA.

For context, we would like to address a Vulnerability which is PRISMA-2022-0227 that need http://github.com/emicklei/go-restful/v3 v3.11.0

Thanks in advance!
Talon

Kubernetes is not impacted by PRISMA-2022-0227. It performs authentication / authorization checks on the requests directly and does not use the go-restful filters. It’s just that scanners that just look at dependencis and improperly flag it as impacted.

For more context: bump github.com/emicklei/go-restful/v3 to v3.11.0 by charles-chenzz · Pull Request #119865 · kubernetes/kubernetes · GitHub