-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading to 5.10 causes validation error #879
Comments
Seems like the reverse of #636 at first glance. This issue is because we added hera/src/hera/shared/_base_model.py Lines 30 to 31 in 206b51a
|
It may be related, I have the same issue but it's just when requesting the list of CRON workflows: service = WorkflowsService(host=configuration.ARGO_SERVICE_URI, token=configuration.ARGO_SERVICE_API_KEY)
cron_workflows = service.list_cron_workflows(namespace=configuration.ENVIRONMENT_NAME) StackTrace:
With 5.9 worked fine.
|
CC @flaviuvadan maybe we should prioritise #652 to solve this in future? 😅 |
I think I would prefer to revert this change temporarily and cut a patch release ASAP. |
Fixed with 5.10.1 |
Pre-bug-report checklist
1. This bug can be reproduced using pure Argo YAML
If yes, it is more likely to be an Argo bug unrelated to Hera. Please double check before submitting an issue to Hera.
2. This bug occurs in Hera when...
Bug report
Describe the bug
I have a workflow that worked fine with Hera 5.9 but stopped working with 5.10. The errors shown are not very helpful in terms of trying to debug.
To Reproduce
Full Hera code to reproduce the bug:
Expected behavior
Workflow should just work as it did for 5.9.
Environment
The text was updated successfully, but these errors were encountered: