chore(release): bump to 2.0.5 and harden Bun CI setup#218
Conversation
There was a problem hiding this comment.
Pull request overview
This PR bumps the MeticAI version from 2.0.1 to 2.0.5 and addresses CI reliability issues by pinning Bun to version 1.3.10 and implementing a 3-attempt retry mechanism for Bun setup steps. The change aims to mitigate transient network failures during CI runs.
Changes:
- Version bumped from 2.0.1 to 2.0.5 in VERSION file and apps/web/package.json
- Bun version pinned to 1.3.10 across all CI jobs (changed from
latest) - Three-attempt retry pattern added for all Bun setup steps in the CI workflow
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| VERSION | Version bumped from 2.0.1 to 2.0.5 |
| apps/web/package.json | Web package version updated to match VERSION file (2.0.5) |
| .github/workflows/tests.yml | Bun setup hardened with version pinning (1.3.10) and 3-attempt retry logic across all 4 jobs that use Bun |
hessius
left a comment
There was a problem hiding this comment.
Implemented requested changes and added full 2.0.5 summary (including CI hardening, profile-selection fix, image-proxy fix, and watchtower diagnostics/runtime findings). Ready for re-review.
|
Updated with full 2.0.5 summary and validation details; ready for re-review. |
1 similar comment
|
Updated with full 2.0.5 summary and validation details; ready for re-review. |
…on-bump-and-ci-bun-retry"" This reverts commit 3279251.
Summary
Validation
Dependency