Skip to content

Support Pulumi Outputs in ProjectUpdate Protobuf Schema #1108

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

Merged
merged 2 commits into from
Apr 10, 2025

Conversation

jordanstephens
Copy link
Member

Description

We use the ProjectUpdate protobuf struct to serialize pulumi outputs. In order support deeper integrations with the new pulumi provider, we anticipate needing to add a rapidly increasing list of outputs. In order to support that with minimal friction, we will add a JSON-serialized byte field to the protobuf to hold this data, and we will manage the schema in the cd code which writes and reads this data by using the project_outputs_version field.

Linked Issues

Checklist

  • I have performed a self-review of my code
  • I have added appropriate tests
  • I have updated the Defang CLI docs and/or README to reflect my changes, if necessary

@lionello lionello merged commit 2a72196 into main Apr 10, 2025
12 checks passed
@lionello lionello deleted the jordan/proto-support-for-pulumi-provider branch April 10, 2025 19:06
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