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.116.1 #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.116.1 age adoption passing confidence

Release Notes

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

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 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/blang/semver v3.5.1+incompatible
go: downloading github.com/pulumi/pulumi/sdk/v3 v3.116.1
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.23.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.19.0
go: downloading golang.org/x/term v0.19.0
go: downloading github.com/golang/glog v1.2.0
go: downloading github.com/pkg/term v1.1.0
go: downloading github.com/aead/chacha20 v0.0.0-20180709150244-8b13a72661da
go: downloading github.com/pulumi/esc v0.8.2
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading golang.org/x/crypto v0.22.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-20240222234643-814bf88cf225
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20240311173647-c811ad7063a7
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.6.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.19.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 golang.org/x/text v0.14.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/go-git/gcfg v1.5.1-0.20230307220236-3a3c6141e376
go: downloading github.com/cyphar/filepath-securejoin v0.2.4
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.16.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

@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
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