Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Oct 13, 2025

This PR contains the following updates:

Package Type Update Change Age Confidence
cirruslabs/cirrus-cli minor v0.153.5 -> v0.155.0 age confidence
github.com/Azure/azure-sdk-for-go/sdk/azidentity require minor v1.12.0 -> v1.13.0 age confidence
github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/compute/armcompute/v7 require minor v7.0.0 -> v7.1.0 age confidence
github.com/catenacyber/perfsprint indirect minor v0.9.1 -> v0.10.0 age confidence
github.com/gofrs/flock indirect minor v0.12.1 -> v0.13.0 age confidence
github.com/golangci/golines indirect digest d4663ad -> 89eb112 age confidence
github.com/prometheus/common indirect minor v0.66.1 -> v0.67.1 age confidence
github.com/pulumi/pulumi-aws/sdk/v7 require minor v7.7.0 -> v7.8.0 age confidence
github.com/pulumi/pulumi/sdk/v3 require minor v3.200.0 -> v3.202.0 age confidence
golang.org/x/crypto indirect minor v0.42.0 -> v0.43.0 age confidence
golang.org/x/exp require digest 27f1f14 -> d2f985d age confidence
golang.org/x/exp/typeparams indirect digest 27f1f14 -> d2f985d age confidence
golang.org/x/mod indirect minor v0.28.0 -> v0.29.0 age confidence
golang.org/x/net indirect minor v0.44.0 -> v0.46.0 age confidence
golang.org/x/sys indirect minor v0.36.0 -> v0.37.0 age confidence
golang.org/x/term indirect minor v0.35.0 -> v0.36.0 age confidence
golang.org/x/text indirect minor v0.29.0 -> v0.30.0 age confidence
golang.org/x/tools indirect minor v0.37.0 -> v0.38.0 age confidence
google.golang.org/genproto/googleapis/rpc indirect digest 7c0ddcb -> 49b9836 age confidence
google.golang.org/grpc indirect minor v1.75.1 -> v1.76.0 age confidence
pulumi/pulumi minor 3.200.0 -> 3.202.0 age confidence
pulumi/pulumi-aws minor v7.7.0 -> v7.8.0 age confidence
registry.access.redhat.com/ubi9/ubi final digest dbc1e98 -> dec374e

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

cirruslabs/cirrus-cli (cirruslabs/cirrus-cli)

v0.155.0

Compare Source

What's Changed

Full Changelog: cirruslabs/cirrus-cli@v0.154.0...v0.155.0

v0.154.0

Compare Source

What's Changed

Full Changelog: cirruslabs/cirrus-cli@v0.153.5...v0.154.0

catenacyber/perfsprint (github.com/catenacyber/perfsprint)

v0.10.0

Compare Source

gofrs/flock (github.com/gofrs/flock)

v0.13.0

Compare Source

What's Changed

Minimum Go version 1.24

  • feat: add Stat method by @​ferhatelmas in #​127
  • chore(deps): bump golang.org/x/sys from 0.22.0 to 0.37.0

Full Changelog: gofrs/flock@v0.12.1...v0.13.0

prometheus/common (github.com/prometheus/common)

v0.67.1

Compare Source

v0.67.0

Compare Source

pulumi/pulumi-aws (github.com/pulumi/pulumi-aws/sdk/v7)

v7.8.0

Compare Source

Does the PR have any schema changes?

Found 7 breaking changes:

Resources
  • 🟢 "aws:ecs/capacityProvider:CapacityProvider": required: "autoScalingGroupProvider" property is no longer Required
  • 🟢 "aws:rds/clusterRoleAssociation:ClusterRoleAssociation": required: "featureName" property is no longer Required
  • 🟢 "aws:rds/proxy:Proxy": required: "auths" property is no longer Required
Types
  • 🟢 "aws:dynamodb/getTableGlobalSecondaryIndex:getTableGlobalSecondaryIndex": required: "warmThroughputs" property has changed to Required
  • 🟢 "aws:ec2/getLaunchTemplatePlacement:getLaunchTemplatePlacement": required: "groupId" property has changed to Required
  • 🟢 "aws:networkfirewall/getFirewallPolicyFirewallPolicyStatefulRuleGroupReference:getFirewallPolicyFirewallPolicyStatefulRuleGroupReference": required: "overrides" property has changed to Required
  • 🟢 "aws:networkfirewall/getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride:getFirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride": required: "action" property has changed to Required
