UnstoppableMango / pulumi-kubernetes-the-hard-way

A Pulumi component provider that implements Kelsey Hightower's Kubernetes the Hard Way
Apache License 2.0
0 stars 0 forks source link

Update pulumi to v3.127.0 #361

Closed renovate[bot] closed 1 month ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
@pulumi/pulumi (source) 3.124.0 -> 3.127.0 age adoption passing confidence dependencies minor
github.com/pulumi/pulumi/pkg/v3 v3.124.0 -> v3.127.0 age adoption passing confidence require minor
github.com/pulumi/pulumi/sdk/v3 v3.124.0 -> v3.127.0 age adoption passing confidence require minor
pulumi/pulumi 3.124.0 -> 3.127.0 age adoption passing confidence minor

Release Notes

pulumi/pulumi (@​pulumi/pulumi) ### [`v3.127.0`](https://togithub.com/pulumi/pulumi/compare/v3.126.0...v3.127.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.126.0...v3.127.0) ### [`v3.126.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.126.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.125.0...v3.126.0) #### 3.126.0 (2024-07-22) ##### Features - \[cli] Add support for `DeletedWith` to `pulumi convert` [#​12011](https://togithub.com/pulumi/pulumi/pull/12011) - \[cli] Allow specifying project names when converting with `pulumi convert --name` [#​16708](https://togithub.com/pulumi/pulumi/pull/16708) - \[sdk/python] Add support for invoke stack transforms [#​16701](https://togithub.com/pulumi/pulumi/pull/16701) ##### Bug Fixes - \[cli] Avoid duplicate error output in some cases [#​16706](https://togithub.com/pulumi/pulumi/pull/16706) - \[cli] Avoid duplicate error: prefix with `--expect-no-changes` [#​16705](https://togithub.com/pulumi/pulumi/pull/16705) - \[engine] Fix integrity issues in `up --continue-on-error` with changed dependencies [#​16733](https://togithub.com/pulumi/pulumi/pull/16733) - \[engine] Fix panics due to different length `ignoreChanges` arrays [#​16742](https://togithub.com/pulumi/pulumi/pull/16742) - \[cli/state] Disallow provider moves in the `state move` command [#​16722](https://togithub.com/pulumi/pulumi/pull/16722) - \[cli/state] Improve readability of the resources to be moved output of the state move command [#​16723](https://togithub.com/pulumi/pulumi/pull/16723) - \[cli/state] Allow a provider with the same URN and ID to already be in the snapshot [#​16737](https://togithub.com/pulumi/pulumi/pull/16737) - \[cli/state] Reparent providers correctly in state move [#​16735](https://togithub.com/pulumi/pulumi/pull/16735) - \[programgen/go] Fix emiting literal values as stack outputs [#​16728](https://togithub.com/pulumi/pulumi/pull/16728) - \[sdk/go] Set Parameterize.Value in plugin.Provider [#​16726](https://togithub.com/pulumi/pulumi/pull/16726) - \[sdk/python] Exclude `pulumi_policy` from plugin determination [#​16727](https://togithub.com/pulumi/pulumi/pull/16727) ### [`v3.125.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.125.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.124.0...v3.125.0) #### 3.125.0 (2024-07-18) ##### Features - \[sdk/go] Add support for invoke stack transforms [#​16617](https://togithub.com/pulumi/pulumi/pull/16617) - \[sdk/{go,nodejs,python}] Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs [#​16674](https://togithub.com/pulumi/pulumi/pull/16674) - \[sdk/nodejs] Add support for invoke stack transforms [#​16688](https://togithub.com/pulumi/pulumi/pull/16688) - \[sdkgen/go] Default importBasePath to a pulumi github base path [#​16664](https://togithub.com/pulumi/pulumi/pull/16664) ##### Bug Fixes - \[engine] Fix snapshot integrity problems when `Delete`s fail in delete-before-replace chains [#​16699](https://togithub.com/pulumi/pulumi/pull/16699) - \[cli/about] Fix a panic for some token types returned from the service. [#​16710](https://togithub.com/pulumi/pulumi/pull/16710) - \[sdk/go] Disallow OutputState from being deepcopied [#​16690](https://togithub.com/pulumi/pulumi/pull/16690) - \[cli/new] Fix incorrect caching of git auth method in error cases [#​16652](https://togithub.com/pulumi/pulumi/pull/16652) - \[cli/state] Fix panic in state move when either the source or destination stack are empty [#​16676](https://togithub.com/pulumi/pulumi/pull/16676) - \[cli/state] Fix resources to be moved not being shown in `pulumi state move` [#​16672](https://togithub.com/pulumi/pulumi/pull/16672) - \[cli/state] Warn when an argument matches no URN in the source snapshot and error out when no resources are being moved in `pulumi state move` [#​16673](https://togithub.com/pulumi/pulumi/pull/16673) - \[pkg/testing] Clean up PULUMI_HOME after program test [#​16663](https://togithub.com/pulumi/pulumi/pull/16663) - \[sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs [#​16649](https://togithub.com/pulumi/pulumi/pull/16649) - \[sdk/nodejs] Pin node to 22.4.x to workaround breakage [#​16709](https://togithub.com/pulumi/pulumi/pull/16709) - \[sdk/python] Fix YAML serialization of project settings in the Python Automation API [#​16660](https://togithub.com/pulumi/pulumi/pull/16660) - \[sdk/python] Use python names for dictionary literals when inside a typed dictionary input [#​16658](https://togithub.com/pulumi/pulumi/pull/16658) - \[sdk/python] Don't use indentation in converted pyproject.toml files [#​16678](https://togithub.com/pulumi/pulumi/pull/16678) - \[sdk/python] Fix a RecursionError with deeply nested ComponentResources [#​16669](https://togithub.com/pulumi/pulumi/pull/16669) - \[sdk/python] Validate that we have Poetry >= 1.8.0 [#​16683](https://togithub.com/pulumi/pulumi/pull/16683)
pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3) ### [`v3.127.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.127.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.126.0...v3.127.0) #### 3.127.0 (2024-07-25) ##### Features - \[auto/go] Implement Stack.ImportResources() for batch importing resources into a stack via the automation API [#​16721](https://togithub.com/pulumi/pulumi/pull/16721) - \[cli/new] Make prompt capitalization consistent [#​16747](https://togithub.com/pulumi/pulumi/pull/16747) - \[auto/nodejs] Implement Stack.import() in automation API to specify and import resources into a stack [#​16615](https://togithub.com/pulumi/pulumi/pull/16615) - \[auto/python] Implement Stack.import_resources() for batch importing resources into a stack [#​16668](https://togithub.com/pulumi/pulumi/pull/16668) - \[sdk/python] Provide stricter types for config.get_XXX when a default is provided [#​16768](https://togithub.com/pulumi/pulumi/pull/16768) - \[sdkgen/python] Generate TypedDict input types by default [#​16704](https://togithub.com/pulumi/pulumi/pull/16704) ##### Bug Fixes - \[cli/import] Fix undefined variable errors in code generation when imported resources use a parent or provider [#​16786](https://togithub.com/pulumi/pulumi/pull/16786) - \[cli/state] Always show the fully qualified stack name when moving resources [#​16767](https://togithub.com/pulumi/pulumi/pull/16767) - \[cli/state] Fix calculation of the resources that are remaining in the source stack [#​16774](https://togithub.com/pulumi/pulumi/pull/16774) - \[cli/state] Fix the dependency information in the state move command [#​16765](https://togithub.com/pulumi/pulumi/pull/16765) - \[cli/state] Improve how moving the root stack is handled in `pulumi state move` [#​16779](https://togithub.com/pulumi/pulumi/pull/16779) - \[sdk/nodejs] Detect possible OOM errors when nodejs crashes [#​16700](https://togithub.com/pulumi/pulumi/pull/16700) - \[sdk/nodejs] Ensure no output is lost for nodejs commands when stdout is slow [#​16700](https://togithub.com/pulumi/pulumi/pull/16700) ### [`v3.126.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.126.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.125.0...v3.126.0) #### 3.126.0 (2024-07-22) ##### Features - \[cli] Add support for `DeletedWith` to `pulumi convert` [#​12011](https://togithub.com/pulumi/pulumi/pull/12011) - \[cli] Allow specifying project names when converting with `pulumi convert --name` [#​16708](https://togithub.com/pulumi/pulumi/pull/16708) - \[sdk/python] Add support for invoke stack transforms [#​16701](https://togithub.com/pulumi/pulumi/pull/16701) ##### Bug Fixes - \[cli] Avoid duplicate error output in some cases [#​16706](https://togithub.com/pulumi/pulumi/pull/16706) - \[cli] Avoid duplicate error: prefix with `--expect-no-changes` [#​16705](https://togithub.com/pulumi/pulumi/pull/16705) - \[engine] Fix integrity issues in `up --continue-on-error` with changed dependencies [#​16733](https://togithub.com/pulumi/pulumi/pull/16733) - \[engine] Fix panics due to different length `ignoreChanges` arrays [#​16742](https://togithub.com/pulumi/pulumi/pull/16742) - \[cli/state] Disallow provider moves in the `state move` command [#​16722](https://togithub.com/pulumi/pulumi/pull/16722) - \[cli/state] Improve readability of the resources to be moved output of the state move command [#​16723](https://togithub.com/pulumi/pulumi/pull/16723) - \[cli/state] Allow a provider with the same URN and ID to already be in the snapshot [#​16737](https://togithub.com/pulumi/pulumi/pull/16737) - \[cli/state] Reparent providers correctly in state move [#​16735](https://togithub.com/pulumi/pulumi/pull/16735) - \[programgen/go] Fix emiting literal values as stack outputs [#​16728](https://togithub.com/pulumi/pulumi/pull/16728) - \[sdk/go] Set Parameterize.Value in plugin.Provider [#​16726](https://togithub.com/pulumi/pulumi/pull/16726) - \[sdk/python] Exclude `pulumi_policy` from plugin determination [#​16727](https://togithub.com/pulumi/pulumi/pull/16727) ### [`v3.125.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.125.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.124.0...v3.125.0) ##### 3.125.0 (2024-07-18) ##### Features - \[sdk/go] Add support for invoke stack transforms [#​16617](https://togithub.com/pulumi/pulumi/pull/16617) - \[sdk/{go,nodejs,python}] Support `--remove` for `destroy` in the Go, NodeJS and Python Automation API SDKs [#​16674](https://togithub.com/pulumi/pulumi/pull/16674) - \[sdk/nodejs] Add support for invoke stack transforms [#​16688](https://togithub.com/pulumi/pulumi/pull/16688) - \[sdkgen/go] Default importBasePath to a pulumi github base path [#​16664](https://togithub.com/pulumi/pulumi/pull/16664) ##### Bug Fixes - \[engine] Fix snapshot integrity problems when `Delete`s fail in delete-before-replace chains [#​16699](https://togithub.com/pulumi/pulumi/pull/16699) - \[cli/about] Fix a panic for some token types returned from the service. [#​16710](https://togithub.com/pulumi/pulumi/pull/16710) - \[sdk/go] Disallow OutputState from being deepcopied [#​16690](https://togithub.com/pulumi/pulumi/pull/16690) - \[cli/new] Fix incorrect caching of git auth method in error cases [#​16652](https://togithub.com/pulumi/pulumi/pull/16652) - \[cli/state] Fix panic in state move when either the source or destination stack are empty [#​16676](https://togithub.com/pulumi/pulumi/pull/16676) - \[cli/state] Fix resources to be moved not being shown in `pulumi state move` [#​16672](https://togithub.com/pulumi/pulumi/pull/16672) - \[cli/state] Warn when an argument matches no URN in the source snapshot and error out when no resources are being moved in `pulumi state move` [#​16673](https://togithub.com/pulumi/pulumi/pull/16673) - \[pkg/testing] Clean up PULUMI_HOME after program test [#​16663](https://togithub.com/pulumi/pulumi/pull/16663) - \[sdk/nodejs] Fix lookup for pulumi run script when using Volta to manage nodejs [#​16649](https://togithub.com/pulumi/pulumi/pull/16649) - \[sdk/nodejs] Pin node to 22.4.x to workaround breakage [#​16709](https://togithub.com/pulumi/pulumi/pull/16709) - \[sdk/python] Fix YAML serialization of project settings in the Python Automation API [#​16660](https://togithub.com/pulumi/pulumi/pull/16660) - \[sdk/python] Use python names for dictionary literals when inside a typed dictionary input [#​16658](https://togithub.com/pulumi/pulumi/pull/16658) - \[sdk/python] Don't use indentation in converted pyproject.toml files [#​16678](https://togithub.com/pulumi/pulumi/pull/16678) - \[sdk/python] Fix a RecursionError with deeply nested ComponentResources [#​16669](https://togithub.com/pulumi/pulumi/pull/16669) - \[sdk/python] Validate that we have Poetry >= 1.8.0 [#​16683](https://togithub.com/pulumi/pulumi/pull/16683)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.



This PR was generated by Mend Renovate. View the repository job log.