Skip to content

imatza-rh/mcp-zuul

v0.4.2 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

Published 2mo MCP Developer Tools
✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Summary

AI summary

Added release automation script, Makefile target, and new error extraction/inner failure parsing features.

Full changelog

Added

  • Release automation script (release.sh) - single command for the full release pipeline: version bump, validation, commit, tag, PyPI publish, GitHub Release, and MCP Registry
  • Makefile target: make release V=patch|minor|major|X.Y.Z
  • extract_errors() scans full stdout/stderr for error patterns BEFORE smart_truncate discards the middle section, preserving root causes in a new extracted_errors field on failed tasks
  • extract_inner_failures() parses nested Ansible fatal: blocks from container_exec output, extracting task name, host, msg, rc, cmd, and stderr_excerpt into a structured inner_failures field
  • Classifier now scans inner_failures and extracted_errors fields for pattern matching, so infra errors hidden inside nested playbook output are correctly classified

Fixed

  • stream_log retries with Accept-Encoding: identity on corrupted gzip (DecodingError), matching existing fetch_log_url behavior
  • UNREACHABLE classifier false positive - pattern matched unreachable=0 in PLAY RECAP lines; changed to match UNREACHABLE! only
  • extract_errors() now scans both stdout and stderr (was silently dropping stderr when stdout had matches)
  • _collect_error_text size cap now applied to inner_failures and extracted_errors loops (was unbounded)
  • Corrupted gzip error message now recommends diagnose_build instead of get_build_log (which hits the same corrupted file)

Weekly OSS security release digest.

The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.

No spam, unsubscribe anytime.

Share this release

Track imatza-rh/mcp-zuul

Get notified when new releases ship.

Sign up free

About imatza-rh/mcp-zuul

Zuul CI integration with 14 tools for build failure analysis, log search, pipeline status, and job configuration.

All releases →

Beta — feedback welcome: [email protected]