Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump aws-cdk-lib from 2.110.1 to 2.126.0 #71

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2024

Bumps aws-cdk-lib from 2.110.1 to 2.126.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.126.0

Features

  • migrate: Add CDK Migrate --from-scan functionality (#28962) (bbc14b3)

Alpha modules (2.126.0-alpha.0)

v2.125.0

Features

  • applicationautoscaling: validate evaluationPeriods and datapointsToAlarm for step scaling policy (#28880) (4034adb)
  • batch: add fargate Runtime Platform properties to ECS Fargate C… (#28841) (ac8251f), closes #26484
  • CLI: Diff Supports Import Change Sets (#28787) (d973615), closes #28336
  • cloudfront: retrieve default distribution metrics (#28894) (8e115db), closes #28893
  • cognito: validate oidc provider name (#28802) (534794c), closes #28667
  • sqs: support for permission settings for dead letter source queues (#28745) (9e21803), closes #19766

Bug Fixes

  • stepfunctions-tasks: mediapackagevod service generates wrong action in role policy (#28775) (305dae0), closes #28774
  • revert deprecation of logRetention properties (#28934) (f89a7d2), closes #28919
  • apigatewayv2: WebSocketAwsIntegration ignores requestParameters and integrationPassThrough behaviors (#28921) (990ead3)
  • eks: Could not use ec2 instance type and size that their names contains dashes (#28040) (b32f47c), closes #27587

Alpha modules (2.125.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • integ-runner: Parsing of the cli input caused arguments passed after the first instance --language <language> to be interpreted as a language as well. This prevented passing a test name after providing cli options. To overcome this limitation, integ-runner now requires an explicit --language option for each language you want to include: integ-runner --language javascript --language python. This was already documented that way and always the intended way to use this feature.
  • neptune-alpha: Corrected LogRetention IDs for DatabaseCluster. Previously, regardless of the log type, the string ‘objectObject’ was always included, but after the correction, the log type is now included.

Features

Bug Fixes

  • integ-runner: cannot pass test name after --language (#28922) (f9fbbb4)
  • neptune-alpha: multiple cloudwatchLogsExports cannot be set when configuring log retention (#28643) (56794fc), closes #26295

v2.124.0

Features

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.126.0 (2024-02-02)

Features

  • migrate: Add CDK Migrate --from-scan functionality (#28962) (bbc14b3)

2.125.0 (2024-01-31)

Features

  • applicationautoscaling: validate evaluationPeriods and datapointsToAlarm for step scaling policy (#28880) (4034adb)
  • batch: add fargate Runtime Platform properties to ECS Fargate C… (#28841) (ac8251f), closes #26484
  • CLI: Diff Supports Import Change Sets (#28787) (d973615), closes #28336
  • cloudfront: retrieve default distribution metrics (#28894) (8e115db), closes #28893
  • cognito: validate oidc provider name (#28802) (534794c), closes #28667
  • sqs: support for permission settings for dead letter source queues (#28745) (9e21803), closes #19766

Bug Fixes

  • stepfunctions-tasks: mediapackagevod service generates wrong action in role policy (#28775) (305dae0), closes #28774
  • revert deprecation of logRetention properties (#28934) (f89a7d2), closes #28919
  • apigatewayv2: WebSocketAwsIntegration ignores requestParameters and integrationPassThrough behaviors (#28921) (990ead3)
  • eks: Could not use ec2 instance type and size that their names contains dashes (#28040) (b32f47c), closes #27587

2.124.0 (2024-01-26)

Features

Bug Fixes

  • cloudwatch-actions: multiple alarms with LambdaAction for the same Lambda fail (under feature flag) (#28712) (b1e3dfd)
  • cognito: allow custom email msg placeholder (#28832) (1dbfa14)
  • eks: helm uninstall in custom resource handler does not respect Wait (#28830) (7a30f5d), closes #28831
  • iam: allow intrinsic functions in deletion policy (#28834) (2801355)
  • iam: SamlConsolePrincipal returns incorrect url in GovCloud and ISO regions (#28704) (c1f2abb), closes #25723
  • opensearch: always create CloudWatch Logs resource policy when logging is enabled (#28707) (a5a8855), closes #23637
  • rds: proxy target is missing KMS permissions (#28858) (c17dbde), closes #28850

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.110.1 to 2.126.0.
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](aws/aws-cdk@v2.110.1...v2.126.0)

---
updated-dependencies:
- dependency-name: aws-cdk-lib
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 5, 2024
@github-actions github-actions bot merged commit dd77a92 into main Feb 7, 2024
1 check passed
@github-actions github-actions bot deleted the dependabot/pip/aws-cdk-lib-2.126.0 branch February 7, 2024 18:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant