ce98f90f40d1688de55fa62d29966089bd686e09
Unbound Release / Check Preconditions (push) Successful in 26s
Unbound Release / Create Tag (push) Skipped
Unbound Release / Generate Changelog and Handle PR (push) Successful in 49s
Unbound Release / Create Release (push) Successful in 36s
Release / release (push) Successful in 1m49s
cron-checker / build (push) Failing after 48s
cron-checker / test (push) Successful in 1m8s
cron-checker / vulnerabilities (push) Successful in 1m21s
Fixes `GO-2026-5970` (infinite loop on invalid input in `golang.org/x/text`), which is reachable from `doCheck` via the Kubernetes lister and was failing the `vulnerabilities` job in CI. Also bumps `golang.org/x/net` for `GO-2026-5942`, which govulncheck reports as required but not called. ``` golang.org/x/text v0.37.0 -> v0.39.0 golang.org/x/net v0.55.0 -> v0.56.0 golang.org/x/sys v0.45.0 -> v0.46.0 (transitive) golang.org/x/term v0.43.0 -> v0.44.0 (transitive) ``` All indirect dependencies, so Renovate had not opened a branch for them. `govulncheck ./...` is now clean and `go test -race ./...` passes. 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01PuGr8hyEpEpTX4DyLLwfzG Reviewed-on: #389
cron-checker
A small container which periodically (every 60s) checks for a cronjobs which are not running according to schedule and sends a notification to Slack.