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

Embed version in SDKs #410

Merged
merged 3 commits into from
May 9, 2024
Merged

Embed version in SDKs #410

merged 3 commits into from
May 9, 2024

Commits on May 8, 2024

  1. Embed version in SDKs

    1. Enable embedding version number in each language.
    2. Configure CI to allow changes to files which include the version number and use new push-based Go SDK publishing.
    3. Remove explicit dependencies (defer to the languages's defaults).
    danielrbradley committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f464965 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. Revert python and dotnet requirements

    - We want to depend on the curret major version for python. This is being fixed in codegen here: pulumi/pulumi#16151
    - The default dotnet range resolves to minimum version rather than the latest version which could be problematic.
    danielrbradley committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c416a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfa99c5 View commit details
    Browse the repository at this point in the history