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

go: allow unknowns during update #15942

Merged
merged 1 commit into from Apr 15, 2024
Merged

go: allow unknowns during update #15942

merged 1 commit into from Apr 15, 2024

Conversation

tgummerer
Copy link
Collaborator

Currently we reject all unknowns during pulumi up. However we are soon going to allow them to come through via up --continue-on-error, and thus should no longer error out when we have them.

This is a similar preparatory PR to #15898, except that Go deals with the unknowns a little different, so we don't need to treat apply specially, but the marshalling.

Currently we reject all unknowns during `pulumi up`.  However we are
soon going to allow them to come through via `up --continue-on-error`,
and thus should no longer error out when we have them.
@pulumi-bot
Copy link
Contributor

Changelog

[uncommitted] (2024-04-15)

Features

  • [sdk/go] Allow unknowns during pulumi up
    #15942

@tgummerer tgummerer marked this pull request as ready for review April 15, 2024 16:08
@tgummerer tgummerer requested a review from a team as a code owner April 15, 2024 16:08
@tgummerer tgummerer added this pull request to the merge queue Apr 15, 2024
Merged via the queue into master with commit 44c8de5 Apr 15, 2024
49 checks passed
@tgummerer tgummerer deleted the tg/go-allow-unknowns branch April 15, 2024 17:34
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.

None yet

3 participants