argo-workflows icon indicating copy to clipboard operation
argo-workflows copied to clipboard

Release v4.0 planning

Open Joibel opened this issue 2 months ago • 2 comments

This is currently the planning issue for 4.0. I believe there is broad consensus on calling this next release 4.0 rather than 3.8.

TODO:

  • [x] Remove CRD entries which have been replaced by plural versions: #14189
  • [ ] Add convert to the CLI to upgrade workflows for removed items and backport it. #14996
  • [ ] remove python SDK. It doesn't build (#14159) and hera is superior as a manually maintained library. #14995
  • [ ] Document Golang SDK changes due to context propagation.
  • [ ] #15003 Switch to full CRDs by default
  • [ ] https://github.com/argoproj/argo-helm/pull/3559 support full CRDs in argo-helm

Joibel avatar Oct 28 '25 15:10 Joibel

@MasonM - do you think we should use the full CRDs by default for 4.0, after all your work on them?

Joibel avatar Oct 29 '25 18:10 Joibel

@Joibel Yes, that sounds reasonable. I entered a draft PR for this: https://github.com/argoproj/argo-workflows/pull/15003

MasonM avatar Nov 03 '25 05:11 MasonM