pulumiverse / pulumi-grafana

Pulumi provider for Grafana
Apache License 2.0
19 stars 11 forks source link

Update module github.com/pulumi/pulumi/pkg/v3 to v3.121.0 #75

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pulumi/pulumi/pkg/v3 v3.118.0 -> v3.121.0 age adoption passing confidence

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/pkg/v3) ### [`v3.121.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.121.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.120.0...v3.121.0) #### 3.121.0 (2024-06-22) ##### Features - \[cli/install] Make pulumi install work for policy packs [#​16438](https://togithub.com/pulumi/pulumi/pull/16438) - \[engine] Resolve provider in the engine before passing it to transforms [#​16409](https://togithub.com/pulumi/pulumi/pull/16409) - \[sdk/go] Suggest valid attributes with similar names to unrecognised ones when validating project definitions [#​16097](https://togithub.com/pulumi/pulumi/pull/16097) - \[cli/new] Allow passing runtime options as args in pulumi new [#​16346](https://togithub.com/pulumi/pulumi/pull/16346) - \[cli/new] Query language runtime for options during “pulumi new” [#​16346](https://togithub.com/pulumi/pulumi/pull/16346) - \[cli/new] Add packagemanager prompt to pulumi new for nodejs [#​16417](https://togithub.com/pulumi/pulumi/pull/16417) - \[sdk/nodejs] Detect pnpm workspaces when running pulumi install [#​15525](https://togithub.com/pulumi/pulumi/pull/15525) - \[sdk/nodejs] Add options to Workspace::removeStack() [#​16333](https://togithub.com/pulumi/pulumi/pull/16333) - \[sdk/python] Automatically convert requirements.txt to pyproject.toml when using Poetry [#​16346](https://togithub.com/pulumi/pulumi/pull/16346) - \[sdkgen/python] Generate TypedDict types for inputs [#​15957](https://togithub.com/pulumi/pulumi/pull/15957) ##### Bug Fixes - \[engine] Fix a panic when ignoring wildcard values with arrays of different length [#​16406](https://togithub.com/pulumi/pulumi/pull/16406) - \[engine] Fix provider `Delete`s [#​16441](https://togithub.com/pulumi/pulumi/pull/16441) - \[cli/engine] Fix --continue-on-error running indefinitely when a resource fails to be created or updated [#​16371](https://togithub.com/pulumi/pulumi/pull/16371) - \[sdk/nodejs] Avoid an unhandled error when `dependencies` is missing from `package.json` during closure serialization [#​16433](https://togithub.com/pulumi/pulumi/pull/16433) - \[cli/plugin] Fix plugin install command when plugin type is tool [#​16407](https://togithub.com/pulumi/pulumi/pull/16407) - \[sdk/python] Fix Python SDK docs by escaping the trailing underscore in a docstring [#​14866](https://togithub.com/pulumi/pulumi/pull/14866) - \[sdk/python] Don't incorrectly emit deprecation warnings for non-deprecated properties [#​16400](https://togithub.com/pulumi/pulumi/pull/16400) - \[sdk/python] Handle extra CLI arguments passed policy packs plugins [#​16402](https://togithub.com/pulumi/pulumi/pull/16402) - \[sdk/python] Add VIRTUAL_ENV environment variable when running inside a virtual environment [#​16425](https://togithub.com/pulumi/pulumi/pull/16425) - \[sdk/python] Don't lift dunder attributes on `Output`s [#​16439](https://togithub.com/pulumi/pulumi/pull/16439) ##### Miscellaneous - \[sdk/{go,nodejs,python}] Add register resource transform alias for register stack transform [#​16435](https://togithub.com/pulumi/pulumi/pull/16435) - \[cli/new] Instruct the user to use 'pulumi install' when using --generate-only [#​16411](https://togithub.com/pulumi/pulumi/pull/16411) ### [`v3.120.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.120.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.119.0...v3.120.0) #### 3.120.0 (2024-06-12) ##### Features - \[components/dotnet] Upgrade dotnet to 3.64.0 [#​16353](https://togithub.com/pulumi/pulumi/pull/16353) - \[cli/import] Add flag --json to pulumi import which would serialize the import diffs, operations, and overall output as JSON [#​16342](https://togithub.com/pulumi/pulumi/pull/16342) - \[engine] Change `pulumi refresh` to report diffs relative to desired state instead of relative to only output changes. Use `PULUMI_ENABLE_LEGACY_REFRESH_DIFF` to revert to the old behaviour. - \[protobuf] Pass ProgramInfo to LanguageRuntime.About [#​16311](https://togithub.com/pulumi/pulumi/pull/16311) - \[sdk/python] Support Poetry as Python toolchain [#​16315](https://togithub.com/pulumi/pulumi/pull/16315) - \[sdk/python] Autoinstall dependencies using Poetry in GetRequiredPlugins [#​16315](https://togithub.com/pulumi/pulumi/pull/16315) ##### Bug Fixes - \[cli/{config,new}] Fix non-interactive flag for 'new' and 'config env' commands" [#​16338](https://togithub.com/pulumi/pulumi/pull/16338) - \[programgen/go] Fix union type resolution in Go program generation [#​16297](https://togithub.com/pulumi/pulumi/pull/16297) - \[sdk/nodejs] Only look for main in package.json if no entyrpoint was set via Pulumi.yaml [#​16363](https://togithub.com/pulumi/pulumi/pull/16363) - \[sdk/python] Make sure no resource registrations are in progress while stack transforms are being registered ##### Miscellaneous - \[pkg] Refactor plugin.Provider to a `Method(context.Context, MethodRequest) (MethodResponse, error)` style interface. [#​16302](https://togithub.com/pulumi/pulumi/pull/16302) - \[programgen/nodejs] Sort dependencies in GenerateProject [#​16341](https://togithub.com/pulumi/pulumi/pull/16341) - \[sdk/nodejs] Update current nodejs version to 22.x [#​16378](https://togithub.com/pulumi/pulumi/pull/16378) ### [`v3.119.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.119.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.118.0...v3.119.0) #### 3.119.0 (2024-06-05) ##### Features - \[cli] Incorporate v0.9.1 of the esc CLI. [#​16322](https://togithub.com/pulumi/pulumi/pull/16322) - \[auto/{go,nodejs,python}] Add support for `--all` parameter of the `stack ls` command to the Automation API [#​16266](https://togithub.com/pulumi/pulumi/pull/16266) - \[components/yaml] Upgrade pulumi-yaml to 1.8.0 [#​16325](https://togithub.com/pulumi/pulumi/pull/16325) ##### Bug Fixes - \[cli/new] Populate pulumi:template tag also for interactively selected templates [#​16308](https://togithub.com/pulumi/pulumi/pull/16308) - \[backend/service] Improve error reporting when policy pack download fails [#​16306](https://togithub.com/pulumi/pulumi/pull/16306) ##### Miscellaneous - \[sdk/python] Move dependency installation and python command invocation to Toolchain interface [#​16243](https://togithub.com/pulumi/pulumi/pull/16243)

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 this update again.



This PR has been generated by Mend Renovate. View repository job log here.

renovate[bot] commented 3 months ago

ℹ Artifact update notice

File name: examples/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0 -> v1.11.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 -> v1.6.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2 -> v1.8.0
github.com/charmbracelet/bubbletea v0.24.2 -> v0.25.0
github.com/pulumi/esc v0.6.2 -> v0.9.1
github.com/pulumi/pulumi/sdk/v3 v3.118.0 -> v3.121.0
github.com/rogpeppe/go-internal v1.11.0 -> v1.12.0
golang.org/x/crypto v0.23.0 -> v0.24.0
golang.org/x/exp v0.0.0-20231110203233-9a3e6036ecaa -> v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/mod v0.14.0 -> v0.18.0
golang.org/x/net v0.25.0 -> v0.26.0
golang.org/x/sync v0.6.0 -> v0.7.0
golang.org/x/sys v0.20.0 -> v0.21.0
golang.org/x/term v0.20.0 -> v0.21.0
golang.org/x/text v0.15.0 -> v0.16.0
golang.org/x/tools v0.17.0 -> v0.22.0
renovate[bot] commented 2 months ago

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (v3.121.0). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.