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

Stop using initialApiVersion annotation #837

Merged
merged 4 commits into from
Oct 9, 2019

Commits on Oct 9, 2019

  1. Stop using initialApiVersion annotation

    In the 1.2.0 release, we added the pulumi.com/initialApiVersion annotation,
    which was used internally by the provider. This caused the side effect of
    requiring updates to all existing resources.
    
    This change instead stores that information in the state file, and no longer
    creates an annotation. To avoid further disruption, the annotation is not
    removed if it already exists, but will be ignored by the provider.
    lblackstone committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    f76201b View commit details
    Browse the repository at this point in the history
  2. Address feedback

    lblackstone committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    3c2a94a View commit details
    Browse the repository at this point in the history
  3. Fix unit test

    lblackstone committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    a38489e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25e21f8 View commit details
    Browse the repository at this point in the history