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

Add Patch resources to all SDKs #2043

Merged
merged 16 commits into from
Jul 12, 2022
Merged

Commits on Jul 11, 2022

  1. Add Patch resources to all SDKs

    Add Patch resources for all Kubernetes resource types that can be used to patch existing cluster resources rather than creating a new resource under Pulumi management. See #2011 for additional details on the background and design of this feature.
    lblackstone committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    ee421b6 View commit details
    Browse the repository at this point in the history
  2. Update SDK dep

    lblackstone committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    401dd90 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae39699 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0daf28c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    751ea0d View commit details
    Browse the repository at this point in the history
  6. DryRun -> Preview

    lblackstone committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    2757a98 View commit details
    Browse the repository at this point in the history
  7. Improve error handling

    lblackstone committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    eaf44ef View commit details
    Browse the repository at this point in the history
  8. Update some comments

    lblackstone committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    566db9b View commit details
    Browse the repository at this point in the history
  9. Tests

    Tests
    lblackstone committed Jul 11, 2022
    Configuration menu
    Copy the full SHA
    4167799 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Fix test CRD conflicts

    lblackstone committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    bcfb1b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abcc95f View commit details
    Browse the repository at this point in the history
  3. Fix preview bug

    lblackstone committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    0c03a7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1de9177 View commit details
    Browse the repository at this point in the history
  5. Changelog

    lblackstone committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    29e66aa View commit details
    Browse the repository at this point in the history
  6. Address feedback

    lblackstone committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    3728587 View commit details
    Browse the repository at this point in the history
  7. Fix lint

    lblackstone committed Jul 12, 2022
    Configuration menu
    Copy the full SHA
    fdf0017 View commit details
    Browse the repository at this point in the history