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

Deserialize Assets with their Sig #16073

Merged
merged 1 commit into from
Apr 26, 2024

Conversation

iwahbe
Copy link
Member

@iwahbe iwahbe commented Apr 26, 2024

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

  • I have run make tidy to update any new dependencies
  • I have run make lint to verify my code passes the lint check
    • I have formatted my code using gofumpt
  • I have added tests that prove my fix is effective or that my feature works
  • I have run make changelog and committed the changelog/pending/<file> documenting my change
  • Yes, there are changes in this PR that warrants bumping the Pulumi Cloud API version

@iwahbe iwahbe self-assigned this Apr 26, 2024
@iwahbe iwahbe requested a review from a team as a code owner April 26, 2024 18:45
@pulumi-bot
Copy link
Contributor

Changelog

[uncommitted] (2024-04-26)

Bug Fixes

  • [pkg] deserialze assets with their sig
    #16073

This matches the behavior of Archives.

Fixes pulumi/pulumi-go-provider#234
@iwahbe iwahbe force-pushed the iwahbe/set-sig-when-deserializing-assets branch from d32b488 to c0d8b49 Compare April 26, 2024 18:46
@iwahbe iwahbe enabled auto-merge April 26, 2024 18:47
@iwahbe iwahbe added this pull request to the merge queue Apr 26, 2024
Merged via the queue into master with commit 88b0dd1 Apr 26, 2024
49 checks passed
@iwahbe iwahbe deleted the iwahbe/set-sig-when-deserializing-assets branch April 26, 2024 19:51
thomas11 added a commit to pulumi/pulumi-go-provider that referenced this pull request Apr 29, 2024
Mainly to get pulumi/pulumi#16073, plus generally staying up to date.

Also upgraded providertest.
iwahbe added a commit to pulumi/pulumi-go-provider that referenced this pull request May 13, 2024
This locks in the behavior fix from
pulumi/pulumi#16073.

---------

Co-authored-by: Thomas Kappler <tkappler@pulumi.com>
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.

Deserialized Assets are missing Sig
3 participants