Skip to content

v2.0.46

Choose a tag to compare

@EngHabu EngHabu released this 02 Sep 18:09
· 3 commits to main since this release
94a96de

Highlights

  • Artifact lineage: ArtifactSpec.parent_version and ProducedArtifact.parent_version record the version an artifact version was derived from, enabling non-linear (branching) version history (#7955)
  • JobSet tasks restart on host maintenance without charging the restart budget (#7947)
  • Dependency updates (otel 1.46, aws-sdk-go-v2 1.44, sentry-go 0.49, apiextensions-apiserver 0.37, grpc in support tools)

What's Changed

  • feat: restart JobSet tasks on host maintenance without charging the restart budget by @AdilFayyaz in #7947
  • artifact: record the parent version of an artifact version by @EngHabu in #7955
  • build(deps): bump k8s.io/apiextensions-apiserver from 0.36.4 to 0.37.0 by @dependabot[bot] in #7952
  • build(deps): bump github.com/getsentry/sentry-go from 0.48.0 to 0.49.0 by @dependabot[bot] in #7951
  • build(deps): bump google.golang.org/grpc from 1.82.1 to 1.83.1 in /boilerplate/flyte/golang_support_tools in the go_modules group across 1 directory by @dependabot[bot] in #7959
  • build(deps): bump github.com/aws/aws-sdk-go-v2 from 1.43.8 to 1.44.0 by @dependabot[bot] in #7954
  • build(deps): bump go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc from 1.45.0 to 1.46.0 by @dependabot[bot] in #7953

Full Changelog: v2.0.45...v2.0.46