Releases: couler-proj/couler
Releases · couler-proj/couler
v0.1.1rc8-stable
This release includes the compatibility fixes with different protobuf versions as well as fix for unnecessarily raised exception when using /tmp
as mount path. This release also introduces the support for workflow memoization caches.
List of changes since the last release can be found here.
v0.1.1rc8
v0.1.1rc7
v0.1.1rc6
This release includes several bug fixes and enhancements. Below are some of the notable changes:
- Bump the dependency of Argo Python client to v3.5.1 and re-enable Argo Workflow spec validation.
- Fix incorrect
ApiException
import path for Kubernetes Python client with version 11.0.0 and above. - Support
callable
for Couler core APIs in stead of previously onlytypes.FunctionType
. - Switch to use Argo Workflows v2.10.2 for integration tests.
v0.1.1rc5
Initial public release with Argo Workflows support.