Skip to content

v2.2.5

Choose a tag to compare

@github-actions github-actions released this 10 May 10:06
· 11 commits to main since this release
Immutable release. Only release title and notes can be modified.
v2.2.5
1c59383
  • The @task decorator accepts an env mapping of extra
    environment variables, injected into the subprocess for CPU-bound tasks and
    forwarded to the container for tasks dispatched as Kubernetes Jobs.
    (#90)