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

Pin dependencies #607

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Pin dependencies #607

wants to merge 1 commit into from

Conversation

pulumi-renovate[bot]
Copy link

@pulumi-renovate pulumi-renovate bot commented Dec 2, 2024

This PR contains the following updates:

Package Type Update Change
@pulumi/pulumi (source) dependencies pin ^3.0.0 -> 3.111.1
github.com/pulumi/pulumi/pkg/v3 require minor v3.145.0 -> v3.147.0
github.com/pulumi/terraform-plugin-sdk/v2 replace digest 0c0bf0d -> 7ac578c
github.com/pulumi/terraform-provider-xyz require patch v0.0.2 -> v0.0.3
pulumi/provider-version-action action minor v1.5.3 -> v1.6.0

Add the preset :preserveSemverRanges to your config if you don't want to pin your dependencies.


Release Notes

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

v3.147.0

Compare Source

3.147.0 (2025-01-21)
Features
  • [cli] Update go.mod to require go1.22
    #​18274

  • [cli/config] Improve documentation for pulumi config set
    #​18285

  • [cli/package] Allow short hashes as versions in package add
    #​18277

  • [cli/{package,plugin}] Support getting plugins from remote git sources
    #​17827

Bug Fixes
  • [engine] Skip acquiring program packages during refresh when running inline automation programs
    #​18283

  • [sdk/nodejs] Avoid unnecessary Node.js installations
    #​18293

  • [sdk/{nodejs,python}] Fix handling of DependencyResource when checking invoke deps
    #​18275

  • [sdk/{nodejs,python}] Permit output arguments in plain invokes for backwards compatibility
    #​18304

Miscellaneous
  • [sdk/python] Manage the publish dependencies in pyproject.toml
    #​18261

v3.146.0

Compare Source

3.146.0 (2025-01-15)
Features
  • [cli] Allow specifying a version with pulumi convert --from=<plugin>@&#8203;<version>
    #​18220

  • [cli] Enable Autonaming Configuration in non-experimental mode
    #​18228

  • [cli] Retrieve Git metadata from the environment if not running in a repository
    #​12871

  • [pkg] Add a call intrinsic to PCL
    #​18206

  • [auto/go] Add Color option to optdestroy, optpreview, optrefresh, and optup packages to allow explicit configuration of output color.
    #​18184

  • [cli/import] Add support for parameterized packages to pulumi import
    #​18038

  • [cli/import] Import can now import resources from parameterized providers
    #​18039

  • [cli/new] Add support for Copilot templates
    #​16825

Bug Fixes
  • [auto/go] Fix rejection of nil inline programs in the Go automation API
    #​18214

  • [sdk/go] Improve error messages for wrong stack output types
    #​18245

  • [sdk/{nodejs,python}] Wait for resource in the input property dependencies
    #​18204

  • [cli/plugin] Show plugin kind in plugin rm correctly. Also show the usage string if the plugin type is incorrect
    #​18179

  • [cli/plugin] Passthrough unstructured logs from dynamic providers

  • [sdk/python] Fix callbackserver shutdown
    #​18190

pulumi/terraform-provider-xyz (github.com/pulumi/terraform-provider-xyz)

v0.0.3

Compare Source

pulumi/provider-version-action (pulumi/provider-version-action)

v1.6.0

Compare Source

What's Changed

Full Changelog: pulumi/provider-version-action@v1.5.3...v1.6.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - "every weekday" (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pulumi-renovate pulumi-renovate bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Dec 2, 2024
@pulumi-renovate pulumi-renovate bot enabled auto-merge (rebase) December 2, 2024 19:45
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 4 times, most recently from e03a840 to b307335 Compare December 3, 2024 17:18
@pulumi-renovate pulumi-renovate bot changed the title Update first-party Pulumi dependencies Pin dependencies Dec 3, 2024
@pulumi-renovate
Copy link
Author

ℹ Artifact update notice

File name: provider/go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 9 additional dependencies were updated

Details:

Package Change
github.com/hashicorp/hcl/v2 v2.22.0 -> v2.23.0
github.com/pulumi/pulumi-java/pkg v0.17.0 -> v0.18.0
github.com/pulumi/pulumi-yaml v1.11.2 -> v1.12.0
github.com/pulumi/pulumi/sdk/v3 v3.140.0 -> v3.142.0
golang.org/x/crypto v0.28.0 -> v0.29.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.26.0 -> v0.27.0
golang.org/x/term v0.25.0 -> v0.26.0
golang.org/x/text v0.19.0 -> v0.20.0

Copy link

github-actions bot commented Dec 3, 2024

Does the PR have any schema changes?

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

Maintainer note: consult the runbook for dealing with any breaking changes.

@pulumi-renovate
Copy link
Author

⚠️ 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: provider/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: errors parsing go.mod:
go.mod:7: replace github.com/pulumi/terraform-plugin-sdk/v2: version "v2.0.0-20230802223851-7ac578ce47fc" invalid: go.mod has non-.../v2 module path "github.com/hashicorp/terraform-plugin-sdk" (and .../v2/go.mod does not exist) at revision 7ac578ce47fc

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 11 times, most recently from 6709a5c to 82a75be Compare December 10, 2024 17:54
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 6 times, most recently from a6d239a to 7a4785e Compare December 12, 2024 15:46
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 2 times, most recently from 1443f4c to 4588b15 Compare December 27, 2024 16:02
@pulumi-renovate pulumi-renovate bot changed the title Update first-party Pulumi dependencies Pin dependencies Dec 27, 2024
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 3 times, most recently from 568a7e5 to 9af5a64 Compare January 2, 2025 18:06
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 7 times, most recently from b733be2 to 4097569 Compare January 10, 2025 13:08
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 10 times, most recently from 7b9b1cf to 40f9ab3 Compare January 16, 2025 22:16
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 5 times, most recently from e18609f to e46f377 Compare January 22, 2025 03:58
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 impact/no-changelog-required This issue doesn't require a CHANGELOG update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants