github kestra-io/kestra v0.16.0

latest releases: v0.16.8, v0.16.7, v0.15.15...
one month ago

Features

Bug Fixes

Documentation

Tests

  • core: DocumentationGeneratorTest, deprecated message (YannC)

Chores

Commits

Breaking Changes

The only breaking change in this release is that we aligned all container labels. This means that if you filter any container resources by these labels, make sure to adjust them to match new labels.

Previous labels were:

  • flow.kestra.io/id
  • flow.kestra.io/namespace
  • task.kestra.io/id
  • execution.kestra.io/id
  • taskrun.kestra.io/id

New labels are:

  • kestra.io/namespace
  • kestra.io/flow-id
  • kestra.io/task-id
  • kestra.io/execution-id
  • kestra.io/taskrun-id
  • kestra.io/taskrun-attempt

GitHub issues that added these changes:

Don't miss a new kestra release

NewReleases is sending notifications on new releases.