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

build(deps-dev): bump the aws-cdk group across 1 directory with 6 updates #840

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 1, 2024

Bumps the aws-cdk group with 5 updates in the / directory:

Package From To
aws-cdk 2.160.0 2.165.0
aws-cdk-lib 2.160.0 2.165.0
cdk8s 2.69.5 2.69.11
cdk8s-cli 2.198.228 2.198.254
cdk8s-plus-30 2.2.5 2.2.6

Updates aws-cdk from 2.160.0 to 2.165.0

Release notes

Sourced from aws-cdk's releases.

v2.165.0

Features

Bug Fixes

  • assertions: throw error or warn when synth is called multiple times on mutated construct tree (#31865) (a261c9d), closes #24689
  • cli: ecr garbage collection hangs when repository has no images (#31951) (a235a9f)
  • cli: garbage collection ignores review_in_progress stacks (#31906) (cb3ecfe)
  • s3-assets: cannot publish a file without extension (#30597) (ccab485), closes #30471
  • sqs: queue with fifo: false does not deploy (#31922) (a9d3b02), closes #8550
  • enable node-fips compatible body checksums for S3 (#31883) (4f29c1d)

Alpha modules (2.165.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ec2-alpha: The new VpcCidrBlock L2 construct replaces CfnVPCCidrBlock. This change alters the logical ID of AWS::EC2::VPCCidrBlock resources in CloudFormation templates. Existing deployments will see errors like CIDR range conflicts with x.xx.xx.xx/xx with association ID vpc-cidr-assoc-ABCD. To resolve this, you must recreate your existing stacks to use the new module.

Features

  • apprunner: support vpc ingress connection (#30623) (048e753), closes #22850
  • ec2-alpha: adding imports for SubnetV2 and VpcV2 (#31765) (d108a80)
  • location: support Tracker and TrackerConsumer (#31268) (046f041), closes #30712
  • pipes-enrichments: support API Gateway enrichment (#31794) (09052c2), closes #29384
  • pipes-targets: add SageMaker (#30696) (a5fdf57)
  • redshift-alpha: query execution timeout setting during table creation (#31818) (40f07ae), closes #31329
  • kinesisfirehose-alpha: kinesis firehose and kinesis firehose destinations modules are now in Developer Preview (#31952)

Bug Fixes

  • location: remove base class from PlaceIndex class (#31287) (bc67866), closes #30711 #30682
  • scheduler-alpha: scheduler input always get transformed to string with extra double quotes (#31894) (186b8ab)
  • scheduler-alpha: too many KMS permissions granted (#31923) (06678a3), closes #31785

v2.164.1

Bug Fixes

  • enable node-fips compatible body checksums for S3 (#31883) (290a499)

Alpha modules (2.164.1-alpha.0)

v2.164.0

Features

... (truncated)

Changelog

Sourced from aws-cdk's changelog.

2.165.0 (2024-10-31)

Features

Bug Fixes

  • assertions: throw error or warn when synth is called multiple times on mutated construct tree (#31865) (a261c9d), closes #24689
  • cli: ecr garbage collection hangs when repository has no images (#31951) (a235a9f)
  • cli: garbage collection ignores review_in_progress stacks (#31906) (cb3ecfe)
  • s3-assets: cannot publish a file without extension (#30597) (ccab485), closes #30471
  • sqs: queue with fifo: false does not deploy (#31922) (a9d3b02), closes #8550
  • enable node-fips compatible body checksums for S3 (#31883) (4f29c1d)

2.164.1 (2024-10-25)

Bug Fixes

  • enable node-fips compatible body checksums for S3 (#31883) (290a499)

2.164.0 (2024-10-24)

Features

Bug Fixes

  • cli: cross-account asset publishing doesn't work without bootstrap stack (#31876) (427bf63), closes #31866
  • cli: deploy-role is not authorized to perform DescribeStackResources (#31878) (8d06824)
  • core: fix policy synthesizer logic for precreated roles (#31710) (aae03c9)
  • dynamodb: replication regions are incompatible with resource policies in TableV2 and feature flag (#31513) (0b03eb0), closes #30705
  • events-targets: kinesis Stream target with Customer-Managed KMS key causes EventBridge FailedInvocations (#31836) (58dfda0), closes #10996

2.163.1 (2024-10-22)

... (truncated)

Commits
  • b800da8 feat(bootstrap): add lifecycle rule to abort multipart uploads after 7 days (...
  • 6f106c7 revert: feat(cdk): update tsconfig to more modern settings in typescript init...
  • a235a9f fix(cli): ecr garbage collection hangs when repository has no images (#31951)
  • 579041e feat(bootstrap): delete noncurrent versions after 30 days (#31949)
  • 8e4c247 feat(cdk): update tsconfig to more modern settings in typescript init templat...
  • 46e51f5 chore(cdk): increase coverage limits (#31936)
  • e1cd1d4 chore(cli): add image to gc docs and document race condition (#31925)
  • da85e54 feat(cli): garbage collect ecr assets (under --unstable flag) (#31841)
  • cb3ecfe fix(cli): garbage collection ignores review_in_progress stacks (#31906)
  • e42cc02 Merge branch 'main' into merge-back/2.164.1
  • Additional commits viewable in compare view

Updates aws-cdk-lib from 2.160.0 to 2.165.0

Release notes

Sourced from aws-cdk-lib's releases.

v2.165.0

Features

Bug Fixes

  • assertions: throw error or warn when synth is called multiple times on mutated construct tree (#31865) (a261c9d), closes #24689
  • cli: ecr garbage collection hangs when repository has no images (#31951) (a235a9f)
  • cli: garbage collection ignores review_in_progress stacks (#31906) (cb3ecfe)
  • s3-assets: cannot publish a file without extension (#30597) (ccab485), closes #30471
  • sqs: queue with fifo: false does not deploy (#31922) (a9d3b02), closes #8550
  • enable node-fips compatible body checksums for S3 (#31883) (4f29c1d)

Alpha modules (2.165.0-alpha.0)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • ec2-alpha: The new VpcCidrBlock L2 construct replaces CfnVPCCidrBlock. This change alters the logical ID of AWS::EC2::VPCCidrBlock resources in CloudFormation templates. Existing deployments will see errors like CIDR range conflicts with x.xx.xx.xx/xx with association ID vpc-cidr-assoc-ABCD. To resolve this, you must recreate your existing stacks to use the new module.

Features

  • apprunner: support vpc ingress connection (#30623) (048e753), closes #22850
  • ec2-alpha: adding imports for SubnetV2 and VpcV2 (#31765) (d108a80)
  • location: support Tracker and TrackerConsumer (#31268) (046f041), closes #30712
  • pipes-enrichments: support API Gateway enrichment (#31794) (09052c2), closes #29384
  • pipes-targets: add SageMaker (#30696) (a5fdf57)
  • redshift-alpha: query execution timeout setting during table creation (#31818) (40f07ae), closes #31329
  • kinesisfirehose-alpha: kinesis firehose and kinesis firehose destinations modules are now in Developer Preview (#31952)

Bug Fixes

  • location: remove base class from PlaceIndex class (#31287) (bc67866), closes #30711 #30682
  • scheduler-alpha: scheduler input always get transformed to string with extra double quotes (#31894) (186b8ab)
  • scheduler-alpha: too many KMS permissions granted (#31923) (06678a3), closes #31785

v2.164.1

Bug Fixes

  • enable node-fips compatible body checksums for S3 (#31883) (290a499)

Alpha modules (2.164.1-alpha.0)

v2.164.0

Features

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.165.0 (2024-10-31)

Features

Bug Fixes

  • assertions: throw error or warn when synth is called multiple times on mutated construct tree (#31865) (a261c9d), closes #24689
  • cli: ecr garbage collection hangs when repository has no images (#31951) (a235a9f)
  • cli: garbage collection ignores review_in_progress stacks (#31906) (cb3ecfe)
  • s3-assets: cannot publish a file without extension (#30597) (ccab485), closes #30471
  • sqs: queue with fifo: false does not deploy (#31922) (a9d3b02), closes #8550
  • enable node-fips compatible body checksums for S3 (#31883) (4f29c1d)

2.164.1 (2024-10-25)

Bug Fixes

  • enable node-fips compatible body checksums for S3 (#31883) (290a499)

2.164.0 (2024-10-24)

Features

Bug Fixes

  • cli: cross-account asset publishing doesn't work without bootstrap stack (#31876) (427bf63), closes #31866
  • cli: deploy-role is not authorized to perform DescribeStackResources (#31878) (8d06824)
  • core: fix policy synthesizer logic for precreated roles (#31710) (aae03c9)
  • dynamodb: replication regions are incompatible with resource policies in TableV2 and feature flag (#31513) (0b03eb0), closes #30705
  • events-targets: kinesis Stream target with Customer-Managed KMS key causes EventBridge FailedInvocations (#31836) (58dfda0), closes #10996

2.163.1 (2024-10-22)

... (truncated)

Commits
  • 408b20f feat(cognito): support UserPoolGroup (#31351)
  • a261c9d fix(assertions): throw error or warn when synth is called multiple times on...
  • ccab485 fix(s3-assets): cannot publish a file without extension (#30597)
  • a9d3b02 fix(sqs): queue with fifo: false does not deploy (#31922)
  • 8c15b5f feat(codebuild): add support of organization webhook in github source (#31740)
  • 8c93291 feat: update L1 CloudFormation resource definitions (#31917)
  • 5c6cc5e chore(ec2): pricing api interface vpc endpoint duplicated (#31912)
  • a1eef1d chore(ec2): add missing interface VPC endpoint (#31907)
  • 84d71a4 chore(rds): deprecate aurora mysql version 1 for mysql 5.6 (#31551)
  • 09256db chore(ec2): add missing interface VPC endpoints (#31882)
  • Additional commits viewable in compare view

Updates cdk8s from 2.69.5 to 2.69.11

Release notes

Sourced from cdk8s's releases.

v2.69.11

2.69.11 (2024-10-28)

v2.69.10

2.69.10 (2024-10-14)

v2.69.9

2.69.9 (2024-10-14)

v2.69.8

2.69.8 (2024-10-12)

v2.69.7

2.69.7 (2024-10-09)

v2.69.6

2.69.6 (2024-09-27)

Commits

Updates cdk8s-cli from 2.198.228 to 2.198.254

Release notes

Sourced from cdk8s-cli's releases.

v2.198.254

2.198.254 (2024-10-28)

v2.198.253

2.198.253 (2024-10-22)

v2.198.252

2.198.252 (2024-10-21)

v2.198.251

2.198.251 (2024-10-20)

v2.198.250

2.198.250 (2024-10-19)

v2.198.249

2.198.249 (2024-10-18)

v2.198.248

2.198.248 (2024-10-16)

v2.198.247

2.198.247 (2024-10-15)

v2.198.246

2.198.246 (2024-10-14)

v2.198.245

2.198.245 (2024-10-13)

v2.198.244

2.198.244 (2024-10-12)

v2.198.243

2.198.243 (2024-10-11)

v2.198.242

... (truncated)

Commits

Updates cdk8s-plus-30 from 2.2.5 to 2.2.6

Commits

Updates constructs from 10.3.0 to 10.4.2

Release notes

Sourced from constructs's releases.

v10.4.2

10.4.2 (2024-10-14)

Bug Fixes

v10.4.1

10.4.1 (2024-10-11)

Bug Fixes

v10.4.0

10.4.0 (2024-10-11)

Features

Bug Fixes

v10.3.2

10.3.2 (2024-10-11)

Bug Fixes

  • Python constructs do not implement a compatible interface (#2495) (912158f)

v10.3.1

10.3.1 (2024-10-10)

Bug Fixes

Commits
  • 892bb11 fix: cannot create root construct in python (#2500)
  • fab93a5 chore(deps): upgrade dev dependencies (#2506)
  • b06a17d chore(deps): upgrade dev dependencies (#2504)
  • dcae75e chore(deps): upgrade dev dependencies (#2502)
  • 3f6a73a fix: revert "fix: cannot create root construct in python" (#2499)
  • bb7f237 fix: cannot create root construct in python (#2496)
  • 75f29f4 feat: stabilize experimental code (#2497)
  • e9bf09c fix: unnecessary strict node requirement in engines in package.json (#2498)
  • 912158f fix: Python constructs do not implement a compatible interface (#2495)
  • 037cd6a chore(deps): upgrade dev dependencies (#2494)
  • Additional commits viewable in compare view

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Bumps the aws-cdk group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [aws-cdk](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk) | `2.160.0` | `2.165.0` |
| [aws-cdk-lib](https://github.com/aws/aws-cdk/tree/HEAD/packages/aws-cdk-lib) | `2.160.0` | `2.165.0` |
| [cdk8s](https://github.com/cdk8s-team/cdk8s-core) | `2.69.5` | `2.69.11` |
| [cdk8s-cli](https://github.com/cdk8s-team/cdk8s-cli) | `2.198.228` | `2.198.254` |
| [cdk8s-plus-30](https://github.com/cdk8s-team/cdk8s-plus) | `2.2.5` | `2.2.6` |



Updates `aws-cdk` from 2.160.0 to 2.165.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.165.0/packages/aws-cdk)

Updates `aws-cdk-lib` from 2.160.0 to 2.165.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/main/CHANGELOG.v2.md)
- [Commits](https://github.com/aws/aws-cdk/commits/v2.165.0/packages/aws-cdk-lib)

Updates `cdk8s` from 2.69.5 to 2.69.11
- [Release notes](https://github.com/cdk8s-team/cdk8s-core/releases)
- [Commits](cdk8s-team/cdk8s-core@v2.69.5...v2.69.11)

Updates `cdk8s-cli` from 2.198.228 to 2.198.254
- [Release notes](https://github.com/cdk8s-team/cdk8s-cli/releases)
- [Commits](cdk8s-team/cdk8s-cli@v2.198.228...v2.198.254)

Updates `cdk8s-plus-30` from 2.2.5 to 2.2.6
- [Release notes](https://github.com/cdk8s-team/cdk8s-plus/releases)
- [Commits](cdk8s-team/cdk8s-plus@cdk8s-plus-30/v2.2.5...cdk8s-plus-30/v2.2.6)

Updates `constructs` from 10.3.0 to 10.4.2
- [Release notes](https://github.com/aws/constructs/releases)
- [Commits](aws/constructs@v10.3.0...v10.4.2)

---
updated-dependencies:
- dependency-name: aws-cdk
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: aws-cdk-lib
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
- dependency-name: cdk8s
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: cdk8s-cli
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: cdk8s-plus-30
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: aws-cdk
- dependency-name: constructs
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: aws-cdk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested review from a team as code owners November 1, 2024 12:54
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Nov 1, 2024
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 javascript Pull requests that update Javascript code
Development

Successfully merging this pull request may close these issues.

0 participants