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): bump the pulumi-dependencies group in /provider with 2 updates #112

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the pulumi-dependencies group in /provider with 2 updates: github.com/pulumi/pulumi-terraform-bridge/v3 and github.com/pulumi/pulumi/sdk/v3.

Updates github.com/pulumi/pulumi-terraform-bridge/v3 from 3.48.0 to 3.53.0

Release notes

Sourced from github.com/pulumi/pulumi-terraform-bridge/v3's releases.

v3.53.0

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.52.0...v3.53.0

v3.52.0

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.51.1...v3.52.0

v3.51.1

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.51.0...v3.51.1

v3.51.0

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.50.1...v3.51.0

v3.50.1

What's Changed

Full Changelog: pulumi/pulumi-terraform-bridge@v3.50.0...v3.50.1

v3.50.0

What's Changed

... (truncated)

Commits
  • d621df9 Add coverage for XComputedInputs (#1266)
  • 0fa1d4a Cleanup datasource auto aliasing (#1263)
  • 7bf4695 Finalize expiremental tokens (#1232)
  • f7d2cac Move schema post-processing hook to ProviderInfo (#1258)
  • 05b4aa3 Merge pull request #1251 from pulumi/friel/aws-1655
  • 8717982 Remove unused lll directive
  • 23cce98 Refactor: mark ComputedInput as experimental, workaround for specific issue
  • 739f4dc More telling signatures for makeDetailedDiff
  • 849ce09 Add support for computed inputs in diff
  • b2c825d Merge pull request #1257 from pulumi/friel/rm-work
  • Additional commits viewable in compare view

Updates github.com/pulumi/pulumi/sdk/v3 from 3.73.1-0.20230623071431-db579129f4c9 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 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

Bumps the pulumi-dependencies group in /provider with 2 updates: [github.com/pulumi/pulumi-terraform-bridge/v3](https://github.com/pulumi/pulumi-terraform-bridge) and [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi).


Updates `github.com/pulumi/pulumi-terraform-bridge/v3` from 3.48.0 to 3.53.0
- [Release notes](https://github.com/pulumi/pulumi-terraform-bridge/releases)
- [Changelog](https://github.com/pulumi/pulumi-terraform-bridge/blob/master/CHANGELOG_OLD.md)
- [Commits](pulumi/pulumi-terraform-bridge@v3.48.0...v3.53.0)

Updates `github.com/pulumi/pulumi/sdk/v3` from 3.73.1-0.20230623071431-db579129f4c9 to 3.74.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.74.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 10, 2023
@dependabot dependabot bot requested a review from ringods July 10, 2023 08:35
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 10, 2023

Looks like these dependencies are updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Jul 10, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/provider/pulumi-dependencies-4c7de44d0f branch July 10, 2023 08:54
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants