Skip to content

chore(deps): update dependency aws-cdk-lib to ^2.264.0 - #1633

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

chore(deps): update dependency aws-cdk-lib to ^2.264.0#1633
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/aws-cdk-monorepo

Conversation

@renovate

@renovate renovate Bot commented Jun 22, 2026

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 (source) ^2.130.0^2.264.0 age confidence

Release Notes

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

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

v2.257.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-neptunegraph: AWS::NeptuneGraph::GraphSnapshot: GraphIdentifier property is now required.
Features

Alpha modules (2.257.0-alpha.0)

v2.256.1

Compare Source

Bug Fixes

Alpha modules (2.256.1-alpha.0)

v2.256.0

Compare Source

Features
Bug Fixes

Alpha modules (2.256.0-alpha.0)

v2.255.0

Compare Source

Features
Bug Fixes

Alpha modules (2.255.0-alpha.0)

Features
  • bedrock-agentcore-alpha: Graduation of the library to stable. The Policy submodule is the only submodule that remains in alpha. All other constructs have graduated to stable in aws-cdk-lib/aws-bedrockagentcore and we recommend migrating to the stable versions (#​37876) (00cf601)

v2.254.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-elasticache: AWS::ElastiCache::CacheCluster: Id attribute removed.
aws-sagemaker: AWS::SageMaker::Model: Id attribute removed.
aws-vpclattice: AWS::VpcLattice::AuthPolicy: State attribute enum values changed from ACTIVE|INACTIVE to Active|Inactive.

Features
Bug Fixes

Alpha modules (2.254.0-alpha.0)

Features
  • bedrock-agentcore-alpha: add tags support to Evaluator and OnlineEvaluationConfig (#​37804) (adbf88f)
  • bedrock-agentcore-alpha: add identity L2 constructs (#​37610) (67c3af2)
  • mediapackagev2-alpha: add OAC integration between CloudFront and MediaPackageV2 (#​37701) (654f59c)
Bug Fixes

v2.253.1

Compare Source

Bug Fixes

Alpha modules (2.253.1-alpha.0)

v2.253.0

Compare Source

Features
Bug Fixes

Alpha modules (2.253.0-alpha.0)

Features
Bug Fixes
  • bedrock-agentcore-alpha: self-managed memory strategy validation throws on unresolved tokens (#​37691) (7956537), closes #​37197

v2.252.0

Compare Source

Features
Bug Fixes
  • aws-cdk-lib: cannot be used as a bundledDependency ([#​37726](https://redi

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "before 6am on monday"
  • 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.

@renovate renovate Bot changed the title chore(deps): update aws-cdk monorepo to ^2.260.0 chore(deps): update aws-cdk monorepo Jun 22, 2026
@renovate renovate Bot changed the title chore(deps): update aws-cdk monorepo chore(deps): update dependency aws-cdk-lib to ^2.260.0 Jun 25, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch 3 times, most recently from d5e1623 to f777477 Compare July 2, 2026 17:02
@renovate renovate Bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.260.0 chore(deps): update dependency aws-cdk-lib to ^2.261.0 Jul 2, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from f777477 to 03c0a32 Compare July 8, 2026 22:56
@miguel-heygen

Copy link
Copy Markdown
Collaborator

Closing in the backlog value sweep. This is documentation, test-only, dependency upkeep, refactoring, or narrow diagnostic/ergonomic polish without enough current user impact or an active merge path to justify carrying it open. Please reopen or resubmit against current main if the need is still concrete.

@miguel-heygen miguel-heygen reopened this Jul 14, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from 8340902 to 11de244 Compare July 22, 2026 21:51
@renovate renovate Bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.261.0 chore(deps): update dependency aws-cdk-lib to ^2.262.0 Jul 22, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 11de244 to 7ec8582 Compare July 24, 2026 15:26
@renovate renovate Bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.262.0 chore(deps): update dependency aws-cdk-lib to ^2.262.1 Jul 24, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch 2 times, most recently from bdf4d2a to dbbc183 Compare July 29, 2026 15:04
@renovate renovate Bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.262.1 chore(deps): update dependency aws-cdk-lib to ^2.262.2 Jul 29, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from dbbc183 to 9cff721 Compare July 31, 2026 17:31
@renovate renovate Bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.262.2 chore(deps): update dependency aws-cdk-lib to ^2.263.0 Jul 31, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 9cff721 to 017d824 Compare August 10, 2026 18:34
@renovate renovate Bot changed the title chore(deps): update dependency aws-cdk-lib to ^2.263.0 chore(deps): update dependency aws-cdk-lib to ^2.264.0 Aug 10, 2026
@renovate
renovate Bot force-pushed the renovate/aws-cdk-monorepo branch from 017d824 to 292f18e Compare August 10, 2026 18:51
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