pulumiverse / pulumi-grafana

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

Update module github.com/pulumi/pulumi/sdk/v3 to v3.55.0 #46

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/pulumi/pulumi/sdk/v3 require minor v3.51.1 -> v3.55.0

Release Notes

pulumi/pulumi ### [`v3.55.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.55.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.54.0...v3.55.0) #### 3.55.0 (2023-02-14) ##### Features - \[cli] Remove the `[experimental] yes, using Update Plans` prompt. [#​12135](https://togithub.com/pulumi/pulumi/pull/12135) - \[backend/filestate] pulumi login gs:// to support google oauth access tokens via environment variable for Google Cloud Storage backends [#​12102](https://togithub.com/pulumi/pulumi/pull/12102) - \[sdk/go] Adds StackReference.GetOutputDetails to retrieve outputs from StackReferences as plain objects. [#​12034](https://togithub.com/pulumi/pulumi/pull/12034) - \[sdk/nodejs] Adds StackReference.getOutputDetails to retrieve outputs from StackReferences as plain objects. [#​12072](https://togithub.com/pulumi/pulumi/pull/12072) - \[sdk/python] Adds StackReference.get_output_details to retrieve outputs from StackReferences as plain objects. [#​12071](https://togithub.com/pulumi/pulumi/pull/12071) ##### Bug Fixes - \[cli] Fix verbose logging to filter secrets. [#​12079](https://togithub.com/pulumi/pulumi/pull/12079) - \[engine] This fixes an issue where 'pulumi state delete ' would prompt the user to disambiguate between multiple resources in state with the same URN and proceed to delete all of them. With this change, dependency checks are performed only if the deletion will lead to no resources possessing the URN. The targetDependents flag will only target dependents if the deleted resource will orphan the dependents. [#​12111](https://togithub.com/pulumi/pulumi/pull/12111) - \[engine] Fixed issue where pulumi displays multiline secrets when the newlines('\n') are escaped. [#​12140](https://togithub.com/pulumi/pulumi/pull/12140) - \[sdkgen/go] Prevent defaults from overriding set values. [#​12099](https://togithub.com/pulumi/pulumi/pull/12099) ##### Miscellaneous - \[pkg] Raise 'go' directive to 1.18. [#​11807](https://togithub.com/pulumi/pulumi/pull/11807) - \[sdk/go] Raise 'go' directive to 1.18. [#​11807](https://togithub.com/pulumi/pulumi/pull/11807) ### [`v3.54.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.54.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.53.1...v3.54.0) #### 3.54.0 (2023-02-06) ##### Features - \[cli] Add `--shell` flag to `pulumi stack output` to print outputs as a shell script. [#​11956](https://togithub.com/pulumi/pulumi/pull/11956) - \[cli] Add `--insecure` flag to `pulumi login` which disables https certificate checks [#​9159](https://togithub.com/pulumi/pulumi/pull/9159) - \[programgen] Add a new `unsecret` intrinsic function to PCL. [#​12026](https://togithub.com/pulumi/pulumi/pull/12026) - \[sdkgen/go] Go SDKs now use `errors.New` instead of `github.com/pkg/errors.New`. [#​12046](https://togithub.com/pulumi/pulumi/pull/12046) ##### Bug Fixes - \[auto] Add support for cloning from Azure DevOps [#​12001](https://togithub.com/pulumi/pulumi/pull/12001) - \[sdkgen] Correctly error on resource using the reserved name "provider". [#​11996](https://togithub.com/pulumi/pulumi/pull/11996) - \[sdk/python] Fix handling of Output keys in dicts passed to Output.from_input. [#​11968](https://togithub.com/pulumi/pulumi/pull/11968) ##### Miscellaneous - \[sdk/go] Delegate alias computation to the engine [#​12025](https://togithub.com/pulumi/pulumi/pull/12025) - \[sdk/python] Delegate alias computation to the engine [#​12015](https://togithub.com/pulumi/pulumi/pull/12015) ### [`v3.53.1`](https://togithub.com/pulumi/pulumi/releases/tag/v3.53.1) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.53.0...v3.53.1) #### 3.53.1 (2023-01-25) ##### Bug Fixes - \[engine] Revert go-cloud upgrade to fix issues with Azure secrets. [#​11984](https://togithub.com/pulumi/pulumi/pull/11984) ### [`v3.53.0`](https://togithub.com/pulumi/pulumi/blob/HEAD/CHANGELOG.md#v3530-2023-01-25) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.52.1...v3.53.0) ##### Features - \[auto/nodejs] Enable programmatic tagging of stacks (Nodejs only) [#​11659](https://togithub.com/pulumi/pulumi/pull/11659) - \[sdk/go] Coerces output values in ApplyT calls if the types are equivalent. [#​11903](https://togithub.com/pulumi/pulumi/pull/11903) - \[sdk/nodejs] Add optional / backwards compatible generic types to pulumi.dynamic.ResourceProvider. [#​11881](https://togithub.com/pulumi/pulumi/pull/11881) ##### Bug Fixes - \[auto/nodejs] Fix NodeJS automation api always setting the PULUMI_CONFIG environment variable. [#​11943](https://togithub.com/pulumi/pulumi/pull/11943) - \[cli/display] Display text-based diff if yaml/json diff is semantically equal [#​11803](https://togithub.com/pulumi/pulumi/pull/11803) - \[sdk/go] Fixes data race in provider plugin resulting in weakly typed secrets. [#​11975](https://togithub.com/pulumi/pulumi/pull/11975) - \[sdk/nodejs] Fix handling of recursive symlinks in node_modules. [#​11950](https://togithub.com/pulumi/pulumi/pull/11950) ### [`v3.52.1`](https://togithub.com/pulumi/pulumi/releases/tag/v3.52.1) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.52.0...v3.52.1) #### 3.52.1 (2023-01-19) ##### Bug Fixes - \[engine] Fix launching non-Go plugins on Windows. [#​11915](https://togithub.com/pulumi/pulumi/pull/11915) ### [`v3.52.0`](https://togithub.com/pulumi/pulumi/releases/tag/v3.52.0) [Compare Source](https://togithub.com/pulumi/pulumi/compare/v3.51.1...v3.52.0) #### 3.52.0 (2023-01-18) ##### Features - \[sdk/go] Allows users to discover if their program is being run with a mock monitor [#​11788](https://togithub.com/pulumi/pulumi/pull/11788) - \[sdk/nodejs] Add support for custom naming of dynamic provider resource. [#​11873](https://togithub.com/pulumi/pulumi/pull/11873) - \[sdkgen/{dotnet,nodejs}] Initial implementation of simplified invokes for dotnet and nodejs. [#​11753](https://togithub.com/pulumi/pulumi/pull/11753) ##### Bug Fixes - \[cli/display] Fixes [#​11864](https://togithub.com/pulumi/pulumi/issues/11864). Pulumi panics before main when Pulumi.yaml provider plugin does not have a path provided. [#​11892](https://togithub.com/pulumi/pulumi/pull/11892) - \[sdk/{go,nodejs,python}] Fix DeletedWith resource option [#​11883](https://togithub.com/pulumi/pulumi/pull/11883) - \[sdk/python] Fix a TypeError in Output.from_input. [#​11852](https://togithub.com/pulumi/pulumi/pull/11852)

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 1 year ago

Renovate Ignore Notification

As this PR has been closed unmerged, Renovate will now ignore this update (v3.55.0). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the ignoreDeps array of your renovate config.

If this PR was closed by mistake or you changed your mind, you can simply rename this PR and you will soon get a fresh replacement PR opened.