New resources:
  • cognito/managedLoginBranding.ManagedLoginBranding
  • controltower/baseline.Baseline
  • lakeformation/lfTagExpression.LfTagExpression
  • odb/cloudAutonomousVmCluster.CloudAutonomousVmCluster
  • odb/cloudExadataInfrastructure.CloudExadataInfrastructure
  • odb/cloudVmCluster.CloudVmCluster
  • odb/network.Network
  • odb/networkPeeringConnection.NetworkPeeringConnection
New functions:
  • appconfig/getApplication.getApplication
  • billing/getViews.getViews
  • odb/getCloudAutonomousVmCluster.getCloudAutonomousVmCluster
  • odb/getCloudExadataInfrastructure.getCloudExadataInfrastructure
  • odb/getCloudVmCluster.getCloudVmCluster
  • odb/getDbNode.getDbNode
  • odb/getDbNodes.getDbNodes
  • odb/getDbServer.getDbServer
  • odb/getDbServers.getDbServers
  • odb/getDbSystemShapes.getDbSystemShapes
  • odb/getGiVersions.getGiVersions
  • odb/getNetwork.getNetwork
  • odb/getNetworkPeeringConnection.getNetworkPeeringConnection
What's Changed
New Contributors

Full Changelog: pulumi/pulumi-aws@v7.7.0...v7.8.0

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

v3.202.0

Compare Source

3.202.0 (2025-10-10)
Features
  • [auto] Add SetAllConfigJson method to automation APIs
    #​20709

  • [cli/config] Add --json input support to pulumi config set-all
    #​19427

  • [cli/display] Add error summary at the end of Resource changes
    #​20658

  • [components/{go,nodejs}] Send component inputs to be saved in state. This brings NodeJS and Go inline with Python behaviour
    #​20357

  • [sdk/python] Add support for Python 3.14
    #​20433

  • [sdk/python] Add the hide_diffs resource option
    #​20655

Bug Fixes
  • [engine] Fix assert when a resource that's not targeted on a destroy is marked as Delete
    #​20684

  • [sdk/nodejs] Allow compiled local SDKs to be parameterized
    #​20685

  • [sdk/nodejs] Handle RangeErrors from util.inspect stringifying error objects
    #​20705

v3.201.0

Compare Source

3.201.0 (2025-10-06)
Features
  • [sdkgen/go] Support non-object return types in functions
    #​20646
Bug Fixes
  • [backend/service] Fix the --insecure flag in pulumi login
grpc/grpc-go (google.golang.org/grpc)

v1.76.0: Release 1.76.0

Compare Source

Dependencies

Bug Fixes

  • client: Return status INTERNAL when a server sends zero response messages for a unary or client-streaming RPC. (#​8523)
  • client: Fail RPCs with status INTERNAL instead of UNKNOWN upon receiving http headers with status 1xx and END_STREAM flag set. (#​8518)
  • pick_first: Fix race condition that could cause pick_first to get stuck in IDLE state on backend address change. (#​8615)

New Features

  • credentials: Add credentials/jwt package providing file-based JWT PerRPCCredentials (A97). (#​8431)

Performance Improvements

  • client: Improve HTTP/2 header size estimate to reduce re-allocations. (#​8547)
  • encoding/proto: Avoid redundant message size calculation when marshaling. (#​8569)

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

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 was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Contributor Author

renovate bot commented Oct 13, 2025

ℹ Artifact update notice

File name: tools/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):

  • 1 additional dependency was updated

Details:

Package Change
go.yaml.in/yaml/v2 v2.4.2 -> v2.4.3

@renovate renovate bot force-pushed the renovate/all branch 2 times, most recently from 0ec7949 to ff674b1 Compare October 13, 2025 09:09
@adrianriobo
Copy link
Collaborator

LGTM

@renovate
Copy link
Contributor Author

renovate bot commented Oct 13, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@adrianriobo adrianriobo merged commit 209569e into main Oct 13, 2025
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant