Skip to content

build(deps-dev): bump aws-cdk-lib from 2.85.0 to 2.86.0 #1256

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

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 30, 2023

Bumps aws-cdk-lib from 2.85.0 to 2.86.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.86.0

Features

Bug Fixes

  • cdk-lib: Pass lookupRoleArn to NestedStackSynthesizer (#26116) (3c29223)
  • core: network option is not being propagated to Docker (#26014) (341de48)
  • core: prevent the error when the condition is split into groups of 10 and 1 in Fn.conditionAnd() (#25999) (ee3d41e), closes aws/aws-cdk#25696
  • ecs: potential race condition on TaskRole default policy update with CfnService (#26070) (2d9078c), closes #24880
  • ecs: validation for task definition fails when task-level memory is defined but container-level memory and memoryReservation are not defined with EC2 compatibility (#26027) (0e251e6), closes #25275
  • elbv2: correct wrong timeout validation (#26031) (636841c), closes #26023
  • stepfunctions: nested arrays are not serialized correctly (#26055) (f9d4573), closes #26045

Alpha modules (2.86.0-alpha.0)

Features

  • app-staging-synthesizer: select different bootstrap region (#26129) (2fec6a4)
  • integ-runner: integ-runner --watch (#26087) (1fe2f09)
  • integ-tests: new HttpApiCall method to easily make http calls (#26102) (00b9c84)

Bug Fixes

Changelog

Sourced from aws-cdk-lib's changelog.

2.86.0 (2023-06-29)

Features

Bug Fixes

  • cdk-lib: Pass lookupRoleArn to NestedStackSynthesizer (#26116) (3c29223)
  • core: network option is not being propagated to Docker (#26014) (341de48)
  • core: prevent the error when the condition is split into groups of 10 and 1 in Fn.conditionAnd() (#25999) (ee3d41e), closes aws/aws-cdk#25696
  • ecs: potential race condition on TaskRole default policy update with CfnService (#26070) (2d9078c), closes #24880
  • ecs: validation for task definition fails when task-level memory is defined but container-level memory and memoryReservation are not defined with EC2 compatibility (#26027) (0e251e6), closes #25275
  • elbv2: correct wrong timeout validation (#26031) (636841c), closes #26023
  • stepfunctions: nested arrays are not serialized correctly (#26055) (f9d4573), closes #26045
Commits
  • 1130fab chore(release): 2.86.0 (#26156)
  • 43cf9ac chore(release): 2.86.0
  • edad593 chore: added write permissions in the stale-discussions workflow (#26154)
  • 8056e38 chore(integ-runner): add fsevents to optionalDependencies (#26151)
  • ee3d41e fix(core): prevent the error when the condition is split into groups of 10 an...
  • 72eb1e9 docs(cfnspec): update CloudFormation documentation (#26141)
  • 561cbc5 chore: build noctilucent WASM library in a container (#26123)
  • 2fec6a4 feat(app-staging-synthesizer): select different bootstrap region (#26129)
  • 40871ec chore: add workflow for handling discussions (#26138)
  • 0e251e6 fix(ecs): validation for task definition fails when task-level memory is defi...
  • Additional commits viewable in compare view

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 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file maven labels Jun 30, 2023
@codecov-commenter
Copy link

Codecov Report

Patch and project coverage have no change.

Comparison is base (cca3691) 70.87% compared to head (2a1c000) 70.87%.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files
@@            Coverage Diff            @@
##               main    #1256   +/-   ##
=========================================
  Coverage     70.87%   70.87%           
  Complexity      541      541           
=========================================
  Files            72       72           
  Lines          2328     2328           
  Branches        254      254           
=========================================
  Hits           1650     1650           
  Misses          558      558           
  Partials        120      120           

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.85.0 to 2.86.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.85.0...v2.86.0)

---
updated-dependencies:
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/software.amazon.awscdk-aws-cdk-lib-2.86.0 branch from 2a1c000 to 393fbcc Compare June 30, 2023 14:10
@jeromevdl jeromevdl merged commit 716a798 into main Jun 30, 2023
@jeromevdl jeromevdl deleted the dependabot/maven/software.amazon.awscdk-aws-cdk-lib-2.86.0 branch June 30, 2023 14:15
eldimi pushed a commit to eldimi/aws-lambda-powertools-java that referenced this pull request Jul 6, 2023
…ls#1256)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.85.0 to 2.86.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.85.0...v2.86.0)

---
updated-dependencies:
- dependency-name: software.amazon.awscdk:aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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 maven size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants