You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When 3.6 releases there will be new fields for some classes, and various new examples. This issue is to update the codebase once the official 3.6 release is made (currently rc1).
**Pull Request Checklist**
- [x] Fixes `make test`
- [x] Tests added
- [x] Documentation/examples added
- [x] [Good commit messages](https://cbea.ms/git-commit/) and/or PR
title
**Description of PR**
New examples were added for Argo Workflows 3.6, but we don't yet support
the fields (until 3.6 official release, then #1215 will address this) -
for now rename the `synchronization` examples (add `legacy` suffix).
This PR also tidies up the `make` targets to avoid running unrelated
code (`regenerate-test-data`) and separate out lint checks from the main
`test` target for faster iteration speed (added `test-lint` to `ci`).
---------
Signed-off-by: Elliot Gunton <[email protected]>
When 3.6 releases there will be new fields for some classes, and various new examples. This issue is to update the codebase once the official 3.6 release is made (currently rc1).
synchronization
field in the spec as we don't have a Hera wrapper for this)when
- extra field in CronWorkflowschedule
->schedules
- extra field in CronWorkflow, makeschedule: Optional
The text was updated successfully, but these errors were encountered: