Skip to content

Release v1.3.2

Choose a tag to compare

@rohithn1 rohithn1 released this 06 Mar 21:17
· 52 commits to main since this release
4417743

Release Notes - v1.3.2

What's Changed

New feature

  • A random 5 character alphanumeric hash is appended to the end of recipe run names to prevent Kubernetes from prevent consecutive runs of the same recipe.

Bug fix

  • Fix Issue #27: Address incorrect rendering of the pod affinity policy 'requiredDuringSchedulingIgnoredDuringExecution' in training.yaml. This issue affects pod scheduling behavior in Kubernetes clusters. (PR #28)