Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update module github.com/pulumi/pulumi/sdk/v3 to v3.124.0 #285

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 13, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/pulumi/pulumi/sdk/v3 v3.118.0 -> v3.124.0 age adoption passing confidence
github.com/pulumi/pulumi/sdk/v3 v3.17.0 -> v3.124.0 age adoption passing confidence

Release Notes

pulumi/pulumi (github.com/pulumi/pulumi/sdk/v3)

v3.124.0

Compare Source

v3.123.0

Compare Source

3.123.0 (2024-07-10)

Features
  • [docs] Add ability to constrain supported languages of resource and function overlays
    #​16579

  • [engine] Guess references to properties 'name' and 'arn' between dependant resources during import
    #​16234

  • [sdk/nodejs] Add dependsOn to InvokeOptions in the NodeJS SDK
    #​16560

Bug Fixes
  • [cli/new] Use default values for language specific prompts when using --yes
    #​16595

  • [docs] Fix generating constructor syntax examples for kubernetes
    #​16574

  • [docs] Fix generating constructor syntax examples in Go for package awsx
    #​16583

  • [backend/service] Retry POST requests that time out during handshake timeouts
    #​16576

  • [engine] Avoid computing refresh Diffs for external resources
    #​16544

  • [engine] Fix program hanging when the import resource option is used and the inputs don't match
    #​16572

  • [programgen/go] Do not emit index module for resources without a schema
    #​16588

  • [sdk/go] Fix out-of-range panic when sanitizing PATH env var
    #​16575

  • [sdk/nodejs] Fix creating a closure with object getters and setters
    #​16568

  • [programgen/python] Fix Python program generation for remote assets
    #​16556

Miscellaneous
  • [ci] Use latest patch version of Go in CI
    #​16609

  • [sdk/nodejs] Bump @opentelemetry packages in the NodeJS SDK
    #​16558

v3.122.0

Compare Source

3.122.0 (2024-07-01)

Features
  • [cli] Set the --continue-on-error flag with PULUMI_CONTINUE_ON_ERROR environment variable
    #​16442

  • [sdk/nodejs] Parallelize Construct and Call calls in the Node.js SDK
    #​16428

  • [sdk/python] Support --exclude-protected for destroy in the Python automation SDK
    #​16457

Bug Fixes
  • [auto] Protect access to transport.UnsupportedCapabilities inside repo.FetchContext
    #​16517

  • [cli] Disable default Cobra completions in the CLI
    #​16540

  • [engine] Fix an issue with asset archives not working with paths outside the working directory.
    #​16455

  • [engine] Don't re-delete resources that are marked as pendingReplacement
    #​16510

  • [cli/display] Print a fully qualified stack name on pulumi stack --show-name --fully-qualify-stack-names
    #​16453

  • [cli/display] Display [retain] in all cases of delete retention
    #​16506

  • [sdkgen/dotnet] Bump the default version range for the referenced Pulumi package to a version that supports Config.GetDouble
    #​16483

  • [cli/new] Add not-found markers to missing executables for packagemanagers
    #​16488

  • [sdk/go] Fix concurrent map write when registering transform callbacks
    #​16444

  • [sdk/nodejs] Fix race condition when registering stack transforms
    #​16443

  • [sdk/nodejs] Fix Construct and Call calls in the Node.js SDK sharing state
    #​16487

  • [sdk/nodejs] Fix non-blocking stdout/err with nodejs
    #​16504

  • [sdk/{nodejs,python}] Display an actionable error message when dependency installation fails
    #​16489

  • [sdk/python] Wait for pending tasks before shutting down python programs.
    #​16505

  • [sdk/python] Provide installation instructions for the python typechecker
    #​16539

Miscellaneous
  • [sdk/nodejs] Migrate from Rome to Biome
    #​16456

v3.121.0

Compare Source

3.121.0 (2024-06-22)

