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

manifest: fix serialization of component dependency section #2842

Merged
merged 3 commits into from
Sep 19, 2024

Conversation

karthik2804
Copy link
Contributor

This PR fixes the serialization of the AppManifest in regards to the component dependencies section. Previously using try_from meant that during serialization, the dependencies section had an extra nested inner field, leading to an invalid manifest where spin up will error out due to an unknown inner field.

@karthik2804 karthik2804 marked this pull request as draft September 18, 2024 10:55
Signed-off-by: karthik2804 <[email protected]>
@karthik2804 karthik2804 marked this pull request as ready for review September 18, 2024 21:07
@fibonacci1729 fibonacci1729 merged commit dada4d8 into fermyon:main Sep 19, 2024
17 checks passed
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.

3 participants