ci(ci): bump uip-go to 0.3.2 for gateway-timeout deploy recovery - #1025
Conversation
|
Apollo Coded App preview deployments are ready.
|
Dependency License Review
License distribution
Excluded packages
|
📊 Coverage + size by packagePer-package bundle size on this PR (no JS/TS source changes detected under
"Coverage" is each package's own |
There was a problem hiding this comment.
Pull request overview
Updates the coded-app deploy workflows to use @uipath/uip-go 0.3.2, aligning production and preview deployments with the uip CLI behavior change that recovers more gracefully from intermittent staging gateway 504s during large upgrades.
Changes:
- Bumped
UIP_GO_VERSIONfrom0.3.1→0.3.2in the production coded-app deploy workflow. - Bumped
UIP_GO_VERSIONfrom0.3.1→0.3.2in the preview coded-app deploy workflow.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/production-deploy.yml | Updates the @uipath/uip-go version used for main-branch coded-app production deployments. |
| .github/workflows/preview-deploy.yml | Updates the @uipath/uip-go version used for PR preview deploys (including visual diff tooling install path). |
Storybook visual diff✅ No stories are affected by this PR's changes; nothing to compare. Logs Updated (PT): Aug 06, 2026, 07:01:54 PM |
uip-go 0.3.2 ships uip CLI 1.200.0-dev.8116, which includes UiPath/cli#3360: when the staging gateway 504s on a large coded app upgrade (the recurring apollo-design production deploy flake), the CLI now checks whether the upgrade actually landed instead of failing the run. Applies to both production and preview deploys.