Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps aws-cdk-lib from 2.40.0 to 2.41.0.

Release notes

Sourced from aws-cdk-lib's releases.

v2.41.0

Features

  • assertions: add function for verifying the number of matching resource properties (#21707) (80cb527)
  • custom-resource: allow AwsCustomResource to be placed in vpc (#21357) (62d7bf8)
  • ec2: allow private non-nat subnets (#21699) (e1794e3)
  • ecs: add maxSwap and swappiness properties to LinuxParameters (#18703) (08eb1d6), closes #18460
  • lambda-event-sources: add kafka consumerGroupId support (#21791) (b36bc11)
  • compress aws-cdk-lib tablet file (#21854) (5a3db2d)
  • ecs: add function for adding secrets to containers after instantiating them (#21826) (572f781), closes #18959

Bug Fixes


Alpha modules (2.41.0-alpha.0)

Features

Bug Fixes

Changelog

Sourced from aws-cdk-lib's changelog.

2.41.0 (2022-09-07)

Features

  • assertions: add function for verifying the number of matching resource properties (#21707) (80cb527)
  • custom-resource: allow AwsCustomResource to be placed in vpc (#21357) (62d7bf8)
  • ec2: allow private non-nat subnets (#21699) (e1794e3)
  • ecs: add maxSwap and swappiness properties to LinuxParameters (#18703) (08eb1d6), closes #18460
  • lambda-event-sources: add kafka consumerGroupId support (#21791) (b36bc11)
  • compress aws-cdk-lib tablet file (#21854) (5a3db2d)
  • ecs: add function for adding secrets to containers after instantiating them (#21826) (572f781), closes #18959

Bug Fixes

Commits
  • 6ad48a3 chore(release): 2.41.0 (#21955)
  • 28e080a chore(release): 2.41.0
  • b0ba52e chore: remove testLegacyBehavior and update testFutureBehavior tests (#21949)
  • 809e1b0 fix(lambda-python): poetry bundling fails on python3.7 (#21950)
  • 4b37157 fix(lambda-python): bundling with poetry is broken (#21945)
  • bad426e chore: npm-check-updates && yarn upgrade (#21946)
  • 9f26e8a chore(region-info): add appmesh ecr accounts for ap-southeast-3 (#21932)
  • 9f2ea45 fix(core): --debug doesn't record stack traces (#21931)
  • b36bc11 feat(lambda-event-sources): add kafka consumerGroupId support (#21791)
  • bcdd2a8 chore(rds): fix typo in error message. (#21927)
  • 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)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.40.0 to 2.41.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.40.0...v2.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner September 8, 2022 20:18
@dependabot dependabot bot requested review from heitorlessa and removed request for a team September 8, 2022 20:18
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 8, 2022
@pull-request-size pull-request-size bot added the size/S Denotes a PR that changes 10-29 lines, ignoring generated files. label Sep 8, 2022
@github-actions github-actions bot merged commit 217bd6c into develop Sep 8, 2022
@github-actions github-actions bot deleted the dependabot/pip/develop/aws-cdk-lib-2.41.0 branch September 8, 2022 20:18
@github-actions github-actions bot added the internal Maintenance changes label Sep 8, 2022
heitorlessa added a commit that referenced this pull request Sep 9, 2022
* develop:
  chore(deps-dev): bump aws-cdk-lib from 2.40.0 to 2.41.0 (#1507)
  update changelog with latest changes
  feat(tracer): support methods with the same name (ABCs) by including fully qualified name in v2 (#1486)
  chore(deps-dev): bump aws-cdk-aws-apigatewayv2-integrations-alpha from 2.39.1a0 to 2.40.0a0 (#1496)
  chore(deps-dev): bump mkdocs-material from 8.4.2 to 8.4.3 (#1504)
  chore(deps): bump pydantic from 1.10.1 to 1.10.2 (#1502)
  update changelog with latest changes
  feat(data-classes): add KafkaEvent and KafkaEventRecord (#1485)
  chore(deps-dev): bump pytest from 7.1.2 to 7.1.3 (#1497)
  update changelog with latest changes
  feat(event_handler): add cookies as 1st class citizen in v2 (#1487)
  chore(deps-dev): bump black from 22.6.0 to 22.8.0 (#1494)
  chore(deps-dev): bump aws-cdk-lib from 2.39.1 to 2.40.0 (#1495)
  chore(maintenance): add discord link to first PR and first issue (#1493)
  update changelog with latest changes
  refactor(batch): remove legacy sqs_batch_processor (#1492)
  chore(deps): bump pydantic from 1.10.0 to 1.10.1 (#1491)
  chore(deps-dev): bump flake8-variables-names from 0.0.4 to 0.0.5 (#1490)
Tankanow pushed a commit to Tankanow/aws-lambda-powertools-python that referenced this pull request Sep 13, 2022
…ls#1507)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.40.0 to 2.41.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.40.0...v2.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tankanow pushed a commit to Tankanow/aws-lambda-powertools-python that referenced this pull request Sep 13, 2022
…ls#1507)

Bumps [aws-cdk-lib](https://github.com/aws/aws-cdk) from 2.40.0 to 2.41.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.40.0...v2.41.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
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 internal Maintenance changes python Pull requests that update Python code size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants