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: Improve handling for patching existing applications #65

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

joonas
Copy link
Member

@joonas joonas commented Jul 2, 2024

Feature or Problem

The changes to no longer require a version as part of the manifest had the inadvertent effect of causing the patch operations to fail when the local manifest being used to update does not have a version set since we fetch the current manifest and layer the patch on top of that.

There's opportunity to future improvements around attempting to pre-empt the need to patch an application at all in case the contents have not changed at all.

Related Issues

Release Information

Consumer Impact

Testing

Unit Test(s)

Acceptance or Integration

Manual Verification

Signed-off-by: Joonas Bergius <joonas@cosmonic.com>
@joonas joonas force-pushed the fix/patching-applications branch from 07ebcec to d4a47a4 Compare July 2, 2024 23:55
@joonas joonas merged commit 27e83fe into wasmCloud:main Jul 3, 2024
5 checks passed
@joonas joonas deleted the fix/patching-applications branch July 8, 2024 13:42
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.

2 participants