-
Notifications
You must be signed in to change notification settings - Fork 12
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
Deserialized Assets are missing Sig #234
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Comments
iwahbe
added
bug
Something isn't working
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
labels
Apr 26, 2024
iwahbe
added a commit
to pulumi/pulumi
that referenced
this issue
Apr 26, 2024
This matches the behavior of Archives. Fixes pulumi/pulumi-go-provider#234
6 tasks
iwahbe
added a commit
to pulumi/pulumi
that referenced
this issue
Apr 26, 2024
This matches the behavior of Archives. Fixes pulumi/pulumi-go-provider#234
github-merge-queue bot
pushed a commit
to pulumi/pulumi
that referenced
this issue
Apr 26, 2024
<!--- Thanks so much for your contribution! If this is your first time contributing, please ensure that you have read the [CONTRIBUTING](https://github.com/pulumi/pulumi/blob/master/CONTRIBUTING.md) documentation. --> # Description Deserialize Assets with their Sig field set. This is necessary to round trip them. This matches the behavior of Archives. Fixes pulumi/pulumi-go-provider#234 ## Checklist - [x] I have run `make tidy` to update any new dependencies - [x] I have run `make lint` to verify my code passes the lint check - [ ] I have formatted my code using `gofumpt` <!--- Please provide details if the checkbox below is to be left unchecked. --> - [x] I have added tests that prove my fix is effective or that my feature works <!--- User-facing changes require a CHANGELOG entry. --> - [x] I have run `make changelog` and committed the `changelog/pending/<file>` documenting my change <!-- If the change(s) in this PR is a modification of an existing call to the Pulumi Cloud, then the service should honor older versions of the CLI where this change would not exist. You must then bump the API version in /pkg/backend/httpstate/client/api.go, as well as add it to the service. --> - [ ] Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version <!-- @pulumi employees: If yes, you must submit corresponding changes in the service repo. -->
Cannot close issue:
Please fix these problems and try again. |
iwahbe
added
kind/bug
Some behavior is incorrect or out of spec
and removed
bug
Something isn't working
labels
Apr 26, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
kind/bug
Some behavior is incorrect or out of spec
resolution/fixed
This issue was fixed
Running this example using an Asset fails with
As established with @Frassle, it's because the Asset's signature is lost after RegisterResource.
Copied from #233.
The text was updated successfully, but these errors were encountered: