Skip to content

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 10 Mar 13:39
· 302 commits to main since this release
1782ae3

API Changes

  • Add githubPullRequests source type for TaskSpawners, enabling PR-driven workflows with filtering by review state, labels, draft status, and comment-based trigger/exclude. (#597)

Features

  • AgentConfig MCP servers now support headersFrom.secretRef and envFrom.secretRef to source header and environment values from Kubernetes Secrets. (#588)

Bug Fixes

  • Review comments on pull requests are now evaluated against TriggerComment and ExcludeComments filters in GitHubPullRequestSource. (#628)
  • Fix kelos get taskspawner to display the source column for taskspawners using githubPullRequests and jira sources. (#609)
  • Fix taskspawner unable to delete completed tasks for retrigger due to missing RBAC permission. (#614)