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

Merged
merged 2 commits into from
Jan 10, 2025
Merged

Conversation

pulumi-renovate[bot]
Copy link
Contributor

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

This PR contains the following updates:

Package Type Update Change
@pulumi/alicloud (source) dependencies minor 3.70.0 -> 3.72.0
@pulumi/aws (source) dependencies patch 6.66.1 -> 6.66.2
@pulumi/azure-native (source) dependencies minor 2.79.0 -> 2.82.0
@pulumi/digitalocean (source) dependencies minor 4.37.1 -> 4.38.0
@pulumi/docker-build (source) dependencies patch ^0.0.4 -> ^0.0.8
@pulumi/eks (source) dependencies minor 3.6.0 -> 3.7.0
@pulumi/gcp (source) dependencies minor 8.12.1 -> 8.13.1
@pulumi/pulumi (source) dependencies minor 3.144.1 -> 3.145.0
Pulumi.Aws (source) nuget patch 6.66.1 -> 6.66.2
github.com/pulumi/pulumi-aws/sdk/v6 require patch v6.66.1 -> v6.66.2
github.com/pulumi/pulumi-azure-native-sdk/app/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/authorization/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/cdn/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/containerinstance/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/containerregistry/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/containerservice/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/managedidentity/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/operationalinsights/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/resources/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/storage/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-azure-native-sdk/web/v2 require minor v2.79.0 -> v2.82.0
github.com/pulumi/pulumi-gcp/sdk/v8 require minor v8.12.1 -> v8.13.1
github.com/pulumi/pulumi-kubernetes/sdk/v4 require minor v4.18.3 -> v4.19.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.144.1 -> v3.145.0
github.com/pulumi/pulumi/pkg/v3 require minor v3.107.0 -> v3.145.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.144.1 -> v3.145.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.136.1 -> v3.145.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.107.0 -> v3.145.0
pulumi (changelog) dependencies minor ==3.144.1 -> ==3.145.0
pulumi-aws dependencies patch ==6.66.1 -> ==6.66.2
pulumi-aws patch ==6.66.1 -> ==6.66.2

Warning

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


Release Notes

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

v3.72.0

Compare Source

Does the PR have any schema changes?

Found 7 breaking changes:

Types
  • "alicloud:adb/getClustersCluster:getClustersCluster": required:
    • 🟢 "availableKernelVersions" property has changed to Required
    • 🟢 "kernelVersion" property has changed to Required
  • "alicloud:adb/getDBClustersCluster:getDBClustersCluster": required:
    • 🟢 "availableKernelVersions" property has changed to Required
    • 🟢 "kernelVersion" property has changed to Required
  • 🟢 "alicloud:ecs/getDisksDisk:getDisksDisk": required: "expirationTime" property has changed to Required
  • 🟢 "alicloud:ecs/getEcsDisksDisk:getEcsDisksDisk": required: "expirationTime" property has changed to Required
  • 🟢 "alicloud:ess/getScalingConfigurationsConfiguration:getScalingConfigurationsConfiguration": required: "instancePatternInfos" property has changed to Required
New resources:
  • apig/environment.Environment
  • apig/gateway.Gateway
  • apig/httpApi.HttpApi
  • esa/record.Record
  • mongodb/privateSrvNetworkAddress.PrivateSrvNetworkAddress
  • oss/accessPoint.AccessPoint
  • oss/bucketWorm.BucketWorm
  • schedulerx/appGroup.AppGroup
  • schedulerx/job.Job

What's Changed

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

v3.71.0

Compare Source

Does the PR have any schema changes?

Found 8 breaking changes:

Resources
  • 🟢 "alicloud:privatelink/vpcEndpoint:VpcEndpoint": required: "securityGroupIds" property is no longer Required
Types
  • "alicloud:ecs/getInstanceTypesInstanceType:getInstanceTypesInstanceType": required:
    • 🟢 "eniIpv6AddressQuantity" property has changed to Required
    • 🟢 "eniPrivateIpAddressQuantity" property has changed to Required
    • 🟢 "eniQuantity" property has changed to Required
    • 🟢 "maximumQueueNumberPerEni" property has changed to Required
    • 🟢 "primaryEniQueueNumber" property has changed to Required
    • 🟢 "secondaryEniQueueNumber" property has changed to Required
    • 🟢 "totalEniQueueQuantity" property has changed to Required
New resources:
  • expressconnect/routerGrantAssociation.RouterGrantAssociation

What's Changed

Full Changelog: pulumi/pulumi-alicloud@v3.70.0...v3.71.0

pulumi/pulumi-aws (@​pulumi/aws)

v6.66.2

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-aws@v6.66.1...v6.66.2

pulumi/pulumi-azure-native (@​pulumi/azure-native)

v2.82.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • confluent.Connector
  • confluent.OrganizationClusterById
  • confluent.OrganizationEnvironmentById
  • confluent.Topic
New functions:
  • confluent.getConnector
  • confluent.getOrganizationClusterById
  • confluent.getOrganizationEnvironmentById
  • confluent.getTopic
What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.81.0...v2.82.0

v2.81.0

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-azure-native@v2.80.0...v2.81.0

v2.80.0

Compare Source

Does the PR have any schema changes?

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

Full Changelog: pulumi/pulumi-azure-native@v2.79.0...v2.80.0

pulumi/pulumi-digitalocean (@​pulumi/digitalocean)

v4.38.0

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-digitalocean@v4.37.1...v4.38.0

pulumi/pulumi-docker-build (@​pulumi/docker-build)

v0.0.8

Compare Source

Added
Changed
  • Upgraded buildx from 0.16.0 to 0.18.0.
Fixed

v0.0.7

Compare Source

Fixed

v0.0.6

Compare Source

Fixed
Changed

v0.0.5

Compare Source

Fixed
  • Fixed Go SDK publishing.
Changed
  • Upgraded docker from 27.0.3 to 27.1.0.
pulumi/pulumi-eks (@​pulumi/eks)

v3.7.0

Compare Source

Does the PR have any schema changes?

Found 60 breaking changes:

Resources
  • "eks:index:Cluster":
    • inputs:
      • 🟡 "clusterSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "instanceRole" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
      • 🟡 "instanceRoles": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
      • 🟡 "serviceRole" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
    • properties:
      • 🟡 "awsProvider" type changed from "/aws/v6.65.0/schema.json#/provider" to "/aws/v6.66.1/schema.json#/provider"
      • 🟡 "clusterSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "eksCluster" type changed from "/aws/v6.65.0/schema.json#/resources/aws:eks%2Fcluster:Cluster" to "/aws/v6.66.1/schema.json#/resources/aws:eks%2Fcluster:Cluster"
      • 🟡 "eksClusterIngressRule" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule"
      • 🟡 "instanceRoles": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
      • 🟡 "nodeSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
  • 🟡 "eks:index:ClusterCreationRoleProvider": properties: "role" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
  • "eks:index:ManagedNodeGroup":
    • inputs:
      • 🟡 "launchTemplate" type changed from "/aws/v6.65.0/schema.json#/types/aws:eks%2FNodeGroupLaunchTemplate:NodeGroupLaunchTemplate" to "/aws/v6.66.1/schema.json#/types/aws:eks%2FNodeGroupLaunchTemplate:NodeGroupLaunchTemplate"
      • 🟡 "nodeRole" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
      • 🟡 "remoteAccess" type changed from "/aws/v6.65.0/schema.json#/types/aws:eks%2FNodeGroupRemoteAccess:NodeGroupRemoteAccess" to "/aws/v6.66.1/schema.json#/types/aws:eks%2FNodeGroupRemoteAccess:NodeGroupRemoteAccess"
      • 🟡 "scalingConfig" type changed from "/aws/v6.65.0/schema.json#/types/aws:eks%2FNodeGroupScalingConfig:NodeGroupScalingConfig" to "/aws/v6.66.1/schema.json#/types/aws:eks%2FNodeGroupScalingConfig:NodeGroupScalingConfig"
      • 🟡 "taints": items type changed from "/aws/v6.65.0/schema.json#/types/aws:eks%2FNodeGroupTaint:NodeGroupTaint" to "/aws/v6.66.1/schema.json#/types/aws:eks%2FNodeGroupTaint:NodeGroupTaint"
    • 🟡 properties: "nodeGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:eks%2FnodeGroup:NodeGroup" to "/aws/v6.66.1/schema.json#/resources/aws:eks%2FnodeGroup:NodeGroup"
  • "eks:index:NodeGroup":
    • inputs:
      • 🟡 "clusterIngressRule" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule"
      • 🟡 "extraNodeSecurityGroups": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "instanceProfile" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile"
      • 🟡 "nodeSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
    • properties:
      • 🟡 "cfnStack" type changed from "/aws/v6.65.0/schema.json#/resources/aws:cloudformation%2Fstack:Stack" to "/aws/v6.66.1/schema.json#/resources/aws:cloudformation%2Fstack:Stack"
      • 🟡 "extraNodeSecurityGroups": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "nodeSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
  • "eks:index:NodeGroupSecurityGroup":
    • inputs:
      • 🟡 "clusterSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "eksCluster" type changed from "/aws/v6.65.0/schema.json#/resources/aws:eks%2Fcluster:Cluster" to "/aws/v6.66.1/schema.json#/resources/aws:eks%2Fcluster:Cluster"
    • properties:
      • 🟡 "securityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "securityGroupRule" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule"
  • "eks:index:NodeGroupV2":
    • inputs:
      • 🟡 "clusterIngressRule" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule"
      • 🟡 "extraNodeSecurityGroups": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "instanceProfile" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile"
      • 🟡 "launchTemplateTagSpecifications": items type changed from "/aws/v6.65.0/schema.json#/types/aws:ec2%2FLaunchTemplateTagSpecification:LaunchTemplateTagSpecification" to "/aws/v6.66.1/schema.json#/types/aws:ec2%2FLaunchTemplateTagSpecification:LaunchTemplateTagSpecification"
      • 🟡 "nodeSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
    • properties:
      • 🟡 "autoScalingGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:autoscaling%2Fgroup:Group" to "/aws/v6.66.1/schema.json#/resources/aws:autoscaling%2Fgroup:Group"
      • 🟡 "extraNodeSecurityGroups": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
      • 🟡 "nodeSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
