Releases: pulumi/pulumi-aws
Releases · pulumi/pulumi-aws
v6.70.1
Does the PR have any schema changes?
Found 33 breaking changes:
Resources
- "aws:docdb/elasticCluster:ElasticCluster":
🟡
inputs: "backupRetentionPeriod" type changed from "number" to "integer"🟡
properties: "backupRetentionPeriod" type changed from "number" to "integer"
- "aws:elasticache/reservedCacheNode:ReservedCacheNode":
🟡
inputs: "cacheNodeCount" type changed from "number" to "integer"🟡
properties: "cacheNodeCount" type changed from "number" to "integer"
Functions
🟡
"aws:lb/getListenerRule:getListenerRule": inputs: "priority" type changed from "number" to "integer"
Types
🟡
"aws:apigateway/AccountThrottleSetting:AccountThrottleSetting": properties: "burstLimit" type changed from "number" to "integer"- "aws:bedrock/AgentDataSourceDataSourceConfigurationWebConfigurationCrawlerConfigurationCrawlerLimits:AgentDataSourceDataSourceConfigurationWebConfigurationCrawlerConfigurationCrawlerLimits": properties:
🟡
"maxPages" type changed from "number" to "integer"🟡
"rateLimit" type changed from "number" to "integer"
🟡
"aws:bedrock/AgentDataSourceVectorIngestionConfigurationChunkingConfigurationHierarchicalChunkingConfiguration:AgentDataSourceVectorIngestionConfigurationChunkingConfigurationHierarchicalChunkingConfiguration": properties: "overlapTokens" type changed from "number" to "integer"🟡
"aws:bedrock/AgentDataSourceVectorIngestionConfigurationChunkingConfigurationHierarchicalChunkingConfigurationLevelConfiguration:AgentDataSourceVectorIngestionConfigurationChunkingConfigurationHierarchicalChunkingConfigurationLevelConfiguration": properties: "maxTokens" type changed from "number" to "integer"- "aws:bedrock/AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfiguration:AgentDataSourceVectorIngestionConfigurationChunkingConfigurationSemanticChunkingConfiguration": properties:
🟡
"breakpointPercentileThreshold" type changed from "number" to "integer"🟡
"bufferSize" type changed from "number" to "integer"🟡
"maxToken" type changed from "number" to "integer"
- "aws:ec2/getVpcIpamsIpam:getVpcIpamsIpam": properties:
🟡
"resourceDiscoveryAssociationCount" type changed from "number" to "integer"🟡
"scopeCount" type changed from "number" to "integer"
🟡
"aws:glue/CatalogTableOptimizerConfigurationOrphanFileDeletionConfigurationIcebergConfiguration:CatalogTableOptimizerConfigurationOrphanFileDeletionConfigurationIcebergConfiguration": properties: "orphanFileRetentionPeriodInDays" type changed from "number" to "integer"- "aws:glue/CatalogTableOptimizerConfigurationRetentionConfigurationIcebergConfiguration:CatalogTableOptimizerConfigurationRetentionConfigurationIcebergConfiguration": properties:
🟡
"numberOfSnapshotsToRetain" type changed from "number" to "integer"🟡
"snapshotRetentionPeriodInDays" type changed from "number" to "integer"
🟡
"aws:lb/getListenerRuleAction:getListenerRuleAction": properties: "order" type changed from "number" to "integer"🟡
"aws:lb/getListenerRuleActionForwardStickiness:getListenerRuleActionForwardStickiness": properties: "duration" type changed from "number" to "integer"🟡
"aws:lb/getListenerRuleActionForwardTargetGroup:getListenerRuleActionForwardTargetGroup": properties: "weight" type changed from "number" to "integer"🟡
"aws:s3/BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload:BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload": properties: "daysAfterInitiation" type changed from "number" to "integer"🟡
"aws:s3/BucketLifecycleConfigurationV2RuleExpiration:BucketLifecycleConfigurationV2RuleExpiration": properties: "days" type changed from "number" to "integer"- "aws:s3/BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration:BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration": properties:
🟡
"newerNoncurrentVersions" type changed from "number" to "integer"🟡
"noncurrentDays" type changed from "number" to "integer"
- "aws:s3/BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition:BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition": properties:
🟡
"newerNoncurrentVersions" type changed from "number" to "integer"🟡
"noncurrentDays" type changed from "number" to "integer"
🟡
"aws:s3/BucketLifecycleConfigurationV2RuleTransition:BucketLifecycleConfigurationV2RuleTransition": properties: "days" type changed from "number" to "integer"- "aws:s3tables/TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemovalSettings:TableBucketMaintenanceConfigurationIcebergUnreferencedFileRemovalSettings": properties:
🟡
"nonCurrentDays" type changed from "number" to "integer"🟡
"unreferencedDays" type changed from "number" to "integer"
🟡
"aws:s3tables/TableMaintenanceConfigurationIcebergCompactionSettings:TableMaintenanceConfigurationIcebergCompactionSettings": properties: "targetFileSizeMb" type changed from "number" to "integer"- "aws:s3tables/TableMaintenanceConfigurationIcebergSnapshotManagementSettings:TableMaintenanceConfigurationIcebergSnapshotManagementSettings": properties:
🟡
"maxSnapshotAgeHours" type changed from "number" to "integer"🟡
"minSnapshotsToKeep" type changed from "number" to "integer"
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #5244
- chore: unpin .NET 6 by @t0yv0 in #5247
- Upgrade pulumi-terraform-bridge to v3.104.0 by @pulumi-bot in #5264
Full Changelog: v6.70.0...v6.70.1
v6.70.0
Does the PR have any schema changes?
Found 4 breaking changes:
Types
- "aws:bedrockmodel/InvocationLoggingConfigurationLoggingConfig:InvocationLoggingConfigurationLoggingConfig": required:
🟢
"embeddingDataDeliveryEnabled" property is no longer Required🟢
"imageDataDeliveryEnabled" property is no longer Required🟢
"textDataDeliveryEnabled" property is no longer Required
🟢
"aws:dynamodb/getTableGlobalSecondaryIndex:getTableGlobalSecondaryIndex": required: "onDemandThroughputs" property has changed to Required
New resources:
cloudwatch/contributorInsightRule.ContributorInsightRule
cloudwatch/contributorManagedInsightRule.ContributorManagedInsightRule
qbusiness/application.Application
New functions:
cloudwatch/getContributorManagedInsightRules.getContributorManagedInsightRules
What's Changed
- Upgrade terraform-provider-aws to v5.88.0 by @guineveresaenger in #5230
- Fix incorrect example for Vpclattice ResourceConfiguration by @guineveresaenger in #5221
- Update GitHub Actions workflows. by @pulumi-bot in #5240
Full Changelog: v6.69.0...v6.70.0
v6.69.0
Does the PR have any schema changes?
Found 10 breaking changes:
Resources
🟢
"aws:s3/bucketLifecycleConfigurationV2:BucketLifecycleConfigurationV2": required: "rules" property is no longer Required
Types
🟡
"aws:s3/BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload:BucketLifecycleConfigurationV2RuleAbortIncompleteMultipartUpload": properties: "daysAfterInitiation" type changed from "integer" to "number"🟡
"aws:s3/BucketLifecycleConfigurationV2RuleExpiration:BucketLifecycleConfigurationV2RuleExpiration": properties: "days" type changed from "integer" to "number"- "aws:s3/BucketLifecycleConfigurationV2RuleFilter:BucketLifecycleConfigurationV2RuleFilter": properties:
🟡
"objectSizeGreaterThan" type changed from "string" to "integer"🟡
"objectSizeLessThan" type changed from "string" to "integer"
- "aws:s3/BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration:BucketLifecycleConfigurationV2RuleNoncurrentVersionExpiration": properties:
🟡
"newerNoncurrentVersions" type changed from "string" to "number"🟡
"noncurrentDays" type changed from "integer" to "number"
- "aws:s3/BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition:BucketLifecycleConfigurationV2RuleNoncurrentVersionTransition": properties:
🟡
"newerNoncurrentVersions" type changed from "string" to "number"🟡
"noncurrentDays" type changed from "integer" to "number"
🟡
"aws:s3/BucketLifecycleConfigurationV2RuleTransition:BucketLifecycleConfigurationV2RuleTransition": properties: "days" type changed from "integer" to "number"
No new resources/functions.
What's Changed
- Update dependency @pulumi/std to v2 by @pulumi-renovate in #5182
- Update GitHub Actions workflows. by @pulumi-bot in #5177
- Don't auto-merge upstream upgrades by @VenelinMartinov in #5192
- Disallow missing resource docs on upgrades by @VenelinMartinov in #5193
- Upgrade pulumi-terraform-bridge to v3.103.0 by @pulumi-bot in #5201
- Upgrade terraform-provider-aws to v5.86.1 by @pulumi-bot in #5189
Full Changelog: v6.68.0...v6.69.0
v6.68.0
Does the PR have any schema changes?
Found 2 breaking changes:
Resources
🟢
"aws:ec2/vpcEndpoint:VpcEndpoint": required: "serviceName" property is no longer Required
Types
🟢
"aws:ec2/getLaunchTemplateNetworkInterface:getLaunchTemplateNetworkInterface": required: "connectionTrackingSpecifications" property has changed to Required
New resources:
guardduty/memberDetectorFeature.MemberDetectorFeature
route53domains/domain.Domain
timestreamquery/scheduledQuery.ScheduledQuery
vpclattice/resourceConfiguration.ResourceConfiguration
vpclattice/serviceNetworkResourceAssociation.ServiceNetworkResourceAssociation
New functions:
ec2/getVpcIpam.getVpcIpam
ec2/getVpcIpams.getVpcIpams
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #5124
- chore: fix TestRdsGetEngineVersion by @corymhall in #5130
- Fix NOTEs on BucketReplicationConfigRules by @guineveresaenger in #5112
- Update GitHub Actions workflows. by @pulumi-bot in #5139
- Add hard errors to a few more involved docs replaces by @guineveresaenger in #5133
- Update GitHub Actions workflows. by @pulumi-bot in #5150
- Upgrade pulumi-terraform-bridge to v3.102.0 by @corymhall in #5162
- Upstream 5.85.0 by @corymhall in #5161
Full Changelog: v6.67.0...v6.68.0
v6.67.0
Does the PR have any schema changes?
Found 4 breaking changes:
Resources
- "aws:kms/customKeyStore:CustomKeyStore": required:
🟢
"cloudHsmClusterId" property is no longer Required🟢
"keyStorePassword" property is no longer Required🟢
"trustAnchorCertificate" property is no longer Required
Types
🟢
"aws:ec2/getInstanceTypeInferenceAccelerator:getInstanceTypeInferenceAccelerator": required: "memorySize" property has changed to Required
New resources:
mediapackagev2/channelGroup.ChannelGroup
What's Changed
- Update example in _index.md to use Bucket V2 by @mjeffryes in #5098
- Skip
TestRegress2534
by @flostadler in #5107 - Added thailand (ap-southeast-7) region by @corymhall in #5104
- chore: update GitHub Actions workflows by @t0yv0 in #5109
- chore: enable refresh for regress-2868 by @corymhall in #5111
- chore: remove make extenders by @t0yv0 in #5110
- Upstream 5.84.0 by @corymhall in #5120
Full Changelog: v6.66.3...v6.67.0
v6.66.3
Does the PR have any schema changes?
Found 1 breaking change:
Types
🟢
"aws:dms/getEndpointKafkaSetting:getEndpointKafkaSetting": required: "saslMechanism" property has changed to Required
New resources:
bedrock/agentAgentCollaborator.AgentAgentCollaborator
cleanrooms/membership.Membership
cloudwatch/logDelivery.LogDelivery
cloudwatch/logDeliveryDestination.LogDeliveryDestination
cloudwatch/logDeliveryDestinationPolicy.LogDeliveryDestinationPolicy
cloudwatch/logDeliverySource.LogDeliverySource
cloudwatch/logIndexPolicy.LogIndexPolicy
vpclattice/resourceGateway.ResourceGateway
New functions:
cloudwatch/getEventBuses.getEventBuses
ecs/getClusters.getClusters
route53/getRecords.getRecords
What's Changed
- Combined dependencies PR by @pulumi-bot in #4975
- Bump the go_modules group across 2 directories with 1 update by @dependabot in #4913
- Update GitHub Actions workflows. by @pulumi-bot in #5025
- Upgrade pulumi-terraform-bridge to v3.99.0 by @pulumi-bot in #5024
- Update first-party Pulumi dependencies (major) by @pulumi-renovate in #5012
- chore: switch assume-role-session-tags test to ccapi role by @corymhall in #5036
- chore: enable release verifcation by @corymhall in #5034
- Revert "chore: enable release verifcation" by @t0yv0 in #5049
- Update GitHub Actions workflows. by @pulumi-bot in #5070
- Upgrade pulumi-terraform-bridge to v3.100.0 by @iwahbe in #5072
- chore: enable release verification take 2 by @corymhall in #5053
- Upstream 5.83.1 by @t0yv0 in #5086
New Contributors
- @pulumi-renovate made their first contribution in #5012
Full Changelog: v6.66.2...v6.66.3
v6.66.2
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- chore: disable running
waf
upstream tests by @t0yv0 in #5001 - Remove unused npm dependencies by @justinvp in #4971
- Update GitHub Actions workflows. by @pulumi-bot in #5009
- Update GitHub Actions workflows. by @pulumi-bot in #5019
- chore: configure Renovate to ignore bridge and pkg/sdk dependencies by @t0yv0 in #5013
- fix: Restore minimal schema by @t0yv0 in #5020
Full Changelog: v6.66.1...v6.66.2
v6.66.1
Does the PR have any schema changes?
Found 2 breaking changes:
Types
🟢
"aws:alb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required🟢
"aws:lb/getListenerMutualAuthentication:getListenerMutualAuthentication": required: "advertiseTrustStoreCaNames" property has changed to Required
No new resources/functions.
What's Changed
- Upgrade terraform-provider-aws to v5.82.2 by @pulumi-bot in #4974
Full Changelog: v6.66.0...v6.66.1
v6.66.0
Does the PR have any schema changes?
Found 2 breaking changes:
Types
🟢
"aws:codeconnections/HostVpcConfiguration:HostVpcConfiguration": required: "tlsCertificate" property is no longer Required🟢
"aws:licensemanager/getReceivedLicenseEntitlement:getReceivedLicenseEntitlement": required: "overage" property has changed to Required
New resources:
apigateway/domainNameAccessAssociation.DomainNameAccessAssociation
cloudfront/vpcOrigin.VpcOrigin
memorydb/multiRegionCluster.MultiRegionCluster
networkmanager/dxGatewayAttachment.DxGatewayAttachment
rds/clusterSnapshotCopy.ClusterSnapshotCopy
New functions:
servicecatalog/getAppregistryAttributeGroupAssociations.getAppregistryAttributeGroupAssociations
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #4923
- Upgrade pulumi-terraform-bridge to v3.98.0 by @pulumi-bot in #4928
- Update GitHub Actions workflows. by @pulumi-bot in #4931
- Lint upstream as a normal unit test by @blampe in #4918
- Update GitHub Actions workflows. by @pulumi-bot in #4934
- Remove
make upstream
frompreTest
by @blampe in #4935 - Upgrade terraform-provider-aws to v5.82.1 by @flostadler in #4957
Full Changelog: v6.65.0...v6.66.0
v6.65.0
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
- Upgrade pulumi-terraform-bridge to v3.97.0 by @flostadler in #4898
- Revert "Upgrade pulumi-terraform-bridge to v3.97.0 (#4898)" by @flostadler in #4900
- Upgrade pulumi-terraform-bridge to v3.97.1 by @corymhall in #4907
- Simplify OIDC extraTest by @blampe in #4909
- Consolidate integration tests by @blampe in #4910
- Test shim as a normal unit test by @blampe in #4917
- Update GitHub Actions workflows. by @pulumi-bot in #4920
- Upgrade terraform-provider-aws to v5.81.0 by @flostadler in #4925
Full Changelog: v6.64.0...v6.65.0