Features
- Update opencode image from 1.14.27 to 1.14.28 (#1031)
- Update claude-code image from 2.1.119 to 2.1.121 (#1030)
- Add webhookServer.sources..service.type Helm value to configure the Service type (ClusterIP, LoadBalancer, or NodePort) for each webhook source independently. (#1022)
- Update codex image from 0.121.0 to 0.125.0 (#1013)
- Update opencode image from 1.4.6 to 1.14.27 (#1005)
- Update gemini image from 0.38.1 to 0.39.1 (#1009)
- Update cursor image from 2026.04.15-dccdccd to 2026.04.17-787b533 (#1006)
- Update claude-code image from 2.1.110 to 2.1.119 (#1004)
Bug Fixes
- Fix
kelos runfailing with "no such file or directory" when an@~/...file reference is used in the CLI config (for exampleoauthToken: "@~/.codex/auth.json"). Tilde paths are now expanded to the current user's home directory. (#1027) - Fix
kelos get taskspawnerto display the effective per-source poll interval (e.g.,spec.when.githubIssues.pollInterval) instead of the deprecated top-levelspec.pollInterval. (#1023)