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 tests and fix for StackReference output type checking #600

Merged
merged 3 commits into from
Jul 11, 2024
Merged

Commits on Jul 11, 2024

  1. Add tests and fix for StackReference output type checking

    Ensures that Pulumi YAML programs are able to use StackReference outputs as
    "any" typed values. Allows "any" values to be assigned to any value, expanding
    the set of valid programs.
    
    Blocked on:
    - pulumi/pulumi#16625
    
    Using a Go workspace with that PR applied to Pulumi, the test suite passes.
    AaronFriel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    335b989 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    219c1a2 View commit details
    Browse the repository at this point in the history
  3. chore: Changelog

    AaronFriel committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7829aca View commit details
    Browse the repository at this point in the history