New Features¶
This is a concise list of new features.
Retry Improvements¶
- #13738 : Support retry strategy on daemon containers
- #13782 : Support cap on retryStrategy backoff
- #14450 : Allow last retry variables in expressions
Parallelism Improvements¶
Enhanced Caching¶
- #14304 : More granular caching options for the argo kubernetes informer
- #14205 : Cache semaphore limit lookup
UI Enhancements¶
- #14034 : Visualize workflows before submitting
- #13962 : Filter workflows by "Finished before" and "Created since" via API
- #13935 : Allow markdown titles and descriptions in KeyValueEditor
- #12644 : Allow markdown titles and descriptions in WorkflowTemplates & ClusterWorkflowTemplates
- #13883 : Mark memoized nodes as cached
- #13922 : Pre-fill parameters for workflow submit form
- #14077 : Set template display name in YAML
User Experience¶
- #14104 : Label actor action when making changes to workflows/templates
- #13933 : Support archive logs in resource templates
- #13790 : Include container name in error messages
Cron Workflow Enhancement¶
- #13999 : Support backfill for cron workflows
Security Improvements¶
- #14477 : Non-root argoexec image
Developer Experience¶
- #14412 : Add React Testing Library and initial component coverage
- #13920 : Move contextless log messages to debug level
- #14151 : Enable cherry-pick bot
- #14103 : Add support for databases enforcing strict data integrity through primary keys