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

Enable Server-Side Apply mode by default #2206

Merged
merged 4 commits into from
Oct 19, 2022

Commits on Oct 17, 2022

  1. Configuration menu
    Copy the full SHA
    c7d8ef8 View commit details
    Browse the repository at this point in the history
  2. Address feedback

    lblackstone committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    beb5160 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Fix failing test

    This test was accessing an Output property without using an apply, and the value had not resolved already. Apparently this was working with the legacy Client-Side Apply implementation, but the test code was unsafe.
    lblackstone committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    dc11e4c View commit details
    Browse the repository at this point in the history
  2. Fix replacement behavior for immutable fields

    With Server-side Apply previews, updating an immutable field in a resource will result in a 422 error code from the API server. In these cases, Pulumi will replace the resource, so we need to ignore the error rather than failing the preview.
    lblackstone committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    deace3a View commit details
    Browse the repository at this point in the history