Skip to content

v0.30.0

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Apr 20:46
118ba64

API Changes

  • Add filePatterns filtering to githubPullRequests and githubWebhook sources with remove-then-match semantics: files matching exclude patterns are removed first, then the item passes when at least one remaining file matches an include pattern.
    (#891)
  • feat: Add generic webhook source type for TaskSpawner that accepts arbitrary HTTP POST payloads and maps JSON fields to task template variables via JSONPath expressions, enabling integration with any webhook-capable system without Kelos-side code changes.
    (#902)
  • Action Required: The --token-refresher-resource-requests, --token-refresher-resource-limits, and --token-refresher-image flags are removed. Remove these flags from any automation scripts or custom controller manifests before upgrading. (#971)
  • Remove the token-refresher sidecar container from spawner and ghproxy pods. GitHub App installation tokens are now generated in-process, reducing per-pod resource usage and simplifying pod specs. Existing deployments are migrated automatically on the next controller reconcile. (#971)

Features

  • Update gemini image from 0.37.1 to 0.38.1 (#984)
  • Update codex image from 0.120.0 to 0.121.0 (#999)
  • Update cursor image from 2026.04.08-a41fba1 to 2026.04.15-dccdccd (#985)
  • Update opencode image from 1.4.3 to 1.4.6 (#988)
  • Update claude-code image from 2.1.101 to 2.1.110 (#978)