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

Update first-party Pulumi dependencies #3535

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

Conversation

pulumi-renovate[bot]
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Mar 3, 2025

This PR contains the following updates:

Package Type Update Change
@pulumi/gcp (source) dependencies minor 8.20.0 -> 8.21.0
@pulumi/pulumi (source) dependencies minor 3.153.1 -> 3.154.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.153.1 -> v3.154.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.153.1 -> v3.154.0
pulumi/actions action minor v6.0.1 -> v6.2.0

Release Notes

pulumi/pulumi-gcp (@​pulumi/gcp)

v8.21.0

Compare Source

Does the PR have any schema changes?

Found 28 breaking changes:

Types
  • "gcp:compute/RouterStatusBestRoute:RouterStatusBestRoute": required:
    • 🟢 "asPaths" property has changed to Required
    • 🟢 "creationTimestamp" property has changed to Required
    • 🟢 "nextHopHub" property has changed to Required
    • 🟢 "nextHopPeering" property has changed to Required
    • 🟢 "routeStatus" property has changed to Required
    • 🟢 "routeType" property has changed to Required
    • 🟢 "warnings" property has changed to Required
  • "gcp:compute/RouterStatusBestRoutesForRouter:RouterStatusBestRoutesForRouter": required:
    • 🟢 "asPaths" property has changed to Required
    • 🟢 "creationTimestamp" property has changed to Required
    • 🟢 "nextHopHub" property has changed to Required
    • 🟢 "nextHopPeering" property has changed to Required
    • 🟢 "routeStatus" property has changed to Required
    • 🟢 "routeType" property has changed to Required
    • 🟢 "warnings" property has changed to Required
  • "gcp:compute/getRouterStatusBestRoute:getRouterStatusBestRoute": required:
    • 🟢 "asPaths" property has changed to Required
    • 🟢 "creationTimestamp" property has changed to Required
    • 🟢 "nextHopHub" property has changed to Required
    • 🟢 "nextHopPeering" property has changed to Required
    • 🟢 "routeStatus" property has changed to Required
    • 🟢 "routeType" property has changed to Required
    • 🟢 "warnings" property has changed to Required
  • "gcp:compute/getRouterStatusBestRoutesForRouter:getRouterStatusBestRoutesForRouter": required:
    • 🟢 "asPaths" property has changed to Required
    • 🟢 "creationTimestamp" property has changed to Required
    • 🟢 "nextHopHub" property has changed to Required
    • 🟢 "nextHopPeering" property has changed to Required
    • 🟢 "routeStatus" property has changed to Required
    • 🟢 "routeType" property has changed to Required
    • 🟢 "warnings" property has changed to Required
New resources:
  • apihub/hostProjectRegistration.HostProjectRegistration
  • compute/instantSnapshot.InstantSnapshot
  • compute/instantSnapshotIamBinding.InstantSnapshotIamBinding
  • compute/instantSnapshotIamMember.InstantSnapshotIamMember
  • compute/instantSnapshotIamPolicy.InstantSnapshotIamPolicy
  • eventarc/messageBus.MessageBus
  • gemini/geminiGcpEnablementSettingBinding.GeminiGcpEnablementSettingBinding
  • storage/anywhereCache.AnywhereCache
New functions:
  • compute/getInstantSnapshotIamPolicy.getInstantSnapshotIamPolicy
  • memorystore/getInstance.getInstance

What's Changed

Full Changelog: pulumi/pulumi-gcp@v8.20.1...v8.21.0

v8.20.1

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Resources
  • 🟢 "gcp:secretmanager/secretVersion:SecretVersion": required: "secretData" property is no longer Required
Types
  • 🟢 "gcp:bigquery/DataTransferConfigSensitiveParams:DataTransferConfigSensitiveParams": required: "secretAccessKey" property is no longer Required
New resources:
  • gemini/dataSharingWithGoogleSettingBinding.DataSharingWithGoogleSettingBinding
  • spanner/instancePartition.InstancePartition
New functions:
  • alloydb/getCluster.getCluster
  • projects/getAncestry.getAncestry

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-gcp@v8.20.0...v8.20.1

pulumi/pulumi (@​pulumi/pulumi)

v3.154.0

Compare Source

3.154.0 (2025-03-07)

Features
  • [cli] Set the --parallel flag with PULUMI_PARALLEL environment variable
    #​18782

  • [engine] Pass URN and ID to providers Configure method
    #​18807

  • [yaml] Upgrade pulumi-yaml to 1.14.1
    #​18819

  • [cli/{config,state}] Support a PULUMI_STACK environment variable for selecting your stack
    #​18717

  • [auto/go] Add the ability to rename the given stack to the Go Automation API
    #​18723

  • [auto/go] Automation API for Go now permits setting --diff flag on refresh
    #​18792

  • [cli/install] Correctly marshal PluginSpec in GetRequiredPackages, so pulumi install can install git plugins
    #​18786

  • [auto/nodejs] Add stack rename to the NodeJS Automation API
    #​18696

  • [auto/python] Add the ability to rename the given stack to the Python Automation API
    #​18712

  • [sdk/python] Log a warning when trying to convert outputs to strings now logs a warning
    #​18790

Bug Fixes
  • [cli] Stack selections will now always be saved as if stack select had been used
    #​14519

  • [cli/plugin] Fix plugin "exited prematurely" false positives
    #​18793

pulumi/actions (pulumi/actions)

v6.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: pulumi/actions@v6...v6.2.0

v6.1.0

Compare Source

What's Changed
New Contributors

Full Changelog: pulumi/actions@v6...v6.1.0


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, 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 Mar 3, 2025
Copy link

github-actions bot commented Mar 3, 2025

Does the PR have any schema changes?

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

Copy link

codecov bot commented Mar 3, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 41.13%. Comparing base (32f73fc) to head (23d59ab).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #3535   +/-   ##
=======================================
  Coverage   41.13%   41.13%           
=======================================
  Files          87       87           
  Lines       12910    12910           
=======================================
  Hits         5310     5310           
  Misses       7205     7205           
  Partials      395      395           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) March 4, 2025 20:17
@pulumi-renovate pulumi-renovate bot changed the title Update pulumi/actions action to v6.1.0 Update first-party Pulumi dependencies Mar 4, 2025
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 3 times, most recently from 1c1579d to a09e4b4 Compare March 7, 2025 18:20
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