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

chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.121.0 #140

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 18, 2024

Mend Renovate

This PR contains the following updates:

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

Release Notes

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

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

v3.118.0

Compare Source

3.118.0 (2024-05-31)
Features
  • [sdk] Improve plugin parameterize interface
    #​16283

  • [sdk] Require consumers to set an explicit forward compatibility policy for forward compatibility in plugin.Provider
    #​16293

  • [programgen/go] Implement importPathPattern in Go language options to override emitted paths in generated Go programs
    #​16267

  • [sdk/{go,nodejs,python}] Make stack transforms a stable, non-experimental feature
    #​16282

Bug Fixes
  • [auto/go] Add missing ContinueOnError option function
    #​16291

  • [cli/display] Don't rewrite in-progress replacement steps if an error occurs
    #​16292

  • [docs] Fix generating constructor examples for resources that have numeric enums as input
    #​16223

  • [engine] Fix panic with --continue-on-error on delete after failed create
    #​16261

v3.117.0

Compare Source

3.117.0 (2024-05-24)
Features
  • [engine] Guess ID references of dependant resources when generating code for import operations
    #​16208
Bug Fixes
  • [engine] Check property dependencies and deleted-with relationships for target dependents
    #​16220

  • [engine] Propagate dependencies of untargeted resources correctly during targeted updates
    #​16247

  • [backend/diy] Rewrite DeletedWith references when renaming stacks
    #​16216

  • [cli/state] Fix state renames involving DeletedWith
    #​16260

  • [sdk/python] Use a separate type variable for static methods on Output
    #​16172

  • [sdk/python] Relax Output.all types to better match the implementation
    #​16172

  • [sdkgen/python] Generate init.py files for modules that only contain enumerations
    #​16229

v3.116.1

Compare Source

3.116.1 (2024-05-15)
Features
  • [docs] Resource docs: bump the number of displayed supporting types from 200 to 1000 by default
    #​16185

  • [sdk/go] Prefer pluginDownloadURLOverrides over PluginDownloadURL specified in the package
    #​16186

Bug Fixes
  • [engine] Fix panic when using pulumi up --refresh --continue-on-error
    #​16184

v3.116.0

Compare Source

3.116.0 (2024-05-10)

Bug Fixes
  • [engine] Fix dataraces between snapshot and deployment systems.
    #​16148

  • [cli/display] Fix mangled diffs of strings containing url-encoded chars
    #​16147

  • [sdk/nodejs] Don't load punycode module in function serialization code
    #​16149

  • [sdk/nodejs] Return error in RPC response instead of exiting in the language runtime
    #​16162

  • [sdk/nodejs] Return the underlying error if we can't locate the pulumi SDK
    #​16160

  • [sdk/python] Provide more descriptive exception
    #​16098

  • [sdk/python] Fix typings for from_input and all to not return Never types.
    #​16139

  • [sdk/python] Fix a race condition in output handling
    #​16155

Miscellaneous
  • [pkg] Upgrade pulumi-java to v0.11.0
    #​16159

v3.115.2

Compare Source

3.115.2 (2024-05-06)

Bug Fixes
  • [cli/display] Fix a deadlock in the display code
    #​16129

  • [cli/engine] Revert "Make --expect-no-changes fail even if the only changes are output changes"
    #​16131

  • [engine] Normalize provider version during default provider lookup
    #​16109

v3.115.1

Compare Source

3.115.1 (2024-05-06)

Bug Fixes
  • [backend] Fix concurrent reads from and writes to display resource timer maps
    #​16101

  • [engine] Better handle property dependencies and deleted-with relationships when pruning URNs, verifying snapshot integrity and computing dependency graphs.
    #​16088

  • [engine] Fix folder archive outside of cwd.
    #​16119

  • [programgen/python] Sort generated requirements.txt files when generating Python programs
    #​16115

v3.115.0

Compare Source

3.115.0 (2024-05-02)

Features
  • [auto/{go,nodejs,python}] Add support for --import-file option on Preview with Automation API
    #​16071

  • [sdk/{go,nodejs,python}] Make transforms a stable, non-experimental feature
    #​16080

  • [sdk/python] Update python dynamic provider types for inputs to Dict[str, Any], from Any
    #​16102

  • [components/yaml] Upgrade pulumi-yaml to 1.7.0
    #​16082

Bug Fixes
  • [engine] Fix an issue with archives/assets at paths outside cwd.
    #​16100

  • [cli/display] Avoid showing a diff when the provider returns DIFF_NONE
    #​16024

  • [backend/{diy,service}] Promote snapshot closure errors from diagnostics to actual errors
    #​16090

  • [cli/engine] Make --expect-no-changes fail even if the only changes are output changes
    #​15903

v3.114.0

Compare Source

3.114.0 (2024-04-26)

Features
  • [auto/{go,nodejs,python}] Add support for the continue-on-error parameter of the up command to the Automation API
    #​15953

  • [engine] Add a --continue-on-error flag to pulumi up
    #​15740

Bug Fixes
  • [pkg] Deserialize assets with their sig
    #​16073

  • [cli/display] Fix output of the diff display, making sure it shows diffs from refreshes
    #​16065

  • [auto/python] Ensure async context is not shared between multiple programs
    #​16063

  • [sdk/nodejs] Fix a race condition that could cause the NodeJS runtime to terminate before finishing all work
    #​16005

  • [sdk/python] Fix an exception when setting providers resource option with a dict
    #​16022

  • [sdk/python] Fix event loop tracking in the python SDK when using remote transforms
    #​16039

  • [sdk/python] Workaround lazy module loading regression
    #​16038

  • [sdk/python] Fix a memory leak in tracking outputs
    #​16057

Miscellaneous
  • [cli/plugin] Move PluginKind type definition into apitype and re-export for backward compatibility
    #​15946

v3.113.3

Compare Source

3.113.3 (2024-04-19)

Features
  • [cli/about] Add plugin kind to the about output
    #​15996
Bug Fixes
  • [engine] Remove locks between snapshot and executor systems
    #​15998

v3.113.2

Compare Source

3.113.2 (2024-04-18)
Features
  • [backend/{diy,service}] Elide state file writes for unchanged component outputs
    #​15976
Bug Fixes
  • [engine] Display the entire preview with diff when a protected resource needs replacement
    #​15969

v3.113.1

Compare Source

3.113.1 (2024-04-18)

Features
  • [auto/{go,nodejs,python}] Add support for inheritSettings to go, nodejs and python automation API.
    #​15684
Bug Fixes
  • [backend] Fix incorrect dependency sorting in snapshot

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.


  • 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 requested a review from runlevel5 as a code owner April 18, 2024 13:59
Copy link
Contributor Author

renovate bot commented Apr 18, 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: sdk/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/pulumi/pulumi/sdk/v3 v3.115.2
go: downloading golang.org/x/net v0.23.0
go: downloading google.golang.org/grpc v1.63.2
go: downloading golang.org/x/sys v0.19.0
go: downloading golang.org/x/term v0.19.0
go: downloading golang.org/x/crypto v0.22.0
go: downloading github.com/go-git/go-git/v5 v5.12.0
go: downloading github.com/sergi/go-diff v1.3.2-0.20230802210424-5b0b94c5c0d3
go: github.com/pulumiverse/pulumi-buildkite/sdk/v2/go/buildkite imports
	github.com/pulumiverse/pulumi-buildkite/sdk/v3/go/buildkite/internal: cannot find module providing package github.com/pulumiverse/pulumi-buildkite/sdk/v3/go/buildkite/internal

@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from aef63a2 to b681887 Compare April 19, 2024 01:35
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.113.1 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.113.2 Apr 19, 2024
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.113.2 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.113.3 Apr 19, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from b681887 to ea28375 Compare April 19, 2024 21:44
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from ea28375 to 1b854ce Compare April 27, 2024 00:49
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.113.3 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.114.0 Apr 27, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 1b854ce to 3182eb1 Compare May 3, 2024 04:06
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.114.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.115.0 May 3, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 3182eb1 to acf7fc3 Compare May 6, 2024 14:09
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.115.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.115.1 May 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from acf7fc3 to 892f671 Compare May 6, 2024 23:06
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.115.1 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.115.2 May 6, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 892f671 to f5485d6 Compare May 13, 2024 10:41
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.115.2 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.116.0 May 13, 2024
Copy link
Contributor Author

renovate bot commented May 13, 2024

⚠️ Artifact update problem

Renovate failed to update artifacts 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: sdk/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/blang/semver v3.5.1+incompatible
go: downloading github.com/pulumi/pulumi/sdk/v3 v3.121.0
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
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.33.0
go: downloading github.com/spf13/cast v1.6.0
go: downloading github.com/hashicorp/errwrap v1.1.0
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/hashicorp/hcl/v2 v2.20.0
go: downloading github.com/opentracing/opentracing-go v1.2.0
go: downloading github.com/pkg/errors v0.9.1
go: downloading github.com/charmbracelet/bubbles v0.18.0
go: downloading github.com/charmbracelet/bubbletea v0.25.0
go: downloading github.com/charmbracelet/lipgloss v0.10.0
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.7
go: downloading github.com/spf13/cobra v1.8.0
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 github.com/golang/glog v1.2.0
go: downloading github.com/pkg/term v1.1.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7
go: downloading github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
go: downloading github.com/pulumi/esc v0.9.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/crypto v0.24.0
go: downloading github.com/cheggaaa/pb v1.0.29
go: downloading github.com/djherbis/times v1.6.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.12.0
go: downloading github.com/santhosh-tekuri/jsonschema/v5 v5.3.1
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/atotto/clipboard v0.1.4
go: downloading github.com/mattn/go-runewidth v0.0.15
go: downloading github.com/containerd/console v1.0.4
go: downloading github.com/mattn/go-isatty v0.0.20
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/agext/levenshtein v1.2.3
go: downloading github.com/apparentlymart/go-textseg/v15 v15.0.0
go: downloading github.com/mitchellh/go-wordwrap v1.0.1
go: downloading github.com/zclconf/go-cty v1.14.3
go: downloading golang.org/x/tools v0.22.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading github.com/opentracing/basictracer-go v1.1.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/spf13/pflag v1.0.5
go: downloading github.com/uber/jaeger-lib v2.4.1+incompatible
go: downloading go.uber.org/atomic v1.11.0
go: downloading dario.cat/mergo v1.0.0
go: downloading github.com/ProtonMail/go-crypto v1.0.0
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/BurntSushi/toml v1.2.1
go: downloading golang.org/x/text v0.16.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/cyphar/filepath-securejoin v0.2.4
go: downloading github.com/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/pjbgf/sha1cd v0.3.0
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/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 golang.org/x/mod v0.18.0
go: downloading github.com/pulumiverse/pulumi-buildkite/sdk v0.2.5
go: downloading github.com/pulumiverse/pulumi-buildkite v3.1.6+incompatible
go: github.com/pulumiverse/pulumi-buildkite/sdk/v2/go/buildkite imports
	github.com/pulumiverse/pulumi-buildkite/sdk/v3/go/buildkite/internal: cannot find module providing package github.com/pulumiverse/pulumi-buildkite/sdk/v3/go/buildkite/internal

File name: provider/go.sum
Command failed: go get -d -t ./...
go: downloading github.com/pulumi/pulumi-terraform-bridge/pf v0.32.0
go: downloading github.com/buildkite/terraform-provider-buildkite v1.5.2
go: downloading github.com/hashicorp/terraform-plugin-framework v1.6.1
go: downloading github.com/pulumi/pulumi-terraform-bridge/v3 v3.80.0
go: downloading github.com/hashicorp/terraform-plugin-go v0.22.1
go: downloading github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8
go: downloading github.com/hashicorp/terraform-plugin-log v0.9.0
go: downloading github.com/pulumi/pulumi/pkg/v3 v3.112.0
go: downloading github.com/Khan/genqlient v0.7.0
go: downloading github.com/MakeNowJust/heredoc v1.0.0
go: downloading github.com/buildkite/go-pipeline v0.4.1
go: downloading github.com/hashicorp/terraform-plugin-framework-timeouts v0.4.1
go: downloading github.com/hashicorp/terraform-plugin-framework-validators v0.12.0
go: downloading github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240229143312-4f60ee4e2975
go: downloading github.com/hashicorp/terraform-plugin-sdk v1.17.2
go: downloading github.com/lestrrat-go/jwx/v2 v2.0.21
go: downloading github.com/shurcooL/graphql v0.0.0-20230722043721-ed46e5a46466
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 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.6.2
go: downloading github.com/segmentio/encoding v0.4.0
go: downloading github.com/hashicorp/hcl v1.0.1-vault-5
go: downloading github.com/pulumi/pulumi-java/pkg v0.10.0
go: downloading github.com/pulumi/pulumi-yaml v1.6.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/vektah/gqlparser/v2 v2.5.11
go: downloading github.com/buildkite/interpolate v0.0.0-20200526001904-07f35b4ae251
go: downloading github.com/oleiade/reflections v1.0.1
go: downloading github.com/gowebpki/jcs v1.0.1
go: downloading github.com/decred/dcrd/dcrec/secp256k1/v4 v4.2.0
go: downloading github.com/lestrrat-go/blackmagic v1.0.2
go: downloading github.com/lestrrat-go/httprc v1.0.5
go: downloading github.com/lestrrat-go/iter v1.0.2
go: downloading github.com/lestrrat-go/option v1.0.1
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 google.golang.org/genproto v0.0.0-20240227224415-6ceb2ff114de
go: downloading github.com/hashicorp/go-plugin v1.6.0
go: downloading github.com/mitchellh/go-testing-interface v1.14.1
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/ProtonMail/go-crypto v1.1.0-alpha.1-proton
go: downloading github.com/BurntSushi/toml v1.3.2
go: downloading github.com/google/go-cmp v0.6.0
go: downloading github.com/mitchellh/copystructure v1.2.0
go: downloading github.com/mitchellh/mapstructure v1.5.0
go: downloading github.com/segmentio/asm v1.2.0
go: downloading github.com/hashicorp/hil v0.0.0-20230614213501-4d65b419f8b0
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.3.0
go: downloading github.com/stretchr/testify v1.9.0
go: downloading github.com/lestrrat-go/httpcc v1.0.1
go: downloading github.com/goccy/go-json v0.10.2
go: downloading github.com/hashicorp/yamux v0.1.1
go: downloading github.com/oklog/run v1.1.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/hashicorp/terraform-registry-address v0.2.3
go: downloading github.com/hashicorp/go-version v1.6.0
go: downloading github.com/mitchellh/reflectwalk v1.0.2
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/apparentlymart/go-cidr v1.1.0
go: downloading github.com/mitchellh/go-homedir v1.1.0
go: downloading github.com/mitchellh/hashstructure v1.1.0
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/google/shlex v0.0.0-20191202100458-e7afc7fbc510
go: downloading github.com/aws/aws-sdk-go v1.49.0
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 google.golang.org/appengine v1.6.8
go: downloading github.com/hashicorp/logutils v1.0.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.36.0
go: downloading github.com/bgentry/go-netrc v0.0.0-20140422174119-9fd32a8b3d3d
go: downloading github.com/hashicorp/go-cleanhttp v0.5.2
go: downloading cloud.google.com/go v0.112.0
go: downloading github.com/hashicorp/go-safetemp v1.0.0
go: downloading github.com/klauspost/compress v1.16.7
go: downloading github.com/ulikunitz/xz v0.5.11
go: downloading golang.org/x/oauth2 v0.17.0
go: downloading google.golang.org/api v0.162.0
go: downloading github.com/spf13/cast v1.5.1
go: downloading cloud.google.com/go/logging v1.9.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.4.0
go: downloading github.com/imdario/mergo v0.3.16
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/iam v1.1.6
go: downloading cloud.google.com/go/compute v1.24.0
go: downloading github.com/googleapis/gax-go/v2 v2.12.0
go: downloading github.com/gofrs/uuid v4.4.0+incompatible
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/xeipuuv/gojsonschema v1.2.0
go: downloading github.com/deckarep/golang-set/v2 v2.5.0
go: downloading gocloud.dev v0.36.0
go: downloading gocloud.dev/secrets/hashivault v0.30.0
go: downloading cloud.google.com/go/longrunning v0.5.5
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20240227224415-6ceb2ff114de
go: downloading go.opencensus.io v0.24.0
go: downloading go.opentelemetry.io/otel v1.22.0
go: downloading go.opentelemetry.io/otel/trace v1.22.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.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.9.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.4.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/keyvault/azkeys v0.10.0
go: downloading github.com/google/wire v0.5.0
go: downloading cloud.google.com/go/kms v1.15.7
go: downloading github.com/aws/aws-sdk-go-v2 v1.24.0
go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.27.5
go: downloading github.com/aws/smithy-go v1.19.0
go: downloading github.com/google/go-querystring v1.1.0
go: downloading github.com/gorilla/mux v1.8.0
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0
go: downloading golang.org/x/time v0.5.0
go: downloading github.com/hashicorp/vault/api v1.9.2
go: downloading github.com/go-logr/logr v1.4.1
go: downloading go.opentelemetry.io/otel/metric v1.22.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-20190905194746-02993c407bfb
go: downloading github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.0
go: downloading github.com/AzureAD/microsoft-authentication-library-for-go v1.2.0
go: downloading github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1
go: downloading github.com/aws/aws-sdk-go-v2/config v1.26.1
go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.9
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading github.com/cenkalti/backoff/v3 v3.2.2
go: downloading github.com/go-jose/go-jose/v3 v3.0.0
go: downloading github.com/hashicorp/go-retryablehttp v0.7.4
go: downloading github.com/hashicorp/go-rootcerts v1.0.2
go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.7
go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.2
go: downloading github.com/pkg/browser v0.0.0-20210911075715-681adbf594b8
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.16.12
go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.10
go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.7.2
go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.18.5
go: downloading github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.5
go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.26.5
go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.9
go: downloading github.com/ryanuber/go-glob v1.0.0
go: downloading github.com/golang-jwt/jwt/v5 v5.1.0
go: downloading github.com/hashicorp/go-sockaddr v1.0.2
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4
go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.9
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-buildkite/provider/cmd/pulumi-tfgen-buildkite 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 renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from f5485d6 to 8ccdd97 Compare May 15, 2024 16:22
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.116.0 chore(deps): 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 8ccdd97 to dbd443a Compare May 25, 2024 01:29
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.116.1 chore(deps): 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 dbd443a to d628f99 Compare May 31, 2024 19:01
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.117.0 chore(deps): 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 d628f99 to 90d322f Compare June 5, 2024 16:56
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.118.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.119.0 Jun 5, 2024
@renovate renovate bot force-pushed the renovate/github.com-pulumi-pulumi-sdk-v3-3.x branch from 90d322f to 440f346 Compare June 13, 2024 11:01
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.119.0 chore(deps): 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 440f346 to a8c0ecc Compare June 22, 2024 03:32
@renovate renovate bot changed the title chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.120.0 chore(deps): update module github.com/pulumi/pulumi/sdk/v3 to v3.121.0 Jun 22, 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