Skip to content

v0.16.0

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Apr 15:00
· 1128 commits to develop since this release

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: