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

Closed
wants to merge 1 commit into from
Closed

Pin dependencies #1504

wants to merge 1 commit into from

Conversation

pulumi-renovate[bot]
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Nov 22, 2024

This PR contains the following updates:

Package Type Update Change
@pulumi/aws (source) dependencies pin ^6.65.0 -> 6.65.0
@pulumi/kubernetes (source) dependencies pin ^4.18.3 -> 4.18.3
@pulumi/kubernetes (source) dependencies minor 4.18.3 -> 4.19.0
@pulumi/pulumi (source) dependencies pin ^3.142.0 -> 3.143.0
@pulumi/pulumi (source) dependencies pin ^3.143.0 -> 3.143.0
github.com/pulumi/providertest require minor v0.0.15 -> v0.1.3
github.com/pulumi/pulumi-aws/sdk/v6 require minor v6.29.0 -> v6.65.0
github.com/pulumi/pulumi-aws/sdk/v6 require minor v6.41.0 -> v6.65.0
github.com/pulumi/pulumi-eks/sdk/v3 require minor v3.0.0-alpha.6 -> v3.5.0
github.com/pulumi/pulumi-kubernetes/sdk/v4 require minor v4.9.1 -> v4.19.0
github.com/pulumi/pulumi/sdk/v3 require minor v3.112.0 -> v3.143.0
pulumi/action-install-pulumi-cli action pinDigest -> b374ceb
pulumi/actions action major v5 -> v6
pulumi/provider-version-action action pinDigest -> 7c54f13
pulumi/pulumi-package-publisher action patch v0.0.20 -> v0.0.21

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


Release Notes

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

v4.19.0

Compare Source

Changed

v4.18.4

Compare Source

Changed
Fixed
pulumi/providertest (github.com/pulumi/providertest)

v0.1.3

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.2...v0.1.3

v0.1.2

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.1...v0.1.2

v0.1.1

Compare Source

What's Changed

Full Changelog: pulumi/providertest@v0.1.0...v0.1.1

v0.1.0

Compare Source

What's Changed

⚠️ Breaking change ⚠️

You must now pass T as the first parameter for any method which does asserts internally, as is the pattern in Go.

You can fix pretty much all usages using the following batch of gofmt commands:

gofmt -r 'a.Convert(b) -> a.Convert(t, b)' -w ./**/*_test.go
gofmt -r 'a.CopyTo(b) -> a.CopyTo(t, b)' -w ./**/*_test.go
gofmt -r 'a.CopyToTempDir() -> a.CopyToTempDir(t)' -w ./**/*_test.go
gofmt -r 'a.Destroy() -> a.Destroy(t)' -w ./**/*_test.go
gofmt -r 'a.ExportStack() -> a.ExportStack(t)' -w ./**/*_test.go
gofmt -r 'a.GrpcLog() -> a.GrpcLog(t)' -w ./**/*_test.go
gofmt -r 'a.ClearGrpcLog() -> a.ClearGrpcLog(t)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e, f, g) -> a.Import(t, b, c, d, e, f, g)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e, f) -> a.Import(t, b, c, d, e, f)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d, e) -> a.Import(t, b, c, d, e)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c, d) -> a.Import(t, b, c, d)' -w ./**/*_test.go
gofmt -r 'a.Import(b, c) -> a.Import(t, b, c)' -w ./**/*_test.go
gofmt -r 'a.Import(b) -> a.Import(t, b)' -w ./**/*_test.go
gofmt -r 'a.ImportStack(b) -> a.ImportStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Install() -> a.Install(t)' -w ./**/*_test.go
gofmt -r 'a.InstallStack(b) -> a.InstallStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Preview() -> a.Preview(t)' -w ./**/*_test.go
gofmt -r 'a.Refresh() -> a.Refresh(t)' -w ./**/*_test.go
gofmt -r 'a.SetConfig(b, c) -> a.SetConfig(t, b, c)' -w ./**/*_test.go
gofmt -r 'a.Up() -> a.Up(t)' -w ./**/*_test.go
gofmt -r 'a.UpdateSource(b) -> a.UpdateSource(t, b)' -w ./**/*_test.go
gofmt -r 'a.NewStack(b) -> a.NewStack(t, b)' -w ./**/*_test.go
gofmt -r 'a.Run(b) -> a.Run(t, b)' -w ./**/*_test.go

New Contributors

Full Changelog: pulumi/providertest@v0.0.15...v0.1.0

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

v6.65.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Types
  • 🟢 "aws:sesv2/getConfigurationSetDeliveryOption:getConfigurationSetDeliveryOption": required: "maxDeliverySeconds" property has changed to Required
  • 🟢 "aws:sesv2/getConfigurationSetTrackingOption:getConfigurationSetTrackingOption": required: "httpsPolicy" property has changed to Required
New resources:
  • bedrock/inferenceProfile.InferenceProfile
  • cloudwatch/logAnomalyDetector.LogAnomalyDetector
  • ecr/accountSetting.AccountSetting
  • msk/singleScramSecretAssociation.SingleScramSecretAssociation
  • servicecatalog/appregistryAttributeGroup.AppregistryAttributeGroup
  • servicecatalog/appregistryAttributeGroupAssociation.AppregistryAttributeGroupAssociation
New functions:
  • servicecatalog/getAppregistryAttributeGroup.getAppregistryAttributeGroup

What's Changed

Full Changelog: pulumi/pulumi-aws@v6.64.0...v6.65.0

v6.64.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • codeconnections/connection.Connection
  • codeconnections/host.Host
  • s3tables/namespace.Namespace
  • s3tables/table.Table
  • s3tables/tableBucket.TableBucket
  • s3tables/tableBucketPolicy.TableBucketPolicy
  • s3tables/tablePolicy.TablePolicy
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.63.0...v6.64.0

v6.63.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟢 "aws:eks/getClusterKubernetesNetworkConfig:getClusterKubernetesNetworkConfig": required: "elasticLoadBalancings" property has changed to Required
New resources:
  • ec2/vpcBlockPublicAccessExclusion.VpcBlockPublicAccessExclusion
  • ec2/vpcBlockPublicAccessOptions.VpcBlockPublicAccessOptions
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.62.2...v6.63.0

v6.62.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.62.1...v6.62.2

v6.62.1

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟢 "aws:memorydb/getSnapshotClusterConfiguration:getSnapshotClusterConfiguration": required: "engine" property has changed to Required
New resources:
  • iam/organizationsFeatures.OrganizationsFeatures
What's Changed
New Contributors

Full Changelog: pulumi/pulumi-aws@v6.62.0...v6.62.1

v6.62.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Types
  • 🟢 "aws:memorydb/getSnapshotClusterConfiguration:getSnapshotClusterConfiguration": required: "engine" property has changed to Required
New resources:
  • iam/organizationsFeatures.OrganizationsFeatures
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.61.0...v6.62.0

v6.61.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • rds/instanceDesiredState.InstanceDesiredState
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.60.0...v6.61.0

v6.60.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • vpc/securityGroupVpcAssociation.SecurityGroupVpcAssociation
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.59.2...v6.60.0

v6.59.1

Compare Source

Does the PR have any schema changes?

Found 3 breaking changes:

Types
  • "aws:apigateway/AccountThrottleSetting:AccountThrottleSetting":
    • 🟡 properties: "burstLimit" type changed from "integer" to "number"
    • required:
      • 🟢 "burstLimit" property has changed to Required
      • 🟢 "rateLimit" property has changed to Required
        No new resources/functions.
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.59.0...v6.59.1

v6.59.0

Compare Source

Does the PR have any schema changes?

Found 6 breaking changes:

Types
  • 🟢 "aws:apigateway/StageCanarySettings:StageCanarySettings": required: "deploymentId" property has changed to Required
  • "aws:batch/getJobDefinitionEksPropertyPodProperty:getJobDefinitionEksPropertyPodProperty":
    • 🟡 properties: "serviceAccountName" type changed from "boolean" to "string"
    • required:
      • 🟢 "imagePullSecrets" property has changed to Required
      • 🟢 "initContainers" property has changed to Required
      • 🟢 "shareProcessNamespace" property has changed to Required
  • 🟢 "aws:iot/BillingGroupMetadata:BillingGroupMetadata": required: "creationDate" property has changed to Required
New functions:
  • ec2/getSpotDatafeedSubscription.getSpotDatafeedSubscription
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.58.0...v6.59.0

v6.58.0

Compare Source

Does the PR have any schema changes?

Found 3 breaking changes:

Types
  • 🟢 "aws:imagebuilder/getDistributionConfigurationDistribution:getDistributionConfigurationDistribution": required: "s3ExportConfigurations" property has changed to Required
  • "aws:imagebuilder/getImageRecipeBlockDeviceMappingEb:getImageRecipeBlockDeviceMappingEb": properties:
    • 🟡 "deleteOnTermination" type changed from "boolean" to "string"
    • 🟡 "encrypted" type changed from "boolean" to "string"
New resources:
  • opensearch/authorizeVpcEndpointAccess.AuthorizeVpcEndpointAccess
  • ssm/quicksetupConfigurationManager.QuicksetupConfigurationManager
New functions:
  • lb/getListenerRule.getListenerRule
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.57.0...v6.58.0

v6.57.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Types
  • 🟡 "aws:route53/ProfilesAssociationTimeouts:ProfilesAssociationTimeouts": properties: "read" missing
  • 🟡 "aws:workspaces/ConnectionAliasTimeouts:ConnectionAliasTimeouts": properties: "update" missing
New resources:
  • iam/groupPolicyAttachmentsExclusive.GroupPolicyAttachmentsExclusive
  • iam/rolePolicyAttachmentsExclusive.RolePolicyAttachmentsExclusive
  • iam/userPolicyAttachmentsExclusive.UserPolicyAttachmentsExclusive
  • imagebuilder/lifecyclePolicy.LifecyclePolicy
  • resiliencehub/resiliencyPolicy.ResiliencyPolicy
  • sagemaker/hub.Hub
  • sagemaker/mlflowTrackingServer.MlflowTrackingServer
New functions:
  • ssm/getPatchBaselines.getPatchBaselines
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.56.1...v6.57.0

v6.56.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-aws@v6.56.0...v6.56.1

v6.56.0

Compare Source

Does the PR have any schema changes?

Found 3 breaking changes:

Resources
  • 🟢 "aws:sagemaker/workteam:Workteam": required: "workforceName" property is no longer Required
Types
  • 🟢 "aws:backup/getPlanRule:getPlanRule": required: "scheduleExpressionTimezone" property has changed to Required
  • 🟢 "aws:route53/ResolverRuleTargetIp:ResolverRuleTargetIp": required: "ip" property is no longer Required
New resources:
  • backup/restoreTestingPlan.RestoreTestingPlan
  • backup/restoreTestingSelection.RestoreTestingSelection
  • datazone/userProfile.UserProfile
  • pinpoint/smsvoicev2ConfigurationSet.Smsvoicev2ConfigurationSet
  • route53/profilesAssociation.ProfilesAssociation
  • route53/profilesProfile.ProfilesProfile
  • route53/profilesResourceAssociation.ProfilesResourceAssociation
New functions:
  • amp/getDefaultScraperConfiguration.getDefaultScraperConfiguration
  • bedrock/getInferenceProfile.getInferenceProfile
  • bedrock/getInferenceProfiles.getInferenceProfiles
  • elasticache/getServerlessCache.getServerlessCache
  • route53/getProfilesProfiles.getProfilesProfiles
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.55.0...v6.56.0

v6.55.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Functions
  • 🟡 "aws:securityhub/getStandardsControlAssociations:getStandardsControlAssociations": inputs: "standardsControlAssociations" missing input "standardsControlAssociations"
New resources:
  • backup/logicallyAirGappedVault.LogicallyAirGappedVault
  • bedrock/guardrailVersion.GuardrailVersion
  • ec2transitgateway/defaultRouteTableAssociation.DefaultRouteTableAssociation
  • ec2transitgateway/defaultRouteTablePropagation.DefaultRouteTablePropagation
  • iam/groupPoliciesExclusive.GroupPoliciesExclusive
  • iam/userPoliciesExclusive.UserPoliciesExclusive
  • securityhub/standardsControlAssociation.StandardsControlAssociation
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.54.2...v6.55.0

v6.54.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.54.1...v6.54.2

v6.54.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-aws@v6.54.0...v6.54.1

v6.54.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-aws@v6.53.0...v6.54.0

v6.53.0

Compare Source

Does the PR have any schema changes?

Found 4 breaking changes:

Types
  • 🟢 "aws:lex/V2modelsSlotTypeCompositeSlotTypeSetting:V2modelsSlotTypeCompositeSlotTypeSetting": required: "subSlots" property is no longer Required
  • "aws:lex/V2modelsSlotTypeCompositeSlotTypeSettingSubSlot:V2modelsSlotTypeCompositeSlotTypeSettingSubSlot":
    • 🟡 properties: "subSlotId" missing
    • required:
      • 🟢 "slotTypeId" property has changed to Required
      • 🟢 "subSlotId" property is no longer Required
New resources:
  • appsync/sourceApiAssociation.SourceApiAssociation
  • elasticache/reservedCacheNode.ReservedCacheNode
  • iam/rolePoliciesExclusive.RolePoliciesExclusive
  • pinpoint/smsvoicev2OptOutList.Smsvoicev2OptOutList
  • pinpoint/smsvoicev2PhoneNumber.Smsvoicev2PhoneNumber
  • sesv2/accountSuppressionAttributes.AccountSuppressionAttributes
New functions:
  • elasticache/getReservedCacheNodeOffering.getReservedCacheNodeOffering
  • securityhub/getStandardsControlAssociations.getStandardsControlAssociations
  • synthetics/getRuntimeVersion.getRuntimeVersion
  • synthetics/getRuntimeVersions.getRuntimeVersions
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.52.0...v6.53.0

v6.52.0

Compare Source

Does the PR have any schema changes?

Found 6 breaking changes:

Resources
  • 🟢 "aws:rolesanywhere/profile:Profile": required: "roleArns" property is no longer Required
Functions
  • 🟡 "aws:quicksight/getDataSet:getDataSet": inputs: "columnLevelPermissionRules" missing input "columnLevelPermissionRules"
Types
  • 🟢 "aws:appconfig/ExtensionActionPointAction:ExtensionActionPointAction": required: "roleArn" property is no longer Required
  • 🟡 "aws:lex/V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting:V2modelsSlotTypeValueSelectionSettingAdvancedRecognitionSetting": properties: "audioRecognitionSetting" missing
  • 🟡 "aws:networkmanager/getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride:getCoreNetworkPolicyDocumentSegmentActionViaWithEdgeOverride": properties: "edgeSets": items type changed from "string" to "array":
    • 🟡 items had no type but now has &{Type:string Ref: AdditionalProperties: Items: OneOf:[] Discriminator: Plain:false}
New resources:
  • cloudformation/stackInstances.StackInstances
  • codebuild/fleet.Fleet
  • computeoptimizer/enrollmentStatus.EnrollmentStatus
  • computeoptimizer/recommendationPreferences.RecommendationPreferences
  • costoptimizationhub/enrollmentStatus.EnrollmentStatus
  • costoptimizationhub/preferences.Preferences
  • datazone/assetType.AssetType
  • datazone/environment.Environment
  • lambda/functionRecursionConfig.FunctionRecursionConfig
New functions:
  • codebuild/getFleet.getFleet
  • glue/getRegistry.getRegistry
  • organizations/getOrganizationalUnitDescendantOrganizationalUnits.getOrganizationalUnitDescendantOrganizationalUnits
  • quicksight/getAnalysis.getAnalysis
  • quicksight/getQuicksightAnalysis.getQuicksightAnalysis
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.51.1...v6.52.0

v6.51.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-aws@v6.51.0...v6.51.1

v6.51.0

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Resources
  • 🟢 "aws:drs/replicationConfigurationTemplate:ReplicationConfigurationTemplate": required inputs: "stagingAreaTags" input has changed to Required
New resources:
  • glue/catalogTableOptimizer.CatalogTableOptimizer
New functions:
  • shield/getProtection.getProtection
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.50.1...v6.51.0

v6.50.1

Compare Source

Does the PR have any schema changes?

Found 1 breaking change:

Resources
  • 🟢 "aws:pinpoint/gcmChannel:GcmChannel": required: "apiKey" property is no longer Required
New functions:
  • route53/getZones.getZones
  • ssoadmin/getPermissionSets.getPermissionSets

What's Changed

New Contributors

Full Changelog: pulumi/pulumi-aws@v6.50.0...v6.50.1

v6.50.0

Compare Source

Does the PR have any schema changes?

Found 3 breaking changes:

Types
  • "aws:lex/V2modelsSlotTypeSlotTypeValues:V2modelsSlotTypeSlotTypeValues":
    • 🟡 properties: "slotTypeValues" missing
    • 🟢 required: "slotTypeValues" property is no longer Required
  • 🔴 "aws:lex/V2modelsSlotTypeSlotTypeValuesSlotTypeValue:V2modelsSlotTypeSlotTypeValuesSlotTypeValue" missing
New resources:
  • bedrock/guardrail.Guardrail
  • cloudtrail/organizationDelegatedAdminAccount.OrganizationDelegatedAdminAccount
  • datazone/environmentProfile.EnvironmentProfile
  • datazone/formType.FormType
  • datazone/glossaryTerm.GlossaryTerm
  • pinpoint/emailTemplate.EmailTemplate
New functions:
  • bedrock/getAgentAgentVersions.getAgentAgentVersions
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.49.1...v6.50.0

v6.49.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-aws@v6.49.0...v6.49.1

v6.49.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • ebs/snapshotBlockPublicAccess.SnapshotBlockPublicAccess
  • lambda/callbackFunction.CallbackFunction
  • rds/integration.Integration
New functions:
  • rds/getClusterParameterGroup.getClusterParameterGroup
  • secretsmanager/getSecretVersions.getSecretVersions
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.48.0...v6.49.0

v6.48.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Resources
  • 🟢 "aws:ec2/vpcIpv6CidrBlockAssociation:VpcIpv6CidrBlockAssociation": required: "ipv6IpamPoolId" property is no longer Required
Types
  • 🟢 "aws:rds/ClusterRestoreToPointInTime:ClusterRestoreToPointInTime": required: "sourceClusterIdentifier" property is no longer Required
New resources:
  • chatbot/slackChannelConfiguration.SlackChannelConfiguration
  • chatbot/teamsChannelConfiguration.TeamsChannelConfiguration
  • datazone/glossary.Glossary
  • ecr/repositoryCreationTemplate.RepositoryCreationTemplate
  • timestreaminfluxdb/dbInstance.DbInstance
New functions:
  • ecr/getRepositoryCreationTemplate.getRepositoryCreationTemplate
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.47.0...v6.48.0

v6.47.0

Compare Source

Does the PR have any schema changes?

Found 6 breaking changes:

Types
  • 🟡 "aws:appstream/getImageApplication:getImageApplication": properties: "metadata": additional properties type changed from "pulumi.json#/Any" to "string"
  • "aws:batch/getJobDefinitionEksPropertyPodPropertyContainerResource:getJobDefinitionEksPropertyPodPropertyContainerResource": properties:
    • 🟡 "limits": additional properties type changed from "pulumi.json#/Any" to "string"
    • 🟡 "requests": additional properties type changed from "pulumi.json#/Any" to "string"
  • 🟡 "aws:batch/getJobDefinitionEksPropertyPodPropertyMetadata:getJobDefinitionEksPropertyPodPropertyMetadata": properties: "labels": additional properties type changed from "pulumi.json#/Any" to "string"
  • 🟡 "aws:batch/getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration:getJobDefinitionNodePropertyNodeRangePropertyContainerLogConfiguration": properties: "options": additional properties type changed from "pulumi.json#/Any" to "string"
  • 🟡 "aws:bcmdata/ExportExportDataQuery:ExportExportDataQuery": properties: "tableConfigurations": additional properties: additional properties type changed from "pulumi.json#/Any" to "string"
New resources:
  • shield/subscription.Subscription
New functions:
  • index/getServicePrincipal.getServicePrincipal
What's Changed

Full Changelog: pulumi/pulumi-aws@v6.46.0...v6.47.0

v6.46.0

Compare Source

Does the PR have any schema changes?

Found 8 breaking changes:

Resources
  • 🟢 "aws:elasticache/replicationGroup:ReplicationGroup": required inputs: "description" input has changed to Required
Types
  • 🟢 "aws:bedrock/AgentAgentAliasRoutingConfiguration:AgentAgentAliasRoutingConfiguration": required: "provisionedThroughput" property has changed to Required
  • 🟡 "aws:ecs/ServiceVolumeConfigurationManagedEbsVolume:ServiceVolumeConfigurationManagedEbsVolume": properties: "throughput" type changed from "string" to "integer"
  • "aws:kinesis/FirehoseDeliveryStreamRedshiftConfiguration:FirehoseDeliveryStreamRedshiftConfiguration": required:
    • 🟢 "password" property is no longer Required
    • 🟢 "username" property is no longer Required
  • "aws:kinesis/FirehoseDeliveryStreamSnowflakeConfiguration:FirehoseDeliveryStreamSnowflakeConfiguration": required:
    • 🟢 "privateKey" property is no longer Required
    • 🟢 "user" property is no longer Required
  • 🟢 "aws:kinesis/FirehoseDeliveryStreamSplunkConfiguration:FirehoseDeliveryStreamSplunkConfiguration": required: "hecToken" property is no longer Required
New resources:
  • datazone/project.Project
  • grafana/workspaceServiceAccount.WorkspaceServiceAccount
  • grafana/workspaceServiceAccountToken.WorkspaceServiceAccountToken
  • rds/certificate.Certificate
  • `rekognition/streamPro

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 Nov 22, 2024
@pulumi-renovate
Copy link
Contributor Author

ℹ Artifact update notice

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

  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21.0 -> 1.23.3
File name: sdk/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):

  • 10 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.3
github.com/pulumi/esc v0.8.3 -> v0.10.0
golang.org/x/crypto v0.22.0 -> v0.25.0
golang.org/x/exp v0.0.0-20240409090435-93d18d7e34b8 -> v0.0.0-20240604190554-fc45aab8b7f8
golang.org/x/mod v0.17.0 -> v0.18.0
golang.org/x/net v0.24.0 -> v0.27.0
golang.org/x/sys v0.19.0 -> v0.22.0
golang.org/x/term v0.19.0 -> v0.22.0
golang.org/x/text v0.14.0 -> v0.16.0
golang.org/x/tools v0.20.0 -> v0.22.0
google.golang.org/protobuf v1.33.0 -> v1.34.0

Copy link

github-actions bot commented Nov 22, 2024

Does the PR have any schema changes?

Found 4 breaking changes:

Types

  • "eks:index:CoreData": properties:
    • 🟡 "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"
    • 🟡 "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: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.

@pulumi-renovate pulumi-renovate bot force-pushed the renovate/pulumi branch 11 times, most recently from cb30262 to e2d9ffd Compare November 26, 2024 19:09
@t0yv0
Copy link
Member

t0yv0 commented Dec 17, 2024

With https://github.com/pulumi/renovate-config/pull/11 I think Renovate will stop trying to manage dependencies under sdk/ including sdk/go.mod but that file is not otherwise managed. Maybe we need to bring it back.

@t0yv0
Copy link
Member

t0yv0 commented Dec 17, 2024

Asking renovate to rebase.

@pulumi-renovate pulumi-renovate bot changed the title Update first-party Pulumi dependencies Pin dependencies Dec 17, 2024
@pulumi-renovate
Copy link
Contributor Author

⚠️ Artifact update problem

Renovate failed to update artifacts 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: sdk/nodejs/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

File name: nodejs/eks/yarn.lock
Unknown Syntax Error: Unsupported option name ("--ignore-platform").

$ yarn install [--json] [--immutable] [--immutable-cache] [--refresh-lockfile] [--check-cache] [--check-resolutions] [--inline-builds] [--mode #0]

@t0yv0 t0yv0 mentioned this pull request Dec 17, 2024
@blampe blampe closed this Dec 17, 2024
t0yv0 added a commit that referenced this pull request Dec 18, 2024
Adds a config for the Renovate bot inspired by
https://github.com/pulumi/pulumi-cdk/blob/main/renovate.json5

Renovate is not currently succeeding to send working PRs to this
repository (see e.g. #1504) but
the hope is that adding this config brings us one step closer.
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