Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: agent error reporting #628

Merged
merged 1 commit into from
Oct 26, 2023
Merged

fix: agent error reporting #628

merged 1 commit into from
Oct 26, 2023

Conversation

leg100
Copy link
Owner

@leg100 leg100 commented Oct 26, 2023

Fixes #626.

#625 broke the OTF API endpoint for creating a state version, which is used by the agent to create and upload state. Fortunately this regression was only introduced recently and did not get released.

#625 introduced another regression to the OTF API endpoint responsible for finishing a run phase, which again is used by the agent. The regression in particular resulted in errors failing to be reported, which meant the first bug didn't get captured by the integration tests.

This PR addresses these bugs and adds an integration test specifically for run errors.

@leg100 leg100 merged commit 76e7dda into master Oct 26, 2023
5 checks passed
leg100 added a commit that referenced this pull request Oct 27, 2023
🤖 I have created a release *beep* *boop*
---


## [0.1.15](v0.1.14...v0.1.15)
(2023-10-27)

### Features

* Implement TFE API for Team Tokens (#624) 1e4b173

### Bug Fixes

* fix local execution mode (#627) aefb365
* agent error reporting
([#628](#628))
([76e7dda](76e7dda))
* fixed defect with multiline tfvars not being escaped
([#631](#631))
([f35dffa](f35dffa))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Louis Garman <75728+leg100@users.noreply.github.com>
@leg100 leg100 deleted the fix-agent-error-reporting branch December 16, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

local, and agent execution mode results in unhandled panic when using terraform v1.6.X
1 participant