Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 18, 2026

This PR contains the following updates:

Package Change Age Confidence
aws-cdk-lib (source) ^2.234.1^2.235.1 age confidence

Release Notes

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

v2.235.1

Compare Source

Bug Fixes
  • apigatewayv2: use custom domain name instead of regional domain name when importing domain name via fromDomainNameAttributes (#​36710) (29e5642)

Alpha modules (2.235.1-alpha.0)

v2.235.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-ecs: AWS::ECS::CapacityProvider: ManagedInstancesNetworkConfiguration.SecurityGroups property is now required.
  • ecs: securityGroups is now required in ManagedInstancesCapacityProviderProps. CloudFormation has always required this field, so any code that omitted it would have failed at deployment time with a validation error. This change catches the error at compile time instead, improving the developer experience. If your code previously omitted securityGroups, you must now explicitly provide at least one security group.
  • aws-cdk-lib: JobQueue.computeEnvironments contains an computeEnvironment: IComputeEnvironment → IComputeEnvironmentRef. BackupPlanRule.props contains a backupVault: IBackupVault → IBackupVaultRef. ApiDestination.fromApiDestinationAttributes() return type ApiDestination → IApiDestination. This should never have returned a class but always an interface, as is the standard for referencing factories. EventDestination.bus changed IEventBus →IEventBusRef; FlowLogDestination.bind() now returns and ICluster.executeCommandConfiguration contains a member changing type ILogGroup → ILogGroupRef.
  • events: ApiDestination.fromApiDestinationAttributes() now returns an IApiDestination. It used to return an ApiDestination but this was a mistake, referencing methods always return a type by interface, not by class.EventDestination.bus used to be an IEventBus but is now an IEventBusRef; it needs to be type tested to assert it is actually an IEventBus if that is necessary.
  • logs: the return types of FlowLogDestination.bind() and ICluster.executeCommandConfiguration now contain an ILogGroupRef instead of an ILogGroup, which guarantees less. These fields are for communication between constructs, and their values should not be used by application builders. If they do, they will need to add a cast or a type check.
  • iot-actions: enableBatchConfig property is explicitly disabled by default. Even with this modification, the behavior of HttpAction remains unchanged from before, but only the Cfn template will be modified.
Features
Bug Fixes
Miscellaneous Chores

Alpha modules (2.235.0-alpha.0)

⚠ BREAKING CHANGES
  • bedrock-agentcore-alpha: The User Pool Client will be replaced and new Resource Server and Domain resources will be added for existing Gateway stacks using the default Cognito authorizer.
Checklist
Bug Fixes
  • bedrock-agentcore-alpha: default Cognito User Pool for AgentCore Gateway is not set up for M2M authentication. (#​36323) (5a5605a)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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 added dependencies help wanted Extra attention is needed labels Jan 18, 2026
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 8 times, most recently from 8270e2b to fc48350 Compare January 23, 2026 23:49
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk-lib to ^2.235.0 fix(deps): update dependency aws-cdk-lib to ^2.235.1 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch 8 times, most recently from 43ac5d6 to 495ba71 Compare January 26, 2026 01:06
@renovate renovate bot force-pushed the renovate/aws-cdk-monorepo branch from 495ba71 to 8461999 Compare January 26, 2026 05:44
@renovate renovate bot changed the title fix(deps): update dependency aws-cdk-lib to ^2.235.1 fix(deps): update dependency aws-cdk-lib to ^2.235.1 - autoclosed Jan 26, 2026
@renovate renovate bot closed this Jan 26, 2026
@renovate renovate bot deleted the renovate/aws-cdk-monorepo branch January 26, 2026 08:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies help wanted Extra attention is needed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants