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 #1797

Merged
merged 1 commit into from
Jan 15, 2025
Merged

Conversation

pulumi-renovate[bot]
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Jan 15, 2025

This PR contains the following updates:

Package Type Update Change
@pulumi/alicloud (source) dependencies minor 3.72.0 -> 3.73.0
@pulumi/kubernetes (source) dependencies minor 4.19.0 -> 4.20.0
@pulumi/linode (source) dependencies minor 4.30.1 -> 4.31.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 require minor v4.19.0 -> v4.20.0
pulumi-kubernetes minor >=4.19.0,<4.20.0 -> >=4.20.0,<4.21.0

Warning

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


Release Notes

pulumi/pulumi-alicloud (@​pulumi/alicloud)

v3.73.0

Compare Source

Does the PR have any schema changes?

Found 21 breaking changes:

Resources
  • "alicloud:alb/aScript:AScript":
    • 🟡 properties: "loadBalancerId" missing output "loadBalancerId"
    • required:
      • 🟢 "enabled" property is no longer Required
      • 🟢 "extAttributeEnabled" property is no longer Required
      • 🟢 "extAttributes" property is no longer Required
  • 🟢 "alicloud:cs/managedKubernetes:ManagedKubernetes": required: "workerVswitchIds" property is no longer Required
Types
  • 🟢 "alicloud:bastionhost/InstanceAdAuthServer:InstanceAdAuthServer": required: "password" property is no longer Required
  • 🟢 "alicloud:bastionhost/InstanceLdapAuthServer:InstanceLdapAuthServer": required: "password" property is no longer Required
  • "alicloud:bastionhost/getInstancesInstance:getInstancesInstance": required:
    • 🟢 "bandwidth" property has changed to Required
    • 🟢 "storage" property has changed to Required
    • 🟢 "tags" property has changed to Required
  • 🟢 "alicloud:oss/getBucketsBucket:getBucketsBucket": required: "policy" property has changed to Required
  • "alicloud:oss/getBucketsBucketLifecycleRuleExpiration:getBucketsBucketLifecycleRuleExpiration": required:
    • 🟢 "date" property has changed to Required
    • 🟢 "days" property has changed to Required
  • "alicloud:vpc/getNetworksVpc:getNetworksVpc": required:
    • 🟢 "dhcpOptionsSetId" property has changed to Required
    • 🟢 "dhcpOptionsSetStatus" property has changed to Required
    • 🟢 "dnsHostnameStatus" property has changed to Required
  • 🟢 "alicloud:yundun/BastionHostInstanceAdAuthServer:BastionHostInstanceAdAuthServer": required: "password" property is no longer Required
  • 🟢 "alicloud:yundun/BastionHostInstanceLdapAuthServer:BastionHostInstanceLdapAuthServer": required: "password" property is no longer Required
  • "alicloud:yundun/getBastionHostInstancesInstance:getBastionHostInstancesInstance": required:
    • 🟢 "bandwidth" property has changed to Required
    • 🟢 "storage" property has changed to Required
    • 🟢 "tags" property has changed to Required
New resources:
  • alb/loadBalancerAccessLogConfigAttachment.LoadBalancerAccessLogConfigAttachment
  • cloudcontrol/resource.Resource
  • dataworks/diAlarmRule.DiAlarmRule
  • dataworks/diJob.DiJob
  • dataworks/dwResourceGroup.DwResourceGroup
  • dataworks/network.Network
  • hbr/crossAccount.CrossAccount
New functions:
  • cloudcontrol/getPrices.getPrices
  • cloudcontrol/getProducts.getProducts
  • cloudcontrol/getResourceTypes.getResourceTypes
  • vpc/getIpamIpamPoolAllocations.getIpamIpamPoolAllocations
  • vpc/getIpamIpamPoolCidrs.getIpamIpamPoolCidrs
  • vpc/getIpamIpamPools.getIpamIpamPools
  • vpc/getIpamIpamScopes.getIpamIpamScopes
  • vpc/getIpamIpams.getIpamIpams

What's Changed

Full Changelog: pulumi/pulumi-alicloud@v3.72.0...v3.73.0

pulumi/pulumi-kubernetes (@​pulumi/kubernetes)

v4.20.0

Compare Source

Added
pulumi/pulumi-linode (@​pulumi/linode)

v4.31.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • index/networkingIp.NetworkingIp
  • index/networkingIpAssignment.NetworkingIpAssignment
New functions:
  • index/getNetworkingIps.getNetworkingIps

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-linode@v4.30.1...v4.31.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 Jan 15, 2025
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) January 15, 2025 04:30
@pulumi-renovate
Copy link
Contributor 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: crd2pulumi-crontabs/kubernetes-go-crontabs/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: kubernetes-go-crontabs imports
	kubernetes-go-crontabs/crontabs/v1: package kubernetes-go-crontabs/crontabs/v1 is not in std (/opt/containerbase/tools/golang/1.23.4/src/kubernetes-go-crontabs/crontabs/v1)

@pulumi-renovate pulumi-renovate bot merged commit d92d520 into master Jan 15, 2025
41 of 42 checks passed
@pulumi-renovate pulumi-renovate bot deleted the renovate/pulumi branch January 15, 2025 15:39
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