-
Notifications
You must be signed in to change notification settings - Fork 74
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
Add Foundry Product Type #1703
Add Foundry Product Type #1703
Conversation
Generate changelog in
|
Invalidated by push of d2c73f9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me - there is already corresponding support for foundry-product.v1
in apollo-catalog.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
Released 7.67.0 |
Before this PR
The createManifest task could only be used to create services, daemons, helm charts, or assets.
After this PR
==COMMIT_MSG==
Add Foundry Product Type
Foundry Products were recently introduced as a concept in Apollo. With this PR, we can create products with this product type using the sls packaging plugin.
==COMMIT_MSG==
Possible downsides?
This PR is analogous to how helm-charts were added here: #1645