Skip to content

chore(deps): update dependency aws-cdk-lib to v2.267.0 - #9

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aws-cdk-monorepo
Open

chore(deps): update dependency aws-cdk-lib to v2.267.0#9
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aws-cdk-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jul 5, 2024

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
aws-cdk-lib 2.149.02.267.0 age confidence

Release Notes

aws/aws-cdk (aws-cdk-lib)

v2.267.0

Compare Source

⚠ BREAKING CHANGES
  • kinesisfirehose: After this change, specifying an unsupported timeZone on the Firehose S3Bucket destination now throws a ValidationError during synthesis instead of failing at CloudFormation deployment. Affected values: 3-letter IANA abbreviations (e.g. EST), Etc/UTC, Etc/GMT, Factory, and strings containing characters outside [a-zA-Z/_]+. Use a supported standard IANA identifier (e.g. America/New_York) or UTC for synth to pass.
Features
Bug Fixes

Alpha modules (2.267.0-alpha.0)

⚠ BREAKING CHANGES
  • glue-alpha: schema Type is now an opaque class; construct column types via the Schema factories or Schema.custom(...) rather than { isPrimitive, inputString } literals. StorageParameter.custom(key, value) requires a string value, and StorageParameter.writeKmsKeyId takes a kms.IKey instead of a string.
  • glue-alpha: S3TableProps.bucket/encryption/encryptionKey are removed. Use storage: S3TableStorage.managedBucket(S3TableEncryption.kms(key?)) / S3TableStorage.fromBucket(bucket) and clientSideEncryption: TableClientSideEncryption.kms(key?). S3Table.encryption/encryptionKey are removed (clientSideEncryptionKey exposes the client-side key; read bucket.encryptionKey for server-side). The TableEncryption enum and the deprecated Table/TableProps are removed — use S3Table.
Features
Bug Fixes
  • glue-alpha: validate that DATE partition projection interval is set when required (#​38594) (0e2b582)
  • lambda-python-alpha: escape Docker bundling command arguments (#​38583) (f7ce07b)

v2.266.0

Compare Source

Features
Bug Fixes

Alpha modules (2.266.0-alpha.0)
⚠ BREAKING CHANGES
  • glue-alpha: DataQualityRulesetProps.rulesetDqdl: string is replaced by
    dqdl: Dqdl. Build it with Dqdl.fromString('Rules = [ ... ]').
  • glue-alpha: s3Encryption, cloudWatchEncryption, and jobBookmarksEncryption are no longer object literals. Use S3Encryption.s3Managed() / S3Encryption.kms(key?), CloudWatchEncryption.kms(key?), and JobBookmarksEncryption.clientSideKms(key?). The CloudWatchEncryptionMode and JobBookmarksEncryptionMode enums are removed (their mode is now implicit); S3EncryptionMode is retained.
  • glue-alpha: this is a corrective breaking change. Apps that leaned on the bug, and did things like InputFormat x = OutputFormat.AVRO; will get a compilation error in other jsii languages. The intended usage, on the other hand, was broken before and works now.
  • glue-alpha: workerType and numberOfWorkers are no longer top-level job props. For Spark jobs, pass them together via workerConfiguration: { workerType, numberOfWorkers }. PythonShellJob no longer accepts them (it is sized by maxCapacity). RayJob no longer accepts workerType (it is fixed to Z.2X).
  • glue-alpha: SparkJobProps.enableMetrics removed, which will cause a compilation error for any app using it. But there is no behavior change, since this is a dead prop.
  • glue-alpha: a differing/tokenized has_encrypted_data supplied via parameters now throws.
Features
  • glue-alpha: add warning for maxRetries when job run queuing is enabled (#​38575) (09ae11e)
  • glue-alpha: model SecurityConfiguration encryption as factory subtypes (#​38586) (e37e7a6)
  • glue-alpha: new hasEncryptedData property (#​38511) (c977e36)
  • glue-alpha: pair workerType and numberOfWorkers into a required workerConfiguration (#​38576) (5f3b1b6)
  • glue-alpha: wrap DataQualityRuleset DQDL in a typed value object (#​38587) (fd01268)
Bug Fixes

v2.265.0

Compare Source

Features
Bug Fixes

Alpha modules (2.265.0-alpha.0)

⚠ BREAKING CHANGES
  • glue-alpha: PySparkFlexEtlJob and ScalaSparkFlexEtlJob now default to GlueVersion.V5_0 instead of V3_0. Set glueVersion explicitly to keep the previous behavior.
  • glue-alpha: removal policy of existing Database resources will change to RETAIN.
Features
Bug Fixes
  • glue-alpha: warn when S3Table grants cover a shared bucket (#​38542) (d81d2d6)
  • mediaconnect-alpha: update validation to allow adding an underscore to name (#​38539) (7c85994)

v2.264.0

Compare Source

⚠ BREAKING CHANGES
  • bedrockagentcore: Gateway metric helpers now emit corrected CloudWatch dimensions per-gateway
    metrics use { Operation, Protocol, Resource } (was { Resource }). Alarms/dashboards built on the
    old dimensions must be updated.
  • bedrockagentcore: RuntimeBase metric helpers now emit corrected CloudWatch dimensions per-resource metrics use { Operation, Name, Resource } (was { Resource }) and aggregated metrics use { AggregateOperation } (was { Resource: 'All' }). Alarms/dashboards built on the old dimensions must be updated.
Features
Bug Fixes

Alpha modules (2.264.0-alpha.0)

⚠ BREAKING CHANGES
  • glue-alpha: IDatabase.catalogArn and IDatabase.catalogId were removed in factor of a type
    safe ICatalog, which has catalogArn and catalogId. Consumers and implementations were updated
    accordingly.
Features
Bug Fixes
  • glue-alpha: enable key rotation for security configuration encryption (#​38512) (18560e0)
  • mediaconnect-alpha: addOutput options and simplified VPC interface referencing (#​38515) (3c71466), closes #​38517

v2.263.0

Compare Source

Features
Bug Fixes

Alpha modules (2.263.0-alpha.0)

⚠ BREAKING CHANGES
  • mediaconnect: removalPolicy prop removed from FlowProps, GatewayProps, and BridgeProps. These resources now follow CloudFormation's default deletion behaviour (Delete).
Bug Fixes

v2.262.2

Compare Source

Bug Fixes

Alpha modules (2.262.2-alpha.0)

v2.262.1

Compare Source

Bug Fixes

Alpha modules (2.262.1-alpha.0)

v2.262.0

Compare Source

Features
Bug Fixes
Reverts

Alpha modules (2.262.0-alpha.0)

Bug Fixes
  • redshift-alpha: quote identifiers and escape literals containing special characters (#​38269) (3cb6844)

v2.261.0

Compare Source

⚠ BREAKING CHANGES
  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
  • aws-cloudwatch: AWS::CloudWatch::LogAlarm: QueryLanguage property has been removed from the ScheduledQueryConfiguration type.
  • aws-elasticloadbalancing: AWS::ElasticLoadBalancing::LoadBalancer: Id attribute has been removed and the primary identifier is now LoadBalancerName.
Features
Bug Fixes

Alpha modules (2.261.0-alpha.0)
Features

v2.260.0

Compare Source

Features
Bug Fixes

Alpha modules (2.260.0-alpha.0)

v2.259.0

Compare Source

⚠ BREAKING CHANGES
  • lambda: Runtime.NODEJS_LATEST now resolves to nodejs24.x in every region. Customers who pin to a concrete runtime (Runtime.NODEJS_22_X, useLatestRuntimeVersion: false in aws-lambda-nodejs.NodejsFunction) are unaffected. Existing AWS::Lambda::Function resources synthesized with NODEJS_LATEST will see Runtime: nodejs22.xRuntime: nodejs24.x on next deploy. Lambda accepts runtime updates in place.

    Customer-code compatibility — IMPORTANT: Node.js 24 removes support for callback-style asynchronous handlers ((event, context, callback) => {...}) per the launch blog. Customers whose Lambda code still uses callback-based handlers will see runtime errors after the bump. Customers should migrate to async (event, context) => {...} or pin to Runtime.NODEJS_22_X explicitly.

Features
Bug Fixes
Reverts

Alpha modules (2.259.0-alpha.0)

v2.258.1

Compare Source

Reverts

Alpha modules (2.258.1-alpha.0)

v2.258.0

Compare Source

⚠ BREAKING CHANGES
  • ** L1 resources are automatically generated from public CloudFormation Resource Schemas. They are built to closely reflect the real state of CloudFormation. Sometimes these updates can contain changes that are incompatible with previous types, but more accurately reflect reality. In this release we have changed:
  • aws-pcaconnectorad: AWS::PCAConnectorAD::ServicePrincipalName: ConnectorArn property is now required.
  • aws-pcaconnectorad: AWS::PCAConnectorAD::ServicePrincipalName: DirectoryRegistrationArn property is now required.
  • aws-pcaconnectorad: AWS::PCAConnectorAD::TemplateGroupAccessControlEntry: GroupSecurityIdentifier property is now required.
  • aws-pcaconnectorad: AWS::PCAConnectorAD::TemplateGroupAccessControlEntry: TemplateArn property is now required.
Features
Bug Fixes

Alpha modules (2.258.0-alpha.0)

Features
  • integ-tests-alpha: add option to set the provider log level (#​38005) (c634a79)
Bug Fixes

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented Jul 5, 2024

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from b88a046 to d31ebdc Compare July 6, 2024 01:53
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.147.3 fix(deps): update dependency aws-cdk-lib to v2.148.0 Jul 6, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from d31ebdc to 02cd182 Compare July 11, 2024 06:43
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.148.0 fix(deps): update dependency aws-cdk-lib to v2.148.1 Jul 11, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 02cd182 to 5c579d0 Compare July 12, 2024 21:52
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.148.1 fix(deps): update dependency aws-cdk-lib to v2.149.0 Jul 12, 2024
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.149.0 fix(deps): update dependency aws-cdk-lib to v2.149.0 - autoclosed Jul 20, 2024
@renovate renovate Bot closed this Jul 20, 2024
@renovate
renovate Bot deleted the renovate/aws-cdk-monorepo branch July 20, 2024 21:32
@renovate
renovate Bot restored the renovate/aws-cdk-monorepo branch July 23, 2024 03:06
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.149.0 - autoclosed fix(deps): update dependency aws-cdk-lib to v2.149.0 Jul 23, 2024
@renovate renovate Bot reopened this Jul 23, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 5c579d0 to 952d07f Compare July 23, 2024 08:24
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.149.0 fix(deps): update dependency aws-cdk-lib to v2.150.0 Jul 23, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 952d07f to 641309b Compare August 2, 2024 19:24
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.150.0 fix(deps): update dependency aws-cdk-lib to v2.151.0 Aug 2, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 641309b to fb48db3 Compare August 14, 2024 22:09
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.151.0 fix(deps): update dependency aws-cdk-lib to v2.151.1 Aug 14, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from fb48db3 to 4983e33 Compare August 15, 2024 07:32
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.151.1 fix(deps): update dependency aws-cdk-lib to v2.152.0 Aug 15, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 4983e33 to 8c02404 Compare August 20, 2024 04:39
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.152.0 fix(deps): update dependency aws-cdk-lib to v2.153.0 Aug 20, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 8c02404 to f406d1d Compare August 22, 2024 02:28
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.153.0 fix(deps): update dependency aws-cdk-lib to v2.154.0 Aug 22, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from f406d1d to bf063e3 Compare August 23, 2024 08:57
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.154.0 fix(deps): update dependency aws-cdk-lib to v2.154.1 Aug 23, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from bf063e3 to 117cd98 Compare August 30, 2024 03:38
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.154.1 fix(deps): update dependency aws-cdk-lib to v2.155.0 Aug 30, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 117cd98 to ad88e57 Compare September 6, 2024 06:48
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.160.0 fix(deps): update dependency aws-cdk-lib to v2.161.0 Oct 4, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from e7a211c to 3a30c30 Compare October 5, 2024 06:13
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.161.0 fix(deps): update dependency aws-cdk-lib to v2.161.1 Oct 5, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 3a30c30 to 1c19566 Compare October 10, 2024 22:48
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.161.1 fix(deps): update dependency aws-cdk-lib to v2.162.0 Oct 10, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 1c19566 to a4d93b5 Compare October 11, 2024 18:25
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.162.0 fix(deps): update dependency aws-cdk-lib to v2.162.1 Oct 11, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from a4d93b5 to 9465f1a Compare October 22, 2024 03:10
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.162.1 fix(deps): update dependency aws-cdk-lib to v2.163.0 Oct 22, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 9465f1a to 87dbcec Compare October 22, 2024 19:46
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.163.0 fix(deps): update dependency aws-cdk-lib to v2.163.1 Oct 22, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 87dbcec to 69a08db Compare October 24, 2024 23:19
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.163.1 fix(deps): update dependency aws-cdk-lib to v2.164.0 Oct 24, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 69a08db to a6f9b3b Compare October 25, 2024 19:59
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.164.0 fix(deps): update dependency aws-cdk-lib to v2.164.1 Oct 25, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from a6f9b3b to 4c0c971 Compare October 31, 2024 23:13
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.164.1 fix(deps): update dependency aws-cdk-lib to v2.165.0 Oct 31, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 4c0c971 to b2be285 Compare November 7, 2024 01:55
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.165.0 fix(deps): update dependency aws-cdk-lib to v2.166.0 Nov 7, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from b2be285 to 191daff Compare November 14, 2024 00:53
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.166.0 fix(deps): update dependency aws-cdk-lib to v2.167.0 Nov 14, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 191daff to 105a767 Compare November 15, 2024 14:17
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.167.0 fix(deps): update dependency aws-cdk-lib to v2.167.1 Nov 15, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 105a767 to a0473ff Compare November 19, 2024 15:54
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.167.1 fix(deps): update dependency aws-cdk-lib to v2.167.2 Nov 19, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from a0473ff to 22c6f40 Compare November 20, 2024 20:01
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.167.2 fix(deps): update dependency aws-cdk-lib to v2.168.0 Nov 20, 2024
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 22c6f40 to 6423850 Compare November 21, 2024 09:35
@renovate renovate Bot changed the title fix(deps): update dependency aws-cdk-lib to v2.168.0 fix(deps): update dependency aws-cdk-lib to v2.169.0 Nov 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant