blumeops/docs/changelog.d/feature-yq-in-runner.infra.md
Erich Blume 2fad8db639
All checks were successful
Build Container / build (push) Successful in 1m31s
Add yq to forgejo-runner and replace sed YAML edits (#180)
## Summary
- Install yq in the forgejo-runner container image for structured YAML editing
- Replace fragile `sed` regex patterns with `yq` in `build-blumeops.yaml` and `cv-deploy.yaml` workflows

## Deployment
1. Merge this PR
2. Tag and release forgejo-runner v3.1.0: `mise run container-tag-and-release forgejo-runner v3.1.0`
3. Update runner label in `argocd/manifests/forgejo-runner/external-secret.yaml` from `v3.0.2` to `v3.1.0`
4. Sync the forgejo-runner app: `argocd app sync forgejo-runner`

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Reviewed-on: https://forge.ops.eblu.me/eblume/blumeops/pulls/180
2026-02-13 10:20:27 -08:00

91 B

Add yq to forgejo-runner container and replace sed-based YAML editing in workflows with yq