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

Prepare for v3.144.0 release #18082

Merged
merged 1 commit into from
Dec 19, 2024
Merged

Prepare for v3.144.0 release #18082

merged 1 commit into from
Dec 19, 2024

Conversation

justinvp
Copy link
Member

Tentative changelog:

Features

  • [auto/go] Add ConfigFile to GetConfig and SetConfig operations, add GetAllConfigWithOptions to extend GetAllConfig
    #17939

  • [cli/plugin] Log plugin unstructured output to debug instead of info
    #17943

  • [sdk/yaml] Update pulumi-yaml to 1.13.0

Bug Fixes

  • [backend/diy] Retry deletes of lock files if they fail
    #18059

  • [auto/go] Fix potential race condition when using automation API
    #18044

  • [cli/install] Avoid unnecessary Node.js installations
    #18041

  • [engine] Use package load v2 in loader server so it can include paramaterization
    #18072
    #18021

  • [programgen/dotnet] Emit local dependencies in restore sources deterministically
    #18026

  • [sdk/python] Fix hang on error when using uv on Windows
    #18054

  • [sdkgen/dotnet] Compute restore sources from local dependencies and referenced packages
    #18042

Miscellaneous

  • [sdkgen/go] Skip TestPackageAddGoParameterized
    #18049

@justinvp justinvp added the impact/no-changelog-required This issue doesn't require a CHANGELOG update label Dec 19, 2024
@justinvp justinvp requested a review from a team as a code owner December 19, 2024 21:10
@justinvp justinvp mentioned this pull request Dec 19, 2024
@justinvp justinvp added this pull request to the merge queue Dec 19, 2024
Merged via the queue into master with commit 1a991f2 Dec 19, 2024
88 checks passed
@justinvp justinvp deleted the justin/v3.144.0 branch December 19, 2024 22:08
github-merge-queue bot pushed a commit that referenced this pull request Dec 20, 2024
Stacked on top of #18082

---

Tentative changelog:

### Features

- [engine] Warn if `refresh` or `destroy` use older parameterized
packages
  [#18029](#18029)

- [sdk/dotnet] Update dotnet to 3.71.1
  [#18084](#18084)

- [auto/go] Add ConfigFile to GetConfig and SetConfig operations, add
GetAllConfigWithOptions to extend GetAllConfig
  [#17939](#17939)

- [cli/plugin] Log plugin unstructured output to debug instead of info
  [#17943](#17943)

- [sdk/yaml] Update pulumi-yaml to 1.13.0
  [#18077](#18077)


### Bug Fixes

- [backend/diy] Retry deletes of lock files if they fail
  [#18059](#18059)

- [auto/go] Fix potential race condition when using automation API
  [#18044](#18044)

- [auto/go] Fix "debug" flag in automation api
  [#18071](#18071)

- [cli/install] Avoid unnecessary Node.js installations
  [#18041](#18041)

- [engine] Use package load v2 in loader server so it can include
paramaterization
  [#18072](#18072)
  [#18021](#18021)

- [programgen/dotnet] Emit local dependencies in restore sources
deterministically
  [#18026](#18026)

- [sdk/go] Ignore DependsOn for direct form invokes instead of raising
an error

- [sdk/nodejs] Respect the noCheck option from tsconfig.json

- [sdk/nodejs] Gracefully handle errors that don't implement toString
  [#18080](#18080)

- [sdk/python] Fix hang on error when using uv on Windows
  [#18054](#18054)

- [sdkgen/dotnet] Compute restore sources from local dependencies and
referenced packages
  [#18042](#18042)


### Miscellaneous

- [sdkgen/go] Skip TestPackageAddGoParameterized
  [#18049](#18049)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants