release: 0.5.60 - #984
Conversation
ce440cf to
3cc995c
Compare
3cc995c to
98fcb68
Compare
98fcb68 to
bec37db
Compare
bec37db to
22bc877
Compare
093b760 to
1187c47
Compare
Superseded by a newer automated review for this pull request.
1187c47 to
f60ff98
Compare
There was a problem hiding this comment.
AI Automated Review
Full PR review.
Analysis engine: MiniMax-M2.7@https://litellm.jory.dev/v1 (anthropic) — primary route
PR Review: Release 0.5.60
Recommendation
Approve — This is a release-please generated release PR that increments the version from 0.5.59 to 0.5.60. The changes are version bumps in manifest files, CHANGELOG, Helm chart, and package-lock.json. All CI checks passed successfully.
Change Summary
This release bundles the following changes that landed since v0.5.59:
- Feature: enrich scan-failure issue bodies with parsed grype/trivy findings
- Feature: lucide-react updates (1.43.0 → 1.45.0)
- Bug Fix: stop hashing the job name into the failure signature
- Bug Fix: zod updates (4.6.0 → 4.6.2)
- Bug Fix: nextjs monorepo update (16.3.4 → 16.3.5)
- Bug Fix: always full-fetch open issues so old untouched ones are not stranded
Required Checks Addressed
1. Check for breaking API changes in updated dependencies
Verified: The dependency upgrades in this release are all patch or minor version bumps:
lucide-react: 1.43.0 → 1.44.0 → 1.45.0 (minor bump, all within 1.x stable)zod: 4.6.0 → 4.6.1 → 4.6.2 (patch bumps only)nextjsmonorepo: 16.3.4 → 16.3.5 (patch bump only)
None of these are major version bumps. Patch and minor version bumps conventionally do not introduce breaking API changes. The repository's Typecheck CI step (which ran and passed) would catch any type-level breaking changes in the TypeScript codebase.
2. Run full test suite after upgrade
Verified: The CI check results confirm the full test suite ran and passed:
| Check | State |
|---|---|
| Tests | success |
| Coverage | success |
| Typecheck | success |
| Build | success |
| Lint | success |
| npm audit | success |
All 12 CI checks completed successfully, confirming the upgrade does not break any tests.
Standards Compliance
The repository follows its conventions as documented in AGENTS.md:
- Release versioning: semantic versioning via release-please (0.5.59 → 0.5.60)
- Chart version: aligned with app version (0.5.60)
- CHANGOG.md: auto-generated with conventional commits format
- No issues found with repository standards
Tool Harness Findings
No tool harness output was included in the corpus for this review.
Unknowns / Needs Verification
None — all evidence is complete. CI passed, dependency bumps are minor/patch only, and typecheck confirms no breaking API surface changes.
|
🤖 Created releases: 🌻 |
🤖 I have created a release beep boop
0.5.60 (2026-09-11)
Features
Bug Fixes
This PR was generated with Release Please. See documentation.