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

Bump github.com/pulumi/pulumi/sdk/v3 from 3.68.0 to 3.74.0 in /provider #101

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps github.com/pulumi/pulumi/sdk/v3 from 3.68.0 to 3.74.0.

Release notes

Sourced from github.com/pulumi/pulumi/sdk/v3's releases.

v3.74.0

3.74.0 (2023-06-30)

Features

  • [cli] Improve the CLI stack validation error message #13285

  • [engine] Old inputs are sent to provider Diff and Update functions, as well as the old outputs. #13139

  • [sdk/nodejs] Support loading package.json from parent directory. If package.json is not found in the Pulumi main directory, Pulumi recursively searches up the directory tree until it is found. If package.json provides a main field, per the NPM spec, that field is relative to the directory containing package.json. #13273

  • [programgen/{nodejs,python}] Prefer output-versioned invokes in generated programs for nodejs and python #13251

  • [cli/state] The upgrade command now prompts the user to supply project names for stacks for which the project name could not be automatically guessed. #13078

  • [cli/state] Add interactive URN selection to pulumi state {rename,unprotect,delete}. #13302

Bug Fixes

  • [auto/nodejs] Adds a better error message for invalid NodeJS AutoAPI workDir. #13275

  • [cli] Stack output on the console no longer escapes HTML characters inside JSON strings. This matches the behavior of the --json flag. #13257

  • [engine] Engine marks outputs secret if an output of the same name is marked secret. #13260

  • [sdkgen] Fix loading schemas from providers on PATH. #13305

  • [cli/display] Print the summary event for previews that contain non-error level diagnostic messages. #13264

  • [cli/display] Fix diffs sometimes not showing even in details view. #13311

  • [cli/package] Fixes resolving plugins when they are not yet installed in plugin cache #13283

  • [cli/state] Disallow renaming resources to invalid names that will corrupt the state. #13254

... (truncated)

Changelog

Sourced from github.com/pulumi/pulumi/sdk/v3's changelog.

3.74.0 (2023-06-30)

Features

  • [cli] Improve the CLI stack validation error message #13285

  • [engine] Old inputs are sent to provider Diff and Update functions, as well as the old outputs. #13139

  • [sdk/nodejs] Support loading package.json from parent directory. If package.json is not found in the Pulumi main directory, Pulumi recursively searches up the directory tree until it is found. If package.json provides a main field, per the NPM spec, that field is relative to the directory containing package.json. #13273

  • [programgen/{nodejs,python}] Prefer output-versioned invokes in generated programs for nodejs and python #13251

  • [cli/state] The upgrade command now prompts the user to supply project names for stacks for which the project name could not be automatically guessed. #13078

  • [cli/state] Add interactive URN selection to pulumi state {rename,unprotect,delete}. #13302

Bug Fixes

  • [auto/nodejs] Adds a better error message for invalid NodeJS AutoAPI workDir. #13275

  • [cli] Stack output on the console no longer escapes HTML characters inside JSON strings. This matches the behavior of the --json flag. #13257

  • [engine] Engine marks outputs secret if an output of the same name is marked secret. #13260

  • [sdkgen] Fix loading schemas from providers on PATH. #13305

  • [cli/display] Print the summary event for previews that contain non-error level diagnostic messages. #13264

  • [cli/display] Fix diffs sometimes not showing even in details view. #13311

  • [cli/package] Fixes resolving plugins when they are not yet installed in plugin cache #13283

  • [cli/state] Disallow renaming resources to invalid names that will corrupt the state. #13254

... (truncated)

Commits

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 1, 2023
@dependabot dependabot bot requested a review from ringods July 1, 2023 10:41
@ringods
Copy link
Member

ringods commented Jul 10, 2023

@dependabot rebase

Bumps [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) from 3.68.0 to 3.74.0.
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.68.0...v3.74.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi/sdk/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/provider/github.com/pulumi/pulumi/sdk/v3-3.74.0 branch from 453fcc2 to b85bb14 Compare July 10, 2023 08:06
@github-actions
Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@github-actions
Copy link

Does the PR have any schema changes?

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

@ringods ringods merged commit 9fdeaff into main Jul 10, 2023
10 checks passed
@ringods ringods deleted the dependabot/go_modules/provider/github.com/pulumi/pulumi/sdk/v3-3.74.0 branch July 10, 2023 08:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant