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

[MM-57799] Add manifest check step to Makefile #689

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Conversation

cpoile
Copy link
Member

@cpoile cpoile commented Apr 11, 2024

Summary

  • To prevent what happened in releasing v0.26.0 where a bad manifest setting got through to the marketplace bundling stage.

Ticket Link

@cpoile cpoile added the 2: Dev Review Requires review by a core committer label Apr 11, 2024
@cpoile cpoile requested a review from streamer45 April 11, 2024 13:56
Copy link
Collaborator

@streamer45 streamer45 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Easy enough, thank you!

@@ -105,6 +105,11 @@ func main() {
panic("failed to write manifest to dist directory: " + err.Error())
}

case "check":
if err := manifest.IsValid(); err != nil {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we plan to update dependencies on this side? It's using a rather out of date model/server.

@streamer45 streamer45 added this to the v0.27.0 / MM 9.9 milestone Apr 11, 2024
@cpoile cpoile requested a review from streamer45 April 11, 2024 14:10
Copy link
Collaborator

@streamer45 streamer45 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💯

@streamer45 streamer45 added 3: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Apr 11, 2024
@cpoile cpoile merged commit c3b1829 into main Apr 11, 2024
7 checks passed
@cpoile cpoile deleted the MM-57799-manifest-check branch April 11, 2024 19:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3: Reviews Complete All reviewers have approved the pull request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants