- a `sleep` step to the new Hera version installation from Test PyPI to wait for PyPI indexing
1.8.0rc2
Changed
- GitHub test index installation for CICD
1.8.0rc1
Changed
- the underlying SDK from argo-workflows v5 to argo-workflows v6.3rc2
1.7.0
Added
- don't require func to be specified when creating a task, running the task as only a container with commands
1.6.2
Changed
- fix where a subclass of a Task could not have the parent type as dependency
1.6.1
Changed
- the type for the `value` field of `EnvSpec` from `Optional[Union[BaseModel, Any]]` to only `Optional[Any]` as dictionary values were not serialized/set properly as a consequence of Pydantic validation