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

Respect schema version #1539

Merged
merged 3 commits into from
May 16, 2024
Merged

Respect schema version #1539

merged 3 commits into from
May 16, 2024

Commits on May 16, 2024

  1. Respect schema version

    danielrbradley committed May 16, 2024
    Configuration menu
    Copy the full SHA
    dbea0b0 View commit details
    Browse the repository at this point in the history
  2. Inject version during SDK generation

    - Upgrade pu/pu CLI to ensure we have the extra version argument available.
    danielrbradley committed May 16, 2024
    Configuration menu
    Copy the full SHA
    753f14a View commit details
    Browse the repository at this point in the history
  3. Tidy makefile

    - Remove manual updating of the version number for python and nodejs now the version number is already set.
    - Fix dotnet so the version.txt has the provider version *not* the dotnet SDK version.
    - Remove unneeded shell wrapping in bin/pulumi-java-gen target which actually causes the download to happen while make is calculating the target rather than when it runs the target.
    danielrbradley committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6627f74 View commit details
    Browse the repository at this point in the history