Skip to content

Bump the all group across 1 directory with 2 updates #232

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

Merged
merged 1 commit into from
Jul 1, 2025

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2025

Bumps the all group with 2 updates in the / directory: github.com/pulumi/pulumi/sdk/v3 and sigs.k8s.io/yaml.

Updates github.com/pulumi/pulumi/sdk/v3 from 3.170.0 to 3.181.0

Release notes

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

v3.181.0

3.181.0 (2025-06-27)

Features

  • [auto/nodejs] Add previewRefresh to allow dry-runs of refresh commands #19948

  • [auto] Support providing runProgram to preview and up in auto sdk #19729

  • [cli] Warn more aggressively for very old CLI versions #19894

  • [cli] Add pulumi template publish experimental command to publish templates to the Pulumi Registry #19864

  • [cli/plugin] Allow plugin run to run local binary plugins #19903

  • [auto/python] Add preview_refresh to allow dry-runs of refresh commands #19900

  • [auto/python] Add preview_destroy to allow dry-runs of destroy commands #19947

  • [engine] Add SignalAndWaitForShutdown RPC call #19837

  • [engine] Add lifecycle protobuf definitions #19746

Bug Fixes

  • [engine] Restore asset and archive hash values after transforms #19960

  • [cli] Make it possible for inline automation programs to be used with refresh/destroy #19916

  • [cli] Do not assume that package sources without file path prefixes (./, ../) are file paths #19930

  • [engine] Fix untargeted resources not always being sent to stack analysis #19943 #19926

  • [engine] Fix a panic when mixing --target, --refresh, and provider upgrades #19935

... (truncated)

Changelog

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

3.181.0 (2025-06-27)

Features

  • [auto/nodejs] Add previewRefresh to allow dry-runs of refresh commands #19948

  • [auto] Support providing runProgram to preview and up in auto sdk #19729

  • [cli] Warn more aggressively for very old CLI versions #19894

  • [cli] Add pulumi template publish experimental command to publish templates to the Pulumi Registry #19864

  • [cli/plugin] Allow plugin run to run local binary plugins #19903

  • [auto/python] Add preview_refresh to allow dry-runs of refresh commands #19900

  • [auto/python] Add preview_destroy to allow dry-runs of destroy commands #19947

  • [engine] Add SignalAndWaitForShutdown RPC call #19837

  • [engine] Add lifecycle protobuf definitions #19746

Bug Fixes

  • [engine] Restore asset and archive hash values after transforms #19960

  • [cli] Make it possible for inline automation programs to be used with refresh/destroy #19916

  • [cli] Do not assume that package sources without file path prefixes (./, ../) are file paths #19930

  • [engine] Fix untargeted resources not always being sent to stack analysis #19943 #19926

  • [engine] Fix a panic when mixing --target, --refresh, and provider upgrades #19935

... (truncated)

Commits

Updates sigs.k8s.io/yaml from 1.4.0 to 1.5.0

Release notes

Sourced from sigs.k8s.io/yaml's releases.

v1.5.0

Full Changelog: kubernetes-sigs/yaml@v1.4.0...v1.5.0

Commits
  • 0f318dc Merge pull request #134 from kubernetes-sigs/forgot-to-add-redirects-for-cons...
  • b8fc0c0 Forgot to add redirects for v3 constants
  • 8eaa802 Merge pull request #133 from kubernetes-sigs/deprecate-code-in-goyaml.v3-goya...
  • 69e45c1 Deprecate code in goyaml.v2/goyaml.v3 directories and redirect
  • 0fe7da3 Merge pull request #125 from kragniz/go-1.24
  • 14cbb88 Test against go 1.24.x
  • c6ac2c9 Merge pull request #126 from kragniz/remove-travis
  • 203ded9 Remove old travisci config file
  • b9a9b1c Merge pull request #106 from ThatsMrTalbot/patch-1
  • 4c6913f fix: wrap errors returned by JSON unmarshal
  • Additional commits viewable in compare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all group with 2 updates in the / directory: [github.com/pulumi/pulumi/sdk/v3](https://github.com/pulumi/pulumi) and [sigs.k8s.io/yaml](https://github.com/kubernetes-sigs/yaml).


Updates `github.com/pulumi/pulumi/sdk/v3` from 3.170.0 to 3.181.0
- [Release notes](https://github.com/pulumi/pulumi/releases)
- [Changelog](https://github.com/pulumi/pulumi/blob/master/CHANGELOG.md)
- [Commits](pulumi/pulumi@v3.170.0...v3.181.0)

Updates `sigs.k8s.io/yaml` from 1.4.0 to 1.5.0
- [Release notes](https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/pulumi/pulumi/sdk/v3
  dependency-version: 3.181.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: sigs.k8s.io/yaml
  dependency-version: 1.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

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 Jun 30, 2025
@cpanato cpanato merged commit 31b9eb9 into main Jul 1, 2025
4 checks passed
@cpanato cpanato deleted the dependabot/go_modules/all-7b676613e4 branch July 1, 2025 12:02
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.

1 participant