Features
  • [cli/install] Make pulumi install work for policy packs
    #​16438

  • [engine] Resolve provider in the engine before passing it to transforms
    #​16409

  • [sdk/go] Suggest valid attributes with similar names to unrecognised ones when validating project definitions
    #​16097

  • [cli/new] Allow passing runtime options as args in pulumi new
    #​16346

  • [cli/new] Query language runtime for options during “pulumi new”
    #​16346

  • [cli/new] Add packagemanager prompt to pulumi new for nodejs
    #​16417

  • [sdk/nodejs] Detect pnpm workspaces when running pulumi install
    #​15525

  • [sdk/nodejs] Add options to Workspace::removeStack()
    #​16333

  • [sdk/python] Automatically convert requirements.txt to pyproject.toml when using Poetry
    #​16346

  • [sdkgen/python] Generate TypedDict types for inputs
    #​15957

Bug Fixes
  • [engine] Fix a panic when ignoring wildcard values with arrays of different length
    #​16406

  • [engine] Fix provider Deletes
    #​16441

  • [cli/engine] Fix --continue-on-error running indefinitely when a resource fails to be created or updated
    #​16371

  • [sdk/nodejs] Avoid an unhandled error when dependencies is missing from package.json during closure serialization
    #​16433

  • [cli/plugin] Fix plugin install command when plugin type is tool
    #​16407

  • [sdk/python] Fix Python SDK docs by escaping the trailing underscore in a docstring
    #​14866

  • [sdk/python] Don't incorrectly emit deprecation warnings for non-deprecated properties
    #​16400

  • [sdk/python] Handle extra CLI arguments passed policy packs plugins
    #​16402

  • [sdk/python] Add VIRTUAL_ENV environment variable when running inside a virtual environment
    #​16425

  • [sdk/python] Don't lift dunder attributes on Outputs
    #​16439

Miscellaneous
  • [sdk/{go,nodejs,python}] Add register resource transform alias for register stack transform
    #​16435

  • [cli/new] Instruct the user to use 'pulumi install' when using --generate-only
    #​16411

v3.120.0

Compare Source

3.120.0 (2024-06-12)

Features
  • [components/dotnet] Upgrade dotnet to 3.64.0
    #​16353

  • [cli/import] Add flag --json to pulumi import which would serialize the import diffs, operations, and overall output as JSON
    #​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

  • [sdk/python] Support Poetry as Python toolchain
    #​16315

  • [sdk/python] Autoinstall dependencies using Poetry in GetRequiredPlugins
    #​16315

Bug Fixes
  • [cli/{config,new}] Fix non-interactive flag for 'new' and 'config env' commands"
    #​16338

  • [programgen/go] Fix union type resolution in Go program generation
    #​16297

  • [sdk/nodejs] Only look for main in package.json if no entyrpoint was set via Pulumi.yaml
    #​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

  • [programgen/nodejs] Sort dependencies in GenerateProject
    #​16341

  • [sdk/nodejs] Update current nodejs version to 22.x
    #​16378

v3.119.0

Compare Source

3.119.0 (2024-06-05)

Features
  • [cli] Incorporate v0.9.1 of the esc CLI.
    #​16322

  • [auto/{go,nodejs,python}] Add support for --all parameter of the stack ls command to the Automation API
    #​16266

  • [components/yaml] Upgrade pulumi-yaml to 1.8.0
    #​16325

Bug Fixes
  • [cli/new] Populate pulumi:template tag also for interactively selected templates
    #​16308

  • [backend/service] Improve error reporting when policy pack download fails
    #​16306

Miscellaneous
  • [sdk/python] Move dependency installation and python command invocation to Toolchain interface
    #​16243

Configuration

📅 Schedule: Branch creation - "before 4am on Monday" (UTC), 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.


  • If you want to rebase/retry this PR, check this box

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

@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 4cf8cca to 156cf24 Compare May 13, 2024 11:22
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.115.2 Update module github.com/pulumi/pulumi/sdk/v3 to v3.116.0 May 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 156cf24 to 2b771f8 Compare May 15, 2024 10:28
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.116.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.116.1 May 15, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 2b771f8 to a074de7 Compare May 25, 2024 00:14
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.116.1 Update module github.com/pulumi/pulumi/sdk/v3 to v3.117.0 May 25, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from a074de7 to edc5f11 Compare May 31, 2024 19:47
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.117.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.118.0 May 31, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from edc5f11 to b93bc42 Compare June 5, 2024 16:21
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.118.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.119.0 Jun 5, 2024
Copy link
Contributor Author

renovate bot commented Jun 5, 2024

⚠️ 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:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

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/v3 v3.84.0
go: downloading github.com/pulumi/pulumi/sdk/v3 v3.124.0
go: downloading github.com/scaleway/terraform-provider-scaleway/v2 v2.41.3
go: downloading github.com/Masterminds/semver v1.5.0
go: downloading github.com/agext/levenshtein v1.2.3
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/gedex/inflector v0.0.0-20170307190818-16278e9db813
go: downloading github.com/golang/glog v1.2.0
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/pkg/errors v0.9.1
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 golang.org/x/net v0.26.0
go: downloading google.golang.org/grpc v1.63.2
go: downloading google.golang.org/protobuf v1.34.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/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10
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/hashicorp/hcl v1.0.0
go: downloading github.com/hashicorp/hcl/v2 v2.20.1
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.9.5
go: downloading github.com/spf13/cobra v1.8.0
go: downloading golang.org/x/mod v0.18.0
go: downloading golang.org/x/text v0.16.0
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/hashicorp/go-hclog v1.6.3
go: downloading github.com/segmentio/encoding v0.3.5
go: downloading github.com/edsrzf/mmap-go v1.1.0
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/santhosh-tekuri/jsonschema/v5 v5.0.0
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading lukechampine.com/frand v1.4.2
go: downloading github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645
go: downloading github.com/charmbracelet/bubbles v0.16.1
go: downloading github.com/charmbracelet/bubbletea v0.25.0
go: downloading github.com/charmbracelet/lipgloss v0.7.1
go: downloading github.com/mitchellh/go-ps v1.0.0
go: downloading github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231
go: downloading github.com/rivo/uniseg v0.4.4
go: downloading github.com/uber/jaeger-client-go v2.30.0+incompatible
go: downloading golang.org/x/sys v0.21.0
go: downloading golang.org/x/term v0.21.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7
go: downloading google.golang.org/genproto v0.0.0-20240311173647-c811ad7063a7
go: downloading github.com/vmihailenco/msgpack v4.0.4+incompatible
go: downloading github.com/vmihailenco/msgpack/v5 v5.4.1
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/hashicorp/logutils v1.0.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading golang.org/x/tools v0.22.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/BurntSushi/toml v1.2.1
go: downloading github.com/pulumi/esc v0.9.1
go: downloading github.com/cheggaaa/pb v1.0.29
go: downloading github.com/djherbis/times v1.5.0
go: downloading github.com/go-git/go-git/v5 v5.12.0
go: downloading github.com/pgavlin/fx v0.1.6
go: downloading github.com/rogpeppe/go-internal v1.11.0
go: downloading github.com/texttheater/golang-levenshtein v1.0.1
go: downloading github.com/tweekmonster/luser v0.0.0-20161003172636-3fa38070dbd7
go: downloading golang.org/x/exp v0.0.0-20240604190554-fc45aab8b7f8
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
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/hashicorp/go-plugin v1.6.0
go: downloading github.com/scaleway/scaleway-sdk-go v1.0.0-beta.27.0.20240603133732-526ae94f1caa
go: downloading github.com/segmentio/asm v1.1.3
go: downloading github.com/pkg/term v1.1.0
go: downloading github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
go: downloading golang.org/x/crypto v0.24.0
go: downloading github.com/atotto/clipboard v0.1.4
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/containerd/console v1.0.4-0.20230313162750-1ae8d489ac81
go: downloading github.com/mattn/go-localereader v0.0.1
go: downloading github.com/muesli/ansi v0.0.0-20230316100256-276c6243b2f6
go: downloading github.com/muesli/cancelreader v0.2.2
go: downloading github.com/muesli/reflow v0.3.0
go: downloading github.com/muesli/termenv v0.15.2
go: downloading golang.org/x/sync v0.7.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/opentracing/basictracer-go v1.1.0
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading go.uber.org/atomic v1.9.0
go: downloading google.golang.org/appengine v1.6.8
go: downloading github.com/vmihailenco/tagparser/v2 v2.0.0
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/hashicorp/terraform-svchost v0.1.1
go: downloading github.com/hashicorp/go-getter v1.7.4
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.54.6
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/ProtonMail/go-crypto v1.1.0-alpha.2
go: downloading github.com/go-git/go-billy/v5 v5.5.0
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: downloading github.com/sabhiram/go-gitignore v0.0.0-20210923224102-525f6e181f06
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading github.com/hashicorp/yamux v0.1.1
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/hashicorp/aws-sdk-go-base v1.1.0
go: downloading github.com/nats-io/jwt/v2 v2.5.7
go: downloading github.com/nats-io/nats.go v1.36.0
go: downloading github.com/hashicorp/awspolicyequivalence v1.6.0
go: downloading github.com/robfig/cron/v3 v3.0.1
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading github.com/aymanbagabas/go-osc52/v2 v2.0.1
go: downloading github.com/lucasb-eyer/go-colorful v1.2.0
go: downloading github.com/google/uuid v1.6.0
go: downloading cloud.google.com/go/storage v1.39.1
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading cloud.google.com/go v0.112.1
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.17.2
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/armon/go-radix v1.0.0
go: downloading github.com/Masterminds/sprig/v3 v3.2.3
go: downloading github.com/bgentry/speakeasy v0.1.0
go: downloading github.com/posener/complete v1.2.3
go: downloading github.com/spf13/cast v1.5.0
go: downloading cloud.google.com/go/logging v1.9.0
go: downloading github.com/pjbgf/sha1cd v0.3.0
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/emirpasic/gods v1.18.1
go: downloading github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99
go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da
go: downloading github.com/skeema/knownhosts v1.2.2
go: downloading github.com/xanzy/ssh-agent v0.3.3
go: downloading github.com/hashicorp/terraform-registry-address v0.2.3
go: downloading github.com/hashicorp/go-retryablehttp v0.7.7
go: downloading github.com/nats-io/nkeys v0.4.7
go: downloading github.com/nats-io/nuid v1.0.1
go: downloading github.com/hashicorp/terraform-exec v0.21.0
go: downloading github.com/hashicorp/terraform-json v0.22.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/Masterminds/goutils v1.1.1
go: downloading github.com/Masterminds/semver/v3 v3.2.0
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 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 github.com/cloudflare/circl v1.3.7
go: downloading gopkg.in/warnings.v0 v0.1.2
go: downloading github.com/Microsoft/go-winio v0.6.1
go: downloading github.com/hashicorp/hc-install v0.6.4
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/otel v1.24.0
go: downloading go.opentelemetry.io/otel/trace v1.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/google/go-querystring v1.1.0
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 golang.org/x/time v0.5.0
go: downloading github.com/hashicorp/go-checkpoint v0.5.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/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/go-logr/stdr v1.2.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/internal/ini v1.8.0
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.1
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.124.0+incompatible
go: github.com/pulumiverse/pulumi-scaleway/provider/cmd/pulumi-tfgen-scaleway 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 renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch 5 times, most recently from a2c82a6 to e625f9e Compare June 13, 2024 09:56
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.119.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.120.0 Jun 13, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from e625f9e to 9d78f84 Compare June 22, 2024 02:45
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.120.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.121.0 Jun 22, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 9d78f84 to 62e64fb Compare July 2, 2024 04:59
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.121.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.122.0 Jul 2, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 62e64fb to 3317abe Compare July 10, 2024 23:09
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.122.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.123.0 Jul 10, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 3317abe to 3bd1bd5 Compare July 12, 2024 13:53
@renovate renovate bot changed the title Update module github.com/pulumi/pulumi/sdk/v3 to v3.123.0 Update module github.com/pulumi/pulumi/sdk/v3 to v3.124.0 Jul 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants