pulumiverse / pulumi-grafana

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

Update module github.com/pulumi/pulumi/sdk/v3 to v3.121.0 #76

Closed renovate[bot] closed 4 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/sdk/v3 v3.118.0 -> v3.121.0 age adoption passing confidence

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/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 4 months ago

ℹ Artifact update notice

File name: sdk/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/ProtonMail/go-crypto v0.0.0-20230828082145-3c4c8a2d2371 -> v1.0.0
github.com/go-git/go-git/v5 v5.11.0 -> v5.12.0
github.com/golang/glog v1.1.0 -> v1.2.0
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/uuid v1.3.0 -> v1.6.0
github.com/sergi/go-diff v1.3.1 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/skeema/knownhosts v1.2.1 -> v1.2.2
golang.org/x/crypto v0.21.0 -> v0.23.0
golang.org/x/net v0.21.0 -> v0.25.0
golang.org/x/sync v0.5.0 -> v0.6.0
golang.org/x/sys v0.18.0 -> v0.20.0
golang.org/x/term v0.18.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20230706204954-ccb25ca9f130 -> v0.0.0-20240227224415-6ceb2ff114de
google.golang.org/grpc v1.57.1 -> v1.63.2
File name: provider/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
go 1.21 -> 1.22.3
cloud.google.com/go/compute v1.23.3 -> v1.24.0
cloud.google.com/go/iam v1.1.5 -> v1.1.6
cloud.google.com/go/kms v1.15.5 -> v1.15.7
cloud.google.com/go/longrunning v0.5.4 -> v0.5.5
github.com/BurntSushi/toml v1.2.1 -> v1.3.2
github.com/ProtonMail/go-crypto v1.1.0-alpha.0 -> v1.1.0-alpha.2
github.com/go-git/go-git/v5 v5.11.0 -> v5.12.0
github.com/grafana/amixr-api-go-client v0.0.11 -> v0.0.12-0.20240410110211-c9f68db085c4
github.com/grafana/grafana-openapi-client-go v0.0.0-20240306142804-861284d1ba83 -> v0.0.0-20240430202104-3ad0f7e4ee52
github.com/grafana/synthetic-monitoring-agent v0.23.1 -> v0.24.1
github.com/hashicorp/hcl/v2 v2.20.0 -> v2.20.1
github.com/hashicorp/terraform-plugin-framework v1.7.0 -> v1.8.0
github.com/hashicorp/terraform-plugin-go v0.22.1 -> v0.23.0
github.com/sergi/go-diff v1.3.1 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/skeema/knownhosts v1.2.1 -> v1.2.2
github.com/zclconf/go-cty v1.14.2 -> v1.14.4
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.1 -> v0.47.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.46.1 -> v0.47.0
golang.org/x/crypto v0.21.0 -> v0.23.0
golang.org/x/mod v0.15.0 -> v0.16.0
golang.org/x/net v0.22.0 -> v0.25.0
golang.org/x/sync v0.6.0 -> v0.7.0
golang.org/x/sys v0.18.0 -> v0.20.0
golang.org/x/term v0.18.0 -> v0.20.0
golang.org/x/text v0.14.0 -> v0.15.0
golang.org/x/tools v0.17.0 -> v0.19.0
google.golang.org/api v0.155.0 -> v0.162.0
google.golang.org/genproto v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240227224415-6ceb2ff114de
google.golang.org/genproto/googleapis/api v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240227224415-6ceb2ff114de
google.golang.org/genproto/googleapis/rpc v0.0.0-20240123012728-ef4313101c80 -> v0.0.0-20240304161311-37d4d3c04a78
google.golang.org/grpc v1.62.1 -> v1.63.2
google.golang.org/protobuf v1.33.0 -> v1.34.0
renovate[bot] commented 4 months ago

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

The artifact failure details are included below:

File name: provider/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/pulumi/pulumi-terraform-bridge/pf v0.37.0
go: downloading github.com/grafana/terraform-provider-grafana/v2 v2.19.1
go: downloading github.com/pulumi/pulumi-terraform-bridge/v3 v3.84.0
go: downloading github.com/hashicorp/terraform-plugin-framework v1.9.0
go: downloading github.com/hashicorp/terraform-plugin-go v0.23.0
go: downloading github.com/hashicorp/terraform-plugin-log v0.9.0
go: downloading github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8
go: downloading github.com/pulumi/pulumi/pkg/v3 v3.118.0
go: downloading github.com/go-openapi/strfmt v0.23.0
go: downloading github.com/grafana/amixr-api-go-client v0.0.12-0.20240410110211-c9f68db085c4
go: downloading github.com/grafana/grafana-com-public-clients/go/gcom v0.0.0-20240322153219-42c6a1d2bcab
go: downloading github.com/grafana/grafana-openapi-client-go v0.0.0-20240430202104-3ad0f7e4ee52
go: downloading github.com/grafana/machine-learning-go-client v0.5.0
go: downloading github.com/grafana/slo-openapi-client/go v0.0.0-20240112175006-de02e75b9d73
go: downloading github.com/grafana/synthetic-monitoring-api-go-client v0.8.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.5
go: downloading github.com/hashicorp/terraform-plugin-mux v0.16.0
go: downloading github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
go: downloading google.golang.org/protobuf v1.34.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
go: downloading github.com/pulumi/terraform-diff-reader v0.0.2
go: downloading github.com/zclconf/go-cty v1.14.4
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible
go: downloading github.com/hashicorp/go-hclog v1.5.0
go: downloading github.com/segmentio/encoding v0.3.5
go: downloading github.com/hashicorp/hcl/v2 v2.20.1
go: downloading github.com/spf13/cobra v1.8.0
go: downloading github.com/hashicorp/hcl v1.0.0
go: downloading github.com/pulumi/pulumi-java/pkg v0.11.0
go: downloading github.com/pulumi/pulumi-yaml v1.7.0
go: downloading github.com/pulumi/schema-tools v0.1.2
go: downloading github.com/russross/blackfriday/v2 v2.1.0
go: downloading github.com/spf13/afero v1.11.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/go-openapi/errors v0.22.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/oklog/ulid v1.3.1
go: downloading go.mongodb.org/mongo-driver v1.14.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/go-openapi/runtime v0.28.0
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/grafana/synthetic-monitoring-agent v0.24.1
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7
go: downloading github.com/edsrzf/mmap-go v1.1.0
go: downloading google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7
go: downloading github.com/natefinch/atomic v1.0.1
go: downloading github.com/pgavlin/goldmark v1.1.33-0.20200616210433-b5eb04559386
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/hashicorp/go-plugin v1.6.0
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/fatih/color v1.16.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/segmentio/asm v1.1.3
go: downloading go.uber.org/atomic v1.11.0
go: downloading github.com/ProtonMail/go-crypto v1.1.0-alpha.2
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/hashicorp/hil v0.0.0-20190212132231-97b3a9cdfa93
go: downloading github.com/json-iterator/go v1.1.12
go: downloading github.com/ettle/strcase v0.1.1
go: downloading github.com/iancoleman/strcase v0.2.0
go: downloading github.com/deckarep/golang-set/v2 v2.5.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/go-openapi/swag v0.23.0
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading go.opentelemetry.io/otel/trace v1.24.0
go: downloading github.com/go-openapi/validate v0.24.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/hashicorp/yamux v0.1.1
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/hashicorp/terraform-registry-address v0.2.3
go: downloading github.com/hashicorp/terraform-svchost v0.1.1
go: downloading github.com/hashicorp/go-getter v1.7.1
go: downloading github.com/mitchellh/cli v1.1.5
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.2
go: downloading github.com/apparentlymart/go-cidr v1.1.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mitchellh/hashstructure v1.0.0
go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/aws/aws-sdk-go v1.50.36
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/mailru/easyjson v0.7.7
go: downloading github.com/go-openapi/loads v0.22.0
go: downloading github.com/go-openapi/analysis v0.23.0
go: downloading github.com/go-openapi/spec v0.21.0
go: downloading github.com/go-logr/logr v1.4.1
go: downloading go.opentelemetry.io/otel/metric v1.24.0
go: downloading github.com/go-openapi/jsonpointer v0.21.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/armon/go-radix v1.0.0
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading github.com/posener/complete v1.2.3
go: downloading cloud.google.com/go/storage v1.39.1
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.15.11
go: downloading cloud.google.com/go v0.112.1
go: downloading github.com/ulikunitz/xz v0.5.10
go: downloading golang.org/x/oauth2 v0.18.0
go: downloading google.golang.org/api v0.169.0
go: downloading github.com/spf13/cast v1.5.0
go: downloading cloud.google.com/go/logging v1.9.0
go: downloading github.com/josharian/intern v1.0.0
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading github.com/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.1
go: downloading github.com/huandu/xstrings v1.3.3
go: downloading github.com/imdario/mergo v0.3.15
go: downloading github.com/shopspring/decimal v1.3.1
go: downloading cloud.google.com/go/compute/metadata v0.2.3
go: downloading cloud.google.com/go/compute v1.25.0
go: downloading cloud.google.com/go/iam v1.1.6
go: downloading github.com/googleapis/gax-go/v2 v2.12.2
go: downloading github.com/gofrs/uuid v4.2.0+incompatible
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading gocloud.dev v0.37.0
go: downloading gocloud.dev/secrets/hashivault v0.37.0
go: downloading cloud.google.com/go/longrunning v0.5.5
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240311173647-c811ad7063a7
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.49.0
go: downloading github.com/google/s2a-go v0.1.7
go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azcore v1.10.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0
go: downloading github.com/google/wire v0.6.0
go: downloading cloud.google.com/go/kms v1.15.7
go: downloading github.com/aws/aws-sdk-go-v2 v1.26.1
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.30.1
go: downloading github.com/aws/smithy-go v1.20.2
go: downloading github.com/gorilla/mux v1.8.0
go: downloading github.com/hashicorp/vault/api v1.12.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.49.0
go: downloading github.com/googleapis/enterprise-certificate-proxy v0.3.2
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading golang.org/x/xerrors v0.0.0-20231012003039-104605ab7028
go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20180127040702-4e3ac2762d5f
go: downloading github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.2
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.5
go: downloading github.com/aws/aws-sdk-go-v2/config v1.27.11
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.8
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.5
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.17.11
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.8.0
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.20.5
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.4
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.28.6
go: downloading github.com/hashicorp/go-sockaddr v1.0.6
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/golang-jwt/jwt/v5 v5.2.1
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.11.2
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.11.7
go: downloading github.com/pulumi/pulumi/sdk v1.14.1
go: downloading github.com/pulumi/pulumi v3.121.0+incompatible
go: github.com/pulumiverse/pulumi-grafana/provider/cmd/pulumi-tfgen-grafana imports
    github.com/pulumi/pulumi-terraform-bridge/pf/tfgen imports
    github.com/pulumi/pulumi-terraform-bridge/v3/pkg/tfgen imports
    github.com/pulumi/pulumi/pkg/v3/codegen/python imports
    github.com/pulumi/pulumi/sdk/v3/python: cannot find module providing package github.com/pulumi/pulumi/sdk/v3/python
renovate[bot] commented 4 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.