argo-workflows
argo-workflows copied to clipboard
Release v4.0 planning
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
convertto 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
@MasonM - do you think we should use the full CRDs by default for 4.0, after all your work on them?
@Joibel Yes, that sounds reasonable. I entered a draft PR for this: https://github.com/argoproj/argo-workflows/pull/15003