Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update first-party Pulumi dependencies (#641)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [@pulumi/aws](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-aws)) | dependencies | minor | [`6.45.0` -> `6.67.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.45.0/6.67.0) | | [@pulumi/aws](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-aws)) | dependencies | minor | [`6.32.0` -> `6.67.0`](https://renovatebot.com/diffs/npm/@pulumi%2faws/6.32.0/6.67.0) | | [@pulumi/awsx](https://pulumi.com) ([source](https://redirect.github.com/pulumi/pulumi-awsx)) | dependencies | minor | [`2.8.0` -> `2.21.0`](https://renovatebot.com/diffs/npm/@pulumi%2fawsx/2.8.0/2.21.0) | | [@pulumi/command](https://pulumi.com) ([source](https://redirect.github.com/pulumi/pulumi-command)) | dependencies | patch | [`1.0.0` -> `1.0.1`](https://renovatebot.com/diffs/npm/@pulumi%2fcommand/1.0.0/1.0.1) | | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.124.0` -> `3.147.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.124.0/3.147.0) | | [@pulumi/pulumi](https://redirect.github.com/pulumi/pulumi) ([source](https://redirect.github.com/pulumi/pulumi/tree/HEAD/sdk/nodejs)) | dependencies | minor | [`3.113.3` -> `3.147.0`](https://renovatebot.com/diffs/npm/@pulumi%2fpulumi/3.113.3/3.147.0) | | [@pulumi/random](https://pulumi.io) ([source](https://redirect.github.com/pulumi/pulumi-random)) | dependencies | minor | [`4.13.2` -> `4.17.0`](https://renovatebot.com/diffs/npm/@pulumi%2frandom/4.13.2/4.17.0) | --- ### Release Notes <details> <summary>pulumi/pulumi-aws (@​pulumi/aws)</summary> ### [`v6.67.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.67.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.66.3...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](https://redirect.github.com/mjeffryes) in [https://github.com/pulumi/pulumi-aws/pull/5098](https://redirect.github.com/pulumi/pulumi-aws/pull/5098) - Skip `TestRegress2534` by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/5107](https://redirect.github.com/pulumi/pulumi-aws/pull/5107) - Added thailand (ap-southeast-7) region by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/5104](https://redirect.github.com/pulumi/pulumi-aws/pull/5104) - chore: update GitHub Actions workflows by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5109](https://redirect.github.com/pulumi/pulumi-aws/pull/5109) - chore: enable refresh for regress-2868 by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/5111](https://redirect.github.com/pulumi/pulumi-aws/pull/5111) - chore: remove make extenders by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5110](https://redirect.github.com/pulumi/pulumi-aws/pull/5110) - Upstream 5.84.0 by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/5120](https://redirect.github.com/pulumi/pulumi-aws/pull/5120) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.66.3...v6.67.0 ### [`v6.66.3`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.66.3) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.66.2...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](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4975](https://redirect.github.com/pulumi/pulumi-aws/pull/4975) - Bump the go_modules group across 2 directories with 1 update by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/pulumi/pulumi-aws/pull/4913](https://redirect.github.com/pulumi/pulumi-aws/pull/4913) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5025](https://redirect.github.com/pulumi/pulumi-aws/pull/5025) - Upgrade pulumi-terraform-bridge to v3.99.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5024](https://redirect.github.com/pulumi/pulumi-aws/pull/5024) - Update first-party Pulumi dependencies (major) by [@​pulumi-renovate](https://redirect.github.com/pulumi-renovate) in [https://github.com/pulumi/pulumi-aws/pull/5012](https://redirect.github.com/pulumi/pulumi-aws/pull/5012) - chore: switch assume-role-session-tags test to ccapi role by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/5036](https://redirect.github.com/pulumi/pulumi-aws/pull/5036) - chore: enable release verifcation by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/5034](https://redirect.github.com/pulumi/pulumi-aws/pull/5034) - Revert "chore: enable release verifcation" by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5049](https://redirect.github.com/pulumi/pulumi-aws/pull/5049) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5070](https://redirect.github.com/pulumi/pulumi-aws/pull/5070) - Upgrade pulumi-terraform-bridge to v3.100.0 by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-aws/pull/5072](https://redirect.github.com/pulumi/pulumi-aws/pull/5072) - chore: enable release verification take 2 by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/5053](https://redirect.github.com/pulumi/pulumi-aws/pull/5053) - Upstream 5.83.1 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5086](https://redirect.github.com/pulumi/pulumi-aws/pull/5086) ##### New Contributors - [@​pulumi-renovate](https://redirect.github.com/pulumi-renovate) made their first contribution in [https://github.com/pulumi/pulumi-aws/pull/5012](https://redirect.github.com/pulumi/pulumi-aws/pull/5012) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.66.2...v6.66.3 ### [`v6.66.2`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.66.2) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.66.1...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](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5001](https://redirect.github.com/pulumi/pulumi-aws/pull/5001) - Remove unused npm dependencies by [@​justinvp](https://redirect.github.com/justinvp) in [https://github.com/pulumi/pulumi-aws/pull/4971](https://redirect.github.com/pulumi/pulumi-aws/pull/4971) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5009](https://redirect.github.com/pulumi/pulumi-aws/pull/5009) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/5019](https://redirect.github.com/pulumi/pulumi-aws/pull/5019) - chore: configure Renovate to ignore bridge and pkg/sdk dependencies by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5013](https://redirect.github.com/pulumi/pulumi-aws/pull/5013) - fix: Restore minimal schema by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/5020](https://redirect.github.com/pulumi/pulumi-aws/pull/5020) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.66.1...v6.66.2 ### [`v6.66.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.66.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.66.0...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](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4974](https://redirect.github.com/pulumi/pulumi-aws/pull/4974) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.66.0...v6.66.1 ### [`v6.66.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.66.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.65.0...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](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4923](https://redirect.github.com/pulumi/pulumi-aws/pull/4923) - Upgrade pulumi-terraform-bridge to v3.98.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4928](https://redirect.github.com/pulumi/pulumi-aws/pull/4928) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4931](https://redirect.github.com/pulumi/pulumi-aws/pull/4931) - Lint upstream as a normal unit test by [@​blampe](https://redirect.github.com/blampe) in [https://github.com/pulumi/pulumi-aws/pull/4918](https://redirect.github.com/pulumi/pulumi-aws/pull/4918) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4934](https://redirect.github.com/pulumi/pulumi-aws/pull/4934) - Remove `make upstream` from `preTest` by [@​blampe](https://redirect.github.com/blampe) in [https://github.com/pulumi/pulumi-aws/pull/4935](https://redirect.github.com/pulumi/pulumi-aws/pull/4935) - Upgrade terraform-provider-aws to v5.82.1 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4957](https://redirect.github.com/pulumi/pulumi-aws/pull/4957) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.65.0...v6.66.0 ### [`v6.65.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.65.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.64.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](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4898](https://redirect.github.com/pulumi/pulumi-aws/pull/4898) - Revert "Upgrade pulumi-terraform-bridge to v3.97.0 ([#​4898](https://redirect.github.com/pulumi/pulumi-aws/issues/4898))" by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4900](https://redirect.github.com/pulumi/pulumi-aws/pull/4900) - Upgrade pulumi-terraform-bridge to v3.97.1 by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4907](https://redirect.github.com/pulumi/pulumi-aws/pull/4907) - Simplify OIDC extraTest by [@​blampe](https://redirect.github.com/blampe) in [https://github.com/pulumi/pulumi-aws/pull/4909](https://redirect.github.com/pulumi/pulumi-aws/pull/4909) - Consolidate integration tests by [@​blampe](https://redirect.github.com/blampe) in [https://github.com/pulumi/pulumi-aws/pull/4910](https://redirect.github.com/pulumi/pulumi-aws/pull/4910) - Test shim as a normal unit test by [@​blampe](https://redirect.github.com/blampe) in [https://github.com/pulumi/pulumi-aws/pull/4917](https://redirect.github.com/pulumi/pulumi-aws/pull/4917) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4920](https://redirect.github.com/pulumi/pulumi-aws/pull/4920) - Upgrade terraform-provider-aws to v5.81.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4925](https://redirect.github.com/pulumi/pulumi-aws/pull/4925) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.64.0...v6.65.0 ### [`v6.64.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.64.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.63.0...v6.64.0) ##### 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 - Update Lambda Runtime enum by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4880](https://redirect.github.com/pulumi/pulumi-aws/pull/4880) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4879](https://redirect.github.com/pulumi/pulumi-aws/pull/4879) - Replace Terraform with Pulumi to stop eliding iam.PolicyAttachment docs by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4882](https://redirect.github.com/pulumi/pulumi-aws/pull/4882) - Upgrade terraform-provider-aws to v5.80.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4886](https://redirect.github.com/pulumi/pulumi-aws/pull/4886) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.63.0...v6.64.0 ### [`v6.63.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.63.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.62.2...v6.63.0) ##### 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 - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4871](https://redirect.github.com/pulumi/pulumi-aws/pull/4871) - Upgrade terraform-provider-aws to v5.79.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4876](https://redirect.github.com/pulumi/pulumi-aws/pull/4876) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.62.2...v6.63.0 ### [`v6.62.2`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.62.2) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.62.1...v6.62.2) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Move the authoritative source of docs for pulumi-aws into pulumi-aws by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-aws/pull/4861](https://redirect.github.com/pulumi/pulumi-aws/pull/4861) - Pass Session Tags to credential validation check by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4862](https://redirect.github.com/pulumi/pulumi-aws/pull/4862) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.62.1...v6.62.2 ### [`v6.62.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.62.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.62.0...v6.62.1) ##### 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 - Fix failed to read schema-embed.json panic by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4867](https://redirect.github.com/pulumi/pulumi-aws/pull/4867) - Retract v6.62.0 by [@​blampe](https://redirect.github.com/blampe) in [https://github.com/pulumi/pulumi-aws/pull/4869](https://redirect.github.com/pulumi/pulumi-aws/pull/4869) #### New Contributors - [@​blampe](https://redirect.github.com/blampe) made their first contribution in [https://github.com/pulumi/pulumi-aws/pull/4869](https://redirect.github.com/pulumi/pulumi-aws/pull/4869) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.62.0...v6.62.1 ### [`v6.62.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.62.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.61.0...v6.62.0) ##### 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 - chore: remove minimal schema from source by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4829](https://redirect.github.com/pulumi/pulumi-aws/pull/4829) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4833](https://redirect.github.com/pulumi/pulumi-aws/pull/4833) - Precompute minimal schema before make provider by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4845](https://redirect.github.com/pulumi/pulumi-aws/pull/4845) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4848](https://redirect.github.com/pulumi/pulumi-aws/pull/4848) - Upgrade terraform-provider-aws to v5.78.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4858](https://redirect.github.com/pulumi/pulumi-aws/pull/4858) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.61.0...v6.62.0 ### [`v6.61.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.61.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.60.0...v6.61.0) ##### Does the PR have any schema changes? Looking good! No breaking changes found. ##### New resources: - `rds/instanceDesiredState.InstanceDesiredState` #### What's Changed - Add NOTEs for exclusive management resources doc pages by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4774](https://redirect.github.com/pulumi/pulumi-aws/pull/4774) - Upgrade pulumi-terraform-bridge to v3.96.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4822](https://redirect.github.com/pulumi/pulumi-aws/pull/4822) - chore: regenerate minimal schema by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4824](https://redirect.github.com/pulumi/pulumi-aws/pull/4824) - Upstream v5.77.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4828](https://redirect.github.com/pulumi/pulumi-aws/pull/4828) - chore: remove accidentally introduced files ([#​4794](https://redirect.github.com/pulumi/pulumi-aws/issues/4794)) by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4830](https://redirect.github.com/pulumi/pulumi-aws/pull/4830) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.60.0...v6.61.0 ### [`v6.60.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.60.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.59.1...v6.60.0) ##### Does the PR have any schema changes? Looking good! No breaking changes found. ##### New resources: - `vpc/securityGroupVpcAssociation.SecurityGroupVpcAssociation` #### What's Changed - Fix `TestIMDSAuth` test by increasing root volume size by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4781](https://redirect.github.com/pulumi/pulumi-aws/pull/4781) - Handle writer errors when creating archives for Lambda test by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4775](https://redirect.github.com/pulumi/pulumi-aws/pull/4775) - Update ci-mgmt to strip debug symbols from provider binaries by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4786](https://redirect.github.com/pulumi/pulumi-aws/pull/4786) - Add display name by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-aws/pull/4765](https://redirect.github.com/pulumi/pulumi-aws/pull/4765) - Fix TestIMDS flaky test by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4797](https://redirect.github.com/pulumi/pulumi-aws/pull/4797) - Skip flaky TestParallelLambdaCreation test by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4798](https://redirect.github.com/pulumi/pulumi-aws/pull/4798) - Upgrade terraform-provider-aws to v5.76.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4794](https://redirect.github.com/pulumi/pulumi-aws/pull/4794) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.59.2...v6.60.0 ### [`v6.59.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.59.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.59.0...v6.59.1) ##### 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 - Upgrade pulumi-terraform-bridge to v3.95.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4750](https://redirect.github.com/pulumi/pulumi-aws/pull/4750) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4753](https://redirect.github.com/pulumi/pulumi-aws/pull/4753) - Upgrade terraform-provider-aws to v5.75.1 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4752](https://redirect.github.com/pulumi/pulumi-aws/pull/4752) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.59.0...v6.59.1 ### [`v6.59.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.59.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.58.0...v6.59.0) ##### 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 - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4718](https://redirect.github.com/pulumi/pulumi-aws/pull/4718) - Deprecate WithPlanResourceChange and WithDiff by [@​guineveresaenger](https://redirect.github.com/guineveresaenger) in [https://github.com/pulumi/pulumi-aws/pull/4734](https://redirect.github.com/pulumi/pulumi-aws/pull/4734) - Upstream v5.75.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4732](https://redirect.github.com/pulumi/pulumi-aws/pull/4732) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4745](https://redirect.github.com/pulumi/pulumi-aws/pull/4745) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.58.0...v6.59.0 ### [`v6.58.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.58.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.57.0...v6.58.0) ##### 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 - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4683](https://redirect.github.com/pulumi/pulumi-aws/pull/4683) - Remove slack notification from workflows by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4693](https://redirect.github.com/pulumi/pulumi-aws/pull/4693) - Upstream v5.74.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4714](https://redirect.github.com/pulumi/pulumi-aws/pull/4714) - Upgrade pulumi-terraform-bridge to v3.94.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4725](https://redirect.github.com/pulumi/pulumi-aws/pull/4725) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.57.0...v6.58.0 ### [`v6.57.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.57.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.56.1...v6.57.0) ##### 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 - Fix IMDSv2 test to allow /tmp to be immutable by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4673](https://redirect.github.com/pulumi/pulumi-aws/pull/4673) - Upstream v5.72.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4647](https://redirect.github.com/pulumi/pulumi-aws/pull/4647) - Upstream v5.72.1 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4668](https://redirect.github.com/pulumi/pulumi-aws/pull/4668) - Upgrade the bridge to v3.93.1 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4663](https://redirect.github.com/pulumi/pulumi-aws/pull/4663) - Upstream v5.73.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4674](https://redirect.github.com/pulumi/pulumi-aws/pull/4674) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.56.1...v6.57.0 ### [`v6.56.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.56.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.56.0...v6.56.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4643](https://redirect.github.com/pulumi/pulumi-aws/pull/4643) - Update aws.s3.Bucket notes to point to aws.s3.BucketV2 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4491](https://redirect.github.com/pulumi/pulumi-aws/pull/4491) - Fix minimal schema computation by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4640](https://redirect.github.com/pulumi/pulumi-aws/pull/4640) - Discard log messages when initializing the provider by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4650](https://redirect.github.com/pulumi/pulumi-aws/pull/4650) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.56.0...v6.56.1 ### [`v6.56.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.56.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.55.0...v6.56.0) ##### 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 - Compute schema-minimal.json by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4587](https://redirect.github.com/pulumi/pulumi-aws/pull/4587) - chore: remove skipped credential config test by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4611](https://redirect.github.com/pulumi/pulumi-aws/pull/4611) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4615](https://redirect.github.com/pulumi/pulumi-aws/pull/4615) - Upgrade pulumi-terraform-bridge to v3.92.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4628](https://redirect.github.com/pulumi/pulumi-aws/pull/4628) - Upstream v5.71.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4638](https://redirect.github.com/pulumi/pulumi-aws/pull/4638) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.55.0...v6.56.0 ### [`v6.55.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.55.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.54.2...v6.55.0) ##### 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 - Upstream v5.70.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4604](https://redirect.github.com/pulumi/pulumi-aws/pull/4604) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4608](https://redirect.github.com/pulumi/pulumi-aws/pull/4608) - Allow running gamelift test in parallel by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4609](https://redirect.github.com/pulumi/pulumi-aws/pull/4609) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.54.2...v6.55.0 ### [`v6.54.2`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.54.2) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.54.1...v6.54.2) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Re-generate schema to fix aws.iam.Role description by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4589](https://redirect.github.com/pulumi/pulumi-aws/pull/4589) - Set explicit version for .NET core SDK requirement by [@​justinvp](https://redirect.github.com/justinvp) in [https://github.com/pulumi/pulumi-aws/pull/4591](https://redirect.github.com/pulumi/pulumi-aws/pull/4591) - Add pluralized lifecycle_policies to EFS file system data source by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4590](https://redirect.github.com/pulumi/pulumi-aws/pull/4590) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4592](https://redirect.github.com/pulumi/pulumi-aws/pull/4592) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.54.1...v6.54.2 ### [`v6.54.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.54.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.54.0...v6.54.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Disable experimental post-quantum key exchange mechanism `X25519Kyber768Draft00` by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4583](https://redirect.github.com/pulumi/pulumi-aws/pull/4583) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.54.0...v6.54.1 ### [`v6.54.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.54.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.53.0...v6.54.0) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Upgrade upstream to v5.69.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4571](https://redirect.github.com/pulumi/pulumi-aws/pull/4571) - Remove explicit dependency on core SDK by [@​justinvp](https://redirect.github.com/justinvp) in [https://github.com/pulumi/pulumi-aws/pull/4478](https://redirect.github.com/pulumi/pulumi-aws/pull/4478) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.53.0...v6.54.0 ### [`v6.53.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.53.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.52.0...v6.53.0) ##### 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 - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4472](https://redirect.github.com/pulumi/pulumi-aws/pull/4472) - Upgrade pulumi-terraform-bridge to v3.91.0 by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-aws/pull/4480](https://redirect.github.com/pulumi/pulumi-aws/pull/4480) - Update gamelift patches to sdkv2 by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4511](https://redirect.github.com/pulumi/pulumi-aws/pull/4511) - Suppress undefined to default diffs on aws.autoscaling.Group by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4510](https://redirect.github.com/pulumi/pulumi-aws/pull/4510) - Upstream v5.68.0 by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4523](https://redirect.github.com/pulumi/pulumi-aws/pull/4523) - Fix "the bridge does not accept secrets panic" by upgrade pulumi-terraform-bridge to v3.91.1 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4526](https://redirect.github.com/pulumi/pulumi-aws/pull/4526) - make ci-mgmt by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4531](https://redirect.github.com/pulumi/pulumi-aws/pull/4531) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.52.0...v6.53.0 ### [`v6.52.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.52.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.51.1...v6.52.0) ##### 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:<nil> Items:<nil> OneOf:\[] Discriminator:<nil> 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 - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4456](https://redirect.github.com/pulumi/pulumi-aws/pull/4456) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4464](https://redirect.github.com/pulumi/pulumi-aws/pull/4464) - Upstream v5.67.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4458](https://redirect.github.com/pulumi/pulumi-aws/pull/4458) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.51.1...v6.52.0 ### [`v6.51.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.51.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.51.0...v6.51.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Upgrade bridge to `7864bb0` by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4450](https://redirect.github.com/pulumi/pulumi-aws/pull/4450) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.51.0...v6.51.1 ### [`v6.51.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.51.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.50.1...v6.51.0) ##### 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 - Enhance docs for resources that depend on Lambda ENIs by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4392](https://redirect.github.com/pulumi/pulumi-aws/pull/4392) - Start running upstream tests for waf and sqs by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4384](https://redirect.github.com/pulumi/pulumi-aws/pull/4384) - Upgrade upstream to v5.64.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4395](https://redirect.github.com/pulumi/pulumi-aws/pull/4395) - Add example for deploying an application from the serverless app repository by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4396](https://redirect.github.com/pulumi/pulumi-aws/pull/4396) - Update region list by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4404](https://redirect.github.com/pulumi/pulumi-aws/pull/4404) - Move GRPC tests to yaml by [@​VenelinMartinov](https://redirect.github.com/VenelinMartinov) in [https://github.com/pulumi/pulumi-aws/pull/4409](https://redirect.github.com/pulumi/pulumi-aws/pull/4409) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4420](https://redirect.github.com/pulumi/pulumi-aws/pull/4420) - Rename the custom workflow to avoid deletion by ci-mgmt PRs by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4418](https://redirect.github.com/pulumi/pulumi-aws/pull/4418) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4423](https://redirect.github.com/pulumi/pulumi-aws/pull/4423) - Enable PlanResourceChange by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4419](https://redirect.github.com/pulumi/pulumi-aws/pull/4419) - Upstream 5.65.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4425](https://redirect.github.com/pulumi/pulumi-aws/pull/4425) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4434](https://redirect.github.com/pulumi/pulumi-aws/pull/4434) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4436](https://redirect.github.com/pulumi/pulumi-aws/pull/4436) - Upgrade pulumi-terraform-bridge to v3.90.0 by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4439](https://redirect.github.com/pulumi/pulumi-aws/pull/4439) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.50.1...v6.51.0 ### [`v6.50.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.50.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.50.0...v6.50.1) ##### 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 - WIP: fix(ecsservice): triggers required when using forceNewDeployment by [@​stooj](https://redirect.github.com/stooj) in [https://github.com/pulumi/pulumi-aws/pull/4262](https://redirect.github.com/pulumi/pulumi-aws/pull/4262) - Upgrade upstream to v5.63.1 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4390](https://redirect.github.com/pulumi/pulumi-aws/pull/4390) #### New Contributors - [@​stooj](https://redirect.github.com/stooj) made their first contribution in [https://github.com/pulumi/pulumi-aws/pull/4262](https://redirect.github.com/pulumi/pulumi-aws/pull/4262) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.50.0...v6.50.1 ### [`v6.50.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.50.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.49.1...v6.50.0) ##### 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 - Upgrade pulumi-terraform-bridge to v3.89.1 by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-aws/pull/4377](https://redirect.github.com/pulumi/pulumi-aws/pull/4377) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4381](https://redirect.github.com/pulumi/pulumi-aws/pull/4381) - Upstream v5.63.0 by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4378](https://redirect.github.com/pulumi/pulumi-aws/pull/4378) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4387](https://redirect.github.com/pulumi/pulumi-aws/pull/4387) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.49.1...v6.50.0 ### [`v6.49.1`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.49.1) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.49.0...v6.49.1) ##### Does the PR have any schema changes? Looking good! No breaking changes found. No new resources/functions. #### What's Changed - Upgrade pulumi-terraform-bridge to v3.89.0 by [@​iwahbe](https://redirect.github.com/iwahbe) in [https://github.com/pulumi/pulumi-aws/pull/4363](https://redirect.github.com/pulumi/pulumi-aws/pull/4363) - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4364](https://redirect.github.com/pulumi/pulumi-aws/pull/4364) - Fix type-checking booleans by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4368](https://redirect.github.com/pulumi/pulumi-aws/pull/4368) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.49.0...v6.49.1 ### [`v6.49.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.49.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.48.0...v6.49.0) ##### 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 - Update GitHub Actions workflows. by [@​pulumi-bot](https://redirect.github.com/pulumi-bot) in [https://github.com/pulumi/pulumi-aws/pull/4353](https://redirect.github.com/pulumi/pulumi-aws/pull/4353) - Upgrade CallbackFunction default runtime to Node 20.x by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4348](https://redirect.github.com/pulumi/pulumi-aws/pull/4348) - Schematize lambda.CallbackFunction overlay and add docs for it by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4352](https://redirect.github.com/pulumi/pulumi-aws/pull/4352) - Upgrade terraform-provider-aws to v5.62.0 by [@​flostadler](https://redirect.github.com/flostadler) in [https://github.com/pulumi/pulumi-aws/pull/4359](https://redirect.github.com/pulumi/pulumi-aws/pull/4359) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.48.0...v6.49.0 ### [`v6.48.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.48.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.47.0...v6.48.0) ##### 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 - chore: SkipInstall for tests that do not need it by [@​t0yv0](https://redirect.github.com/t0yv0) in [https://github.com/pulumi/pulumi-aws/pull/4315](https://redirect.github.com/pulumi/pulumi-aws/pull/4315) - Upstream v5.61.0 by [@​corymhall](https://redirect.github.com/corymhall) in [https://github.com/pulumi/pulumi-aws/pull/4341](https://redirect.github.com/pulumi/pulumi-aws/pull/4341) **Full Changelog**: https://github.com/pulumi/pulumi-aws/compare/v6.47.0...v6.48.0 ### [`v6.47.0`](https://redirect.github.com/pulumi/pulumi-aws/releases/tag/v6.47.0) [Compare Source](https://redirect.github.com/pulumi/pulumi-aws/compare/v6.46.0...v6.47.0) ##### 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": propertie </details> --- ### 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](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJpbXBhY3Qvbm8tY2hhbmdlbG9nLXJlcXVpcmVkIl19--> Co-authored-by: pulumi-renovate[bot] <189166143+pulumi-renovate[bot]@users.noreply.github.com>
- Loading branch information