Types
  • 🟡 "eks:index:AccessPolicyAssociation": properties: "accessScope" type changed from "/aws/v6.65.0/schema.json#/types/aws:eks%2FAccessPolicyAssociationAccessScope:AccessPolicyAssociationAccessScope" to "/aws/v6.66.1/schema.json#/types/aws:eks%2FAccessPolicyAssociationAccessScope:AccessPolicyAssociationAccessScope"
  • "eks:index:ClusterNodeGroupOptions": properties:
    • 🟡 "clusterIngressRule" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroupRule:SecurityGroupRule"
    • 🟡 "extraNodeSecurityGroups": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
    • 🟡 "instanceProfile" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2FinstanceProfile:InstanceProfile"
    • 🟡 "launchTemplateTagSpecifications": items type changed from "/aws/v6.65.0/schema.json#/types/aws:ec2%2FLaunchTemplateTagSpecification:LaunchTemplateTagSpecification" to "/aws/v6.66.1/schema.json#/types/aws:ec2%2FLaunchTemplateTagSpecification:LaunchTemplateTagSpecification"
    • 🟡 "nodeSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
  • "eks:index:CoreData": properties:
    • 🟡 "awsProvider" type changed from "/aws/v6.65.0/schema.json#/provider" to "/aws/v6.66.1/schema.json#/provider"
    • 🟡 "cluster" type changed from "/aws/v6.65.0/schema.json#/resources/aws:eks%2Fcluster:Cluster" to "/aws/v6.66.1/schema.json#/resources/aws:eks%2Fcluster:Cluster"
    • 🟡 "clusterIamRole" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
    • 🟡 "clusterSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
    • 🟡 "eksNodeAccess" type changed from "/kubernetes/v4.18.3/schema.json#/resources/kubernetes:core%2Fv1:ConfigMap" to "/kubernetes/v4.19.0/schema.json#/resources/kubernetes:core%2Fv1:ConfigMap"
    • 🟡 "encryptionConfig" type changed from "/aws/v6.65.0/schema.json#/types/aws:eks%2FClusterEncryptionConfig:ClusterEncryptionConfig" to "/aws/v6.66.1/schema.json#/types/aws:eks%2FClusterEncryptionConfig:ClusterEncryptionConfig"
    • 🟡 "fargateProfile" type changed from "/aws/v6.65.0/schema.json#/resources/aws:eks%2FfargateProfile:FargateProfile" to "/aws/v6.66.1/schema.json#/resources/aws:eks%2FfargateProfile:FargateProfile"
    • 🟡 "instanceRoles": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
    • 🟡 "oidcProvider" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2FopenIdConnectProvider:OpenIdConnectProvider" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2FopenIdConnectProvider:OpenIdConnectProvider"
    • 🟡 "provider" type changed from "/kubernetes/v4.18.3/schema.json#/provider" to "/kubernetes/v4.19.0/schema.json#/provider"
    • 🟡 "storageClasses": additional properties type changed from "/kubernetes/v4.18.3/schema.json#/resources/kubernetes:storage.k8s.io%2Fv1:StorageClass" to "/kubernetes/v4.19.0/schema.json#/resources/kubernetes:storage.k8s.io%2Fv1:StorageClass"
  • "eks:index:CreationRoleProvider": properties:
    • 🟡 "provider" type changed from "/aws/v6.65.0/schema.json#/provider" to "/aws/v6.66.1/schema.json#/provider"
    • 🟡 "role" type changed from "/aws/v6.65.0/schema.json#/resources/aws:iam%2Frole:Role" to "/aws/v6.66.1/schema.json#/resources/aws:iam%2Frole:Role"
  • 🟡 "eks:index:FargateProfile": properties: "selectors": items type changed from "/aws/v6.65.0/schema.json#/types/aws:eks%2FFargateProfileSelector:FargateProfileSelector" to "/aws/v6.66.1/schema.json#/types/aws:eks%2FFargateProfileSelector:FargateProfileSelector"
  • "eks:index:NodeGroupData": properties:
    • 🟡 "autoScalingGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:autoscaling%2Fgroup:Group" to "/aws/v6.66.1/schema.json#/resources/aws:autoscaling%2Fgroup:Group"
    • 🟡 "extraNodeSecurityGroups": items type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
    • 🟡 "nodeSecurityGroup" type changed from "/aws/v6.65.0/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup" to "/aws/v6.66.1/schema.json#/resources/aws:ec2%2FsecurityGroup:SecurityGroup"
  • 🟡 "eks:index:StorageClass": properties: "metadata" type changed from "/kubernetes/v4.18.3/schema.json#/types/kubernetes:meta%2Fv1:ObjectMeta" to "/kubernetes/v4.19.0/schema.json#/types/kubernetes:meta%2Fv1:ObjectMeta"
    No new resources/functions.
What's Changed
New Contributors

Full Changelog: pulumi/pulumi-eks@v3.6.0...v3.7.0

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

v8.13.1

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: pulumi/pulumi-gcp@v8.13.0...v8.13.1

v8.13.0

Compare Source

Does the PR have any schema changes?

Found 8 breaking changes:

Resources
  • 🟢 "gcp:storage/transferJob:TransferJob": required: "transferSpec" property is no longer Required
Types
  • 🟢 "gcp:bigquery/getDatasetAccess:getDatasetAccess": required: "conditions" property has changed to Required
  • 🟢 "gcp:composer/EnvironmentConfigDataRetentionConfig:EnvironmentConfigDataRetentionConfig": required: "taskLogsRetentionConfigs" property is no longer Required
  • 🟢 "gcp:composer/getEnvironmentConfigDataRetentionConfig:getEnvironmentConfigDataRetentionConfig": required: "airflowMetadataRetentionConfigs" property has changed to Required
  • 🟢 "gcp:compute/getInstanceScheduling:getInstanceScheduling": required: "availabilityDomain" property has changed to Required
  • 🟢 "gcp:compute/getInstanceTemplateScheduling:getInstanceTemplateScheduling": required: "availabilityDomain" property has changed to Required
  • 🟢 "gcp:compute/getRegionInstanceTemplateScheduling:getRegionInstanceTemplateScheduling": required: "availabilityDomain" property has changed to Required
  • 🟢 "gcp:vertex/AiIndexMetadata:AiIndexMetadata": required: "contentsDeltaUri" property is no longer Required
New resources:
  • chronicle/watchlist.Watchlist
  • gkeonprem/vmwareAdminCluster.VmwareAdminCluster
  • networksecurity/interceptEndpointGroup.InterceptEndpointGroup
  • networksecurity/interceptEndpointGroupAssociation.InterceptEndpointGroupAssociation
  • storage/folder.Folder
New functions:
  • gkehub/getFeature.getFeature
  • kms/getAutokeyConfig.getAutokeyConfig
  • kms/getKeyHandle.getKeyHandle
What's Changed

Full Changelog: pulumi/pulumi-gcp@v8.12.1...v8.13.0

pulumi/pulumi (@​pulumi/pulumi)

v3.145.0

Compare Source

Features
  • [auto/go] Support --clear-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations.
    #​18101

  • [programgen/{java,sdkgen/java}] Only use gRPC to communicate with the Java host
    #​18138

  • [cli/package] Support bridging to terraform providers automatically in pulumi convert
    #​17992

  • [sdk/go] Implement deferred output for the Go SDK and program-gen
    #​17885

Bug Fixes
  • [cli] Fix TestPackageAddGoParameterized to utilize version path
    #​18150

  • [cli/engine] Clarify the usage string for the --expect-no-changes flag
    #​18105

  • [auto/go] Return error if no inline program specified
    #​18086

  • [auto/go] Interrupt programs gracefully when the context is canceled
    #​18124

  • [cli/new] Provide a better error message when pulumi new --ai generates a program with errors
    #​18091

  • [cli/new] Provide a more meaningful message for the --language flag
    #​18092

  • [engine] Enable pulumi:pulumi:getResource to hydrate Read resources
    #​18070

  • [programgen] Allow for case-insensitive terraform convert source
    #​18111

  • [programgen/go] Fix importing module names in Go programs that aren't lower-case
    #​18113

  • [sdk/go] Fix panic when diffing computed property values
    #​18104

  • [sdk/go] Avoid calling invokes with dependencies on unknown resources
    #​18133

  • [sdk/nodejs] Fix source maps when using jest
    #​18108

  • [sdk/nodejs] Avoid calling invokes with dependencies on unknown resources
    #​18152

  • [sdk/python] Fix reading pulumi-plugin.json when using the uv toolchain
    #​18107

  • [sdk/python] Fix ListPackages when using uv
    #​18121

  • [sdk/python] Fix dynamic providers when using Poetry or uv
    #​18126

  • [sdk/python] Fix prerelease version
    #​18125

  • [sdk/python] Avoid calling invokes with dependencies on unknown resources
    #​18141

Miscellaneous
  • [programgen/java] Bump Java SDK dependency version so that package gen-sdk emits buildable code
    #​18130

  • [sdk/python] Switch to pyproject.toml + uv
    #​18081

  • [sdk/python] Move mypy configuration into pyproject.toml
    #​18118

  • [sdk/python] Move pyright configuration into pyproject.toml
    #​18116

  • [sdk/python] Move ruff configuration into pyproject.toml
    #​18117

pulumi/pulumi-azure-native-sdk (github.com/pulumi/pulumi-azure-native-sdk/app/v2)

v2.82.0

Compare Source

v2.81.0

Compare Source

v2.80.0

Compare Source

pulumi/pulumi-kubernetes (github.com/pulumi/pulumi-kubernetes/sdk/v4)

v4.19.0

Compare Source

v4.18.4

Compare Source

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

v3.145.0

Compare Source

3.145.0 (2025-01-07)
Features
  • [auto/go] Support --clear-pending-creates for refresh command in Go Automation API for preview refresh and refresh operations.
    #​18101

  • [programgen/{java,sdkgen/java}] Only use gRPC to communicate with the Java host
    #​18138

  • [cli/package] Support bridging to terraform providers automatically in pulumi convert
    #​17992

  • [sdk/go] Implement deferred output for the Go SDK and program-gen
    #​17885

Bug Fixes
  • [cli] Fix TestPackageAddGoParameterized to utilize version path
    #​18150

  • [cli/engine] Clarify the usage string for the --expect-no-changes flag
    #​18105

  • [auto/go] Return error if no inline program specified
    #​18086

  • [auto/go] Interrupt programs gracefully when the context is canceled
    #​18124

  • [cli/new] Provide a better error message when pulumi new --ai generates a program with errors
    #​18091

  • [cli/new] Provide a more meaningful message for the --language flag
    #​18092

  • [engine] Enable pulumi:pulumi:getResource to hydrate Read resources
    #​18070

  • [programgen] Allow for case-insensitive terraform convert source
    #​18111

  • [programgen/go] Fix importing module names in Go programs that aren't lower-case
    #​18113

  • [sdk/go] Fix panic when diffing computed property values
    #​18104

  • [sdk/go] Avoid calling invokes with dependencies on unknown resources
    #​18133

  • [sdk/nodejs] Fix source maps when using jest
    #​18108

  • [sdk/nodejs] Avoid calling invokes with dependencies on unknown resources
    #​18152

  • [sdk/python] Fix reading pulumi-plugin.json when using the uv toolchain
    #​18107

  • [sdk/python] Fix ListPackages when using uv
    #​18121

  • [sdk/python] Fix dynamic providers when using Poetry or uv
    #​18126

  • [sdk/python] Fix prerelease version
    #​18125

  • [sdk/python] Avoid calling invokes with dependencies on unknown resources
    #​18141

Miscellaneous
  • [programgen/java] Bump Java SDK dependency version so that package gen-sdk emits buildable code
    #​18130

  • [sdk/python] Switch to pyproject.toml + uv
    #​18081

  • [sdk/python] Move mypy configuration into pyproject.toml
    #​18118

  • [sdk/python] Move pyright configuration into pyproject.toml
    #​18116

  • [sdk/python] Move ruff configuration into pyproject.toml
    #​18117


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 Dec 25, 2024
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) December 27, 2024 21:38
@pulumi-renovate pulumi-renovate bot changed the title Update module github.com/pulumi/pulumi-docker/sdk/v3 to v4 Update first-party Pulumi dependencies Dec 27, 2024
@pulumi-renovate pulumi-renovate bot changed the title Update first-party Pulumi dependencies Update first-party Pulumi dependencies to v3.144.1 Dec 27, 2024
@pulumi-renovate pulumi-renovate bot changed the title Update first-party Pulumi dependencies to v3.144.1 Update first-party Pulumi dependencies Dec 30, 2024
@pulumi-renovate
Copy link
Contributor Author

ℹ Artifact update notice

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

  • 60 additional dependencies were updated

Details:

