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

Build(deps): Bump @pulumi/pulumi from 3.70.0 to 3.76.0 in /infra #610

Merged
merged 1 commit into from
Jul 25, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 25, 2023

Bumps @pulumi/pulumi from 3.70.0 to 3.76.0.

Release notes

Sourced from @​pulumi/pulumi's releases.

v3.76.0

3.76.0 (2023-07-20)

Features

  • [cli/state] Adds pulumi state edit an experimental developer utility for manually editing state files. #13462

  • [programgen] Allow binding unsupported range and collection types in non-strict mode for pulumi convert #13459

  • [programgen/nodejs] Improve static typing of config variables in main program #13496

  • [sdk/{go,nodejs,python}] Add support for reporting resource source positions #13449

  • [sdk/{nodejs,python}] Support explicit providers for packaged components #13282

Bug Fixes

  • [cli/config] Pulumi no longer falls back on old config when config resolution fails (except for pulumi destroy --stack <stack-name> where the config may be unavailable). #13511

  • [cli/new] Fix the use of uninitalized backend when running new with --generate-only. When --generate-only is set new will skip all checks that require the backend. #13530

  • [engine] Fix alias resoloution when parent alieses where also aliased. #13480

  • [engine] Validate URNs passed via ResourceOptions are valid. #13531

  • [engine] Add a missing lock that could cause a concurrent map read/write panic. #13532

  • [programgen/go] Fix panic in GenerateProject when version is not set in schema #13488

  • [sdkgen/{go,nodejs}] Fix ReplaceOnChanges being dropped in Go and NodeJS codegen. #13519

  • [programgen/nodejs] Fix interpolated strings used as keys of maps #13514

  • [cli/plugin] Automatically install pulumiverse provider plugins during convert. #13486

... (truncated)

Changelog

Sourced from @​pulumi/pulumi's changelog.

3.76.0 (2023-07-20)

Features

  • [cli/state] Adds pulumi state edit an experimental developer utility for manually editing state files. #13462

  • [programgen] Allow binding unsupported range and collection types in non-strict mode for pulumi convert #13459

  • [programgen/nodejs] Improve static typing of config variables in main program #13496

  • [sdk/{go,nodejs,python}] Add support for reporting resource source positions #13449

  • [sdk/{nodejs,python}] Support explicit providers for packaged components #13282

Bug Fixes

  • [cli/config] Pulumi no longer falls back on old config when config resolution fails (except for pulumi destroy --stack <stack-name> where the config may be unavailable). #13511

  • [cli/new] Fix the use of uninitalized backend when running new with --generate-only. When --generate-only is set new will skip all checks that require the backend. #13530

  • [engine] Fix alias resoloution when parent alieses where also aliased. #13480

  • [engine] Validate URNs passed via ResourceOptions are valid. #13531

  • [engine] Add a missing lock that could cause a concurrent map read/write panic. #13532

  • [programgen/go] Fix panic in GenerateProject when version is not set in schema #13488

  • [sdkgen/{go,nodejs}] Fix ReplaceOnChanges being dropped in Go and NodeJS codegen. #13519

  • [programgen/nodejs] Fix interpolated strings used as keys of maps #13514

  • [cli/plugin] Automatically install pulumiverse provider plugins during convert. #13486

... (truncated)

Commits
  • f3779f5 Bump word-wrap from 1.2.3 to 1.2.4 in /sdk/nodejs
  • 658021f Add pulumi state edit utility.
  • 248f78b [sdk/*] Add support for resource source positions
  • bfcb673 [sdk/nodejs] Support explicit providers for packaged components
  • db1d8c7 [sdk/nodejs] Update langhost test for packaged component providers
  • 3451a7d Merge #13479
  • 5841f22 Consistently use the same non-strict bind options when applicable
  • 772a057 Merge #13463
  • b967fd5 chore: post-release go.mod updates
  • 202fbd9 Fix links outputs docs
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@pulumi/pulumi](https://github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs) from 3.70.0 to 3.76.0.
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pulumi/pulumi/commits/v3.76.0/sdk/nodejs)

---
updated-dependencies:
- dependency-name: "@pulumi/pulumi"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jul 25, 2023
@pulumi
Copy link

pulumi bot commented Jul 25, 2023

🍹 The Update (preview) for ride/wallet-service/prod was successful.

Resource Changes

    Name     Type                          Operation
~   service  gcp:cloudrun/service:Service  update

@trunk-io
Copy link

trunk-io bot commented Jul 25, 2023

😎 Merged successfully (details).

@trunk-io trunk-io bot merged commit eeefe53 into main Jul 25, 2023
4 checks passed
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/infra/pulumi/pulumi-3.76.0 branch July 25, 2023 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants