feat: AP-163 send raw instance status to Atmos Pro, extend to apply#2216
Merged
feat: AP-163 send raw instance status to Atmos Pro, extend to apply#2216
Conversation
…nd upload to apply
Dependency Review✅ No vulnerabilities or license issues found.Scanned FilesNone |
osterman
reviewed
Mar 17, 2026
osterman
reviewed
Mar 17, 2026
osterman
reviewed
Mar 17, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2216 +/- ##
==========================================
+ Coverage 76.93% 76.95% +0.01%
==========================================
Files 1003 1004 +1
Lines 95377 95390 +13
==========================================
+ Hits 73380 73409 +29
+ Misses 17743 17729 -14
+ Partials 4254 4252 -2
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
|
These changes were released in v1.210.1-test.0. |
|
These changes were released in v1.210.1-test.1. |
|
These changes were released in v1.210.1-test.2. |
|
These changes were released in v1.211.0-test.9. |
|
These changes were released in v1.211.0-test.10. |
osterman
reviewed
Mar 20, 2026
osterman
reviewed
Mar 20, 2026
|
These changes were released in v1.211.0-test.11. |
goruha
approved these changes
Mar 20, 2026
|
These changes were released in v1.211.0-rc.1. |
|
These changes were released in v1.211.0-rc.2. |
2 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
command+exit_codeto Atmos Pro instead of interpreting exit codes into status strings--upload-statusflag)--upload-statusflag via Cobra/Viper (fixes silent no-op when flag was consumed by Cobra before reaching the upload code path)Why
Instances on the Atmos Pro dashboard show "Unknown" status after completed workflow runs. The CLI was only uploading status for plan (not apply), and was interpreting exit codes client-side. Moving interpretation server-side means status logic can be updated without a CLI release, and all exit codes (including errors) are now reported.
Ref
docs/prd/instance-status-raw-upload.mdcloudposse-corp/apps → apps/atmos-pro/prd/instance-status-from-workflow-hooks.mdqa-1branchSummary by CodeRabbit
Release Notes
New Features
--upload-statusflag to upload raw Terraform execution data (command and exit code) to Atmos Pro for bothplanandapplyoperations.Bug Fixes
Documentation