pulumi / pulumi-kubernetes-operator

A Kubernetes Operator that automates the deployment of Pulumi Stacks
Apache License 2.0
226 stars 54 forks source link

fix(deps): update first-party pulumi dependencies (master) #754

Closed pulumi-renovate[bot] closed 4 days ago

pulumi-renovate[bot] commented 4 days ago

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi/sdk/v3 require minor v3.137.0 -> v3.140.0
pulumi/actions action major v4 -> v6
pulumi/actions action major v5 -> v6

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3) ### [`v3.140.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.140.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.139.0...v3.140.0) ##### 3.140.0 (2024-11-19) ##### Features - \[pkg] Reject schemas with duplicate paths across resources and functions [#​17797](https://redirect.github.com/pulumi/pulumi/pull/17797) - \[auto/go] Add --config-file functionality to Go Automation API preview, update, refresh, and destroy [#​17774](https://redirect.github.com/pulumi/pulumi/pull/17774) ##### Bug Fixes - \[cli/plugin] Workaround for escape codes in output from .NET 9 [#​17783](https://redirect.github.com/pulumi/pulumi/pull/17783) - \[sdk/python] Fix merging InvokeOptions.version [#​17750](https://redirect.github.com/pulumi/pulumi/pull/17750) ### [`v3.139.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.139.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.138.0...v3.139.0) ##### 3.139.0 (2024-11-14) ##### Features - \[pkg] Allow generating docs in parallel [#​17711](https://redirect.github.com/pulumi/pulumi/pull/17711) - \[programgen] Allow specifying mutually dependant components in PCL - \[programgen/{dotnet,go,nodejs,python}] Support generating invokes options from PCL for invokes [#​17696](https://redirect.github.com/pulumi/pulumi/pull/17696) - \[sdk/nodejs] Allow accessing configuration in Node.js dynamic providers [#​17697](https://redirect.github.com/pulumi/pulumi/pull/17697) - \[sdk/nodejs] Implement RunPlugin for the NodeJS language runtime [#​17724](https://redirect.github.com/pulumi/pulumi/pull/17724) - \[sdk/nodejs] Support parameterization for TypeScript providers [#​17738](https://redirect.github.com/pulumi/pulumi/pull/17738) - \[sdk/python] Add Uv as a Python toolchain [#​17609](https://redirect.github.com/pulumi/pulumi/pull/17609) - \[sdk/python] Allow accessing configuration in Python dynamic providers [#​17673](https://redirect.github.com/pulumi/pulumi/pull/17673) ##### Bug Fixes - \[engine] Make plugin downloads/installation cancellable [#​17621](https://redirect.github.com/pulumi/pulumi/pull/17621) - \[engine] Fix frequent retries on 403 errors when the update token expires [#​17714](https://redirect.github.com/pulumi/pulumi/pull/17714) - \[engine] Don't copy deleted dependencies of untargeted resources [#​17743](https://redirect.github.com/pulumi/pulumi/pull/17743) - \[engine] Support renaming providers in targeted operations [#​17746](https://redirect.github.com/pulumi/pulumi/pull/17746) - \[engine] Pass correct working directory to RunPlugin [#​17763](https://redirect.github.com/pulumi/pulumi/pull/17763) - \[programgen] Allow PCL function element to take a dynamic expression as input in non-strict mode [#​17587](https://redirect.github.com/pulumi/pulumi/pull/17587) - \[sdk/nodejs] Fix pnpm pack for pnpm@9.13 [#​17766](https://redirect.github.com/pulumi/pulumi/pull/17766) - \[sdk/python] Log a message about deleting requirements.txt when converting to using Poetry [#​17716](https://redirect.github.com/pulumi/pulumi/pull/17716) - \[sdk/python] Fix an exception in automation api when reading `whoami` results. [#​17770](https://redirect.github.com/pulumi/pulumi/pull/17770) ##### Miscellaneous - \[sdk/dotnet] Run tests with .NET 9.0 [#​17768](https://redirect.github.com/pulumi/pulumi/pull/17768) ### [`v3.138.0`](https://redirect.github.com/pulumi/pulumi/releases/tag/v3.138.0) [Compare Source](https://redirect.github.com/pulumi/pulumi/compare/v3.137.0...v3.138.0) ##### 3.138.0 (2024-11-06) ##### Features - \[backend/diy] Keep computer awake while an update is running [#​17699](https://redirect.github.com/pulumi/pulumi/pull/17699) - \[backend/service] Keep computer awake while an update is running [#​17699](https://redirect.github.com/pulumi/pulumi/pull/17699) [#​17675](https://redirect.github.com/pulumi/pulumi/pull/17675) - \[cli] Add interactive account selection to pulumi login command [#​17618](https://redirect.github.com/pulumi/pulumi/pull/17618) - \[cli/display] Colorize selected stack when listing [#​17606](https://redirect.github.com/pulumi/pulumi/pull/17606) - \[engine] Persist metadata about snapshot integrity errors [#​17291](https://redirect.github.com/pulumi/pulumi/pull/17291) - \[programgen] Implement package descriptor blocks in PCL to load parameterized packages [#​17589](https://redirect.github.com/pulumi/pulumi/pull/17589) - \[sdk/nodejs] Support Node.js 23 [#​17639](https://redirect.github.com/pulumi/pulumi/pull/17639) ##### Bug Fixes - \[docs] Fix spacing and formatting of `stack init` command's long doc [#​17534](https://redirect.github.com/pulumi/pulumi/pull/17534) - \[engine] Spot skipped-create dependencies even when inputs don't change [#​17633](https://redirect.github.com/pulumi/pulumi/pull/17633) - \[engine] Normalize URNs in `DeletedWith` references [#​17666](https://redirect.github.com/pulumi/pulumi/pull/17666) - \[engine] Disable the enviromental GITHUB_TOKEN on 403 responses [#​17671](https://redirect.github.com/pulumi/pulumi/pull/17671) - \[sdk/go] Overwrite directories in workspace.CopyTemplateFiles when called with force=true [#​17695](https://redirect.github.com/pulumi/pulumi/pull/17695) - \[sdk/python] Add additional debug information to `ValueError` and `AssertionError` [#​17577](https://redirect.github.com/pulumi/pulumi/pull/17577) ##### Miscellaneous - \[docs] Update function comments to remove outdated DIY backend note [#​17563](https://redirect.github.com/pulumi/pulumi/pull/17563) - \[yaml] Update YAML to 1.11.2 [#​17637](https://redirect.github.com/pulumi/pulumi/pull/17637)
pulumi/actions (pulumi/actions) ### [`v6`](https://redirect.github.com/pulumi/actions/compare/v5...v6) [Compare Source](https://redirect.github.com/pulumi/actions/compare/v5...v6) ### [`v5`](https://redirect.github.com/pulumi/actions/compare/v4...v5) [Compare Source](https://redirect.github.com/pulumi/actions/compare/v4...v5)

Configuration

📅 Schedule: Branch creation - "before 6pm" (UTC), Automerge - "before 4am on Monday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR has been generated by Renovate Bot.