Overview π
This release updates GCP Batch support and improves existing integration tests!
1. Install
β curl -sSL https://calypr.org/tools/funnel/install.sh | bash -s -- v0.11.14
β which funnel
$HOME/.local/bin/funnel
β funnel version
git commit: 2e54ad74
git branch: v0.11.14
git upstream: https://github.com/calypr/funnel
build date: 2026-06-11T21:28:40Z
version: 0.11.142. Run Server
β funnel server runWhat's Changed
- fix: Add support for single-element/single-quote shell commands by @lbeckman314 in #1411
- Gen3-Funnel integration tests by @paulineribeyre in #1404
- chore: Remove MinIO v6 dep in favor of MinIO v7 by @lbeckman314 in #1415
- fix: Use underscores in Docker image tags for branches by @lbeckman314 in #1417
- fix: report EXECUTOR_ERROR when output upload fails after executor failure by @lbeckman314 in #1416
- fix: Remove hugo.yaml in favor of single publish source by @lbeckman314 in #1424
- fix: Resolve ServiceAccount deletion race condition (thanks @nss10!) by @lbeckman314 in #1421
- feat: Update GCP Batch support (
v0.11.14) by @lbeckman314 in #1419 - fix: Remove
/tmpvolume from being automatically added to commands by @lbeckman314 in #1425 - hotfix: Update Helm repo chart URL by @lbeckman314 in #1418
- fix: Update Funnel resource cleanup all K8s resources (including Worker + Executor jobs) by @lbeckman314 in #1423
feature/integration-testsβdevelopby @lbeckman314 in #1263- chore(deps): Bump the npm_and_yarn group across 1 directory with 5 updates by @dependabot[bot] in #1426
- feat: Add initial support for cleaning orphaned jobs by @lbeckman314 in #1427
- feat: Re-add reconcile support for GCP Batch by @lbeckman314 in #1430
- fix: Improve K8s error diagnostics (
CreateContainerConfigError+BackoffLimit) by @lbeckman314 in #1413 - feat: Add
workflow_dispatchtrigger to release workflow by @lbeckman314 in #1431
Full Changelog: v0.11.13...v0.11.14