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

Update json-patch mod to fix hangs on pulumi update #1223

Merged
merged 2 commits into from
Aug 1, 2020

Commits on Jul 31, 2020

  1. Update json-patch mod to fix hangs on pulumi update

    A performance bug was discovered that can cause CRD
    diffs to fail. This bug is fixed in an open PR [1] to the upstream
    repo, but has not been merged yet. In the meantime, I forked
    the json-patch repo, and applied the fix [2]. This change will be
    reverted once the upstream patch merges, and the module will
    be updated to point at the fixed changeset.
    
    [1] evanphx/json-patch#108
    [2] https://github.com/pulumi/json-patch
    lblackstone committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    1eb3d34 View commit details
    Browse the repository at this point in the history
  2. gofmt

    lblackstone committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    a862fc2 View commit details
    Browse the repository at this point in the history