Package Change
github.com/aws/aws-sdk-go v1.49.16 -> v1.50.36
github.com/stretchr/testify v1.8.4 -> v1.9.0
cloud.google.com/go v0.112.0 -> v0.112.1
cloud.google.com/go/compute/metadata v0.2.3 -> v0.5.0
cloud.google.com/go/kms v1.15.6 -> v1.15.7
cloud.google.com/go/storage v1.37.0 -> v1.39.1
github.com/Azure/azure-sdk-for-go/sdk/azcore v1.9.1 -> v1.11.1
github.com/Azure/azure-sdk-for-go/sdk/azidentity v1.5.1 -> v1.6.0
github.com/Azure/azure-sdk-for-go/sdk/internal v1.5.1 -> v1.8.0
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.1 -> v1.2.2
github.com/aws/aws-sdk-go-v2 v1.24.1 -> v1.26.1
github.com/aws/aws-sdk-go-v2/config v1.26.6 -> v1.27.11
github.com/aws/aws-sdk-go-v2/credentials v1.16.16 -> v1.17.11
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 -> v1.16.1
github.com/aws/aws-sdk-go-v2/internal/configsources v1.2.10 -> v1.3.5
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.5.10 -> v2.6.5
github.com/aws/aws-sdk-go-v2/internal/ini v1.7.3 -> v1.8.0
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.10.4 -> v1.11.2
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.10.10 -> v1.11.7
github.com/aws/aws-sdk-go-v2/service/kms v1.27.9 -> v1.30.1
github.com/aws/aws-sdk-go-v2/service/sso v1.18.7 -> v1.20.5
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.21.7 -> v1.23.4
github.com/aws/aws-sdk-go-v2/service/sts v1.26.7 -> v1.28.6
github.com/aws/smithy-go v1.19.0 -> v1.20.2
github.com/go-git/go-git/v5 v5.11.0 -> v5.12.0
github.com/go-jose/go-jose/v3 v3.0.1 -> v3.0.3
github.com/golang-jwt/jwt/v5 v5.2.0 -> v5.2.1
github.com/golang/glog v1.2.0 -> v1.2.2
github.com/golang/protobuf v1.5.3 -> v1.5.4
github.com/google/wire v0.5.0 -> v0.6.0
github.com/googleapis/gax-go/v2 v2.12.0 -> v2.12.2
github.com/hashicorp/go-retryablehttp v0.7.5 -> v0.7.7
github.com/hashicorp/hcl/v2 v2.19.1 -> v2.22.0
github.com/hashicorp/vault/api v1.11.0 -> v1.12.0
github.com/pulumi/esc v0.7.0 -> v0.10.0
github.com/sergi/go-diff v1.3.1 -> v1.3.2-0.20230802210424-5b0b94c5c0d3
github.com/skeema/knownhosts v1.2.1 -> v1.2.2
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.47.0 -> v0.49.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.47.0 -> v0.49.0
go.opentelemetry.io/otel v1.22.0 -> v1.24.0
go.opentelemetry.io/otel/metric v1.22.0 -> v1.24.0
go.opentelemetry.io/otel/trace v1.22.0 -> v1.24.0
gocloud.dev v0.36.0 -> v0.37.0
gocloud.dev/secrets/hashivault v0.36.0 -> v0.37.0
golang.org/x/crypto v0.18.0 -> v0.31.0
golang.org/x/exp v0.0.0-20240119083558-1b970713d09a -> v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/mod v0.14.0 -> v0.18.0
golang.org/x/net v0.20.0 -> v0.33.0
golang.org/x/oauth2 v0.16.0 -> v0.22.0
golang.org/x/sync v0.6.0 -> v0.10.0
golang.org/x/sys v0.16.0 -> v0.28.0
golang.org/x/term v0.16.0 -> v0.27.0
golang.org/x/text v0.14.0 -> v0.21.0
golang.org/x/tools v0.17.0 -> v0.22.0
google.golang.org/api v0.161.0 -> v0.169.0
google.golang.org/genproto v0.0.0-20240125205218-1f4bbc51befe -> v0.0.0-20240311173647-c811ad7063a7
google.golang.org/genproto/googleapis/api v0.0.0-20240125205218-1f4bbc51befe -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/genproto/googleapis/rpc v0.0.0-20240125205218-1f4bbc51befe -> v0.0.0-20240814211410-ddb44dafa142
google.golang.org/grpc v1.61.0 -> v1.67.1
google.golang.org/protobuf v1.32.0 -> v1.35.1

@pulumi-renovate
Copy link
Contributor Author

pulumi-renovate bot commented Dec 31, 2024

⚠️ 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: github.com/pulumi/pulumi/sdk/[email protected] requires
	github.com/pulumi/[email protected] requires
	github.com/pulumi/pulumi/pkg/[email protected] requires
	github.com/pulumi/pulumi-java/[email protected] requires
	github.com/pulumi/pulumi/pkg/[email protected] requires
	github.com/pulumi/pulumi-terraform-bridge/[email protected]: invalid version: unknown revision a0f92e793f31

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 12 times, most recently from 687c84a to 00d99ac Compare January 6, 2025 21:13
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 7 times, most recently from c2d086c to bc6ff00 Compare January 9, 2025 04:08
@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 11 times, most recently from dd3b275 to d01b517 Compare January 10, 2025 14:40
@rshade rshade self-assigned this Jan 10, 2025
@pulumi-renovate
Copy link
Contributor Author

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.

@rshade rshade requested review from a team and removed request for a team January 10, 2025 20:33
@pulumi-renovate pulumi-renovate bot merged commit 68a196b into master Jan 10, 2025
41 checks passed
@pulumi-renovate pulumi-renovate bot deleted the renovate/pulumi branch January 10, 2025 20: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.

2 participants