Skip to content
This repository was archived by the owner on Jun 6, 2026. It is now read-only.

build(deps): bump cdk.version from 1.102.0 to 1.107.0#124

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.107.0
Closed

build(deps): bump cdk.version from 1.102.0 to 1.107.0#124
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/maven/cdk.version-1.107.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jun 3, 2021

Bumps cdk.version from 1.102.0 to 1.107.0.
Updates core from 1.102.0 to 1.107.0

Release notes

Sourced from core's releases.

v1.107.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: the creation property clientPolicy in VirtualNode has been renamed to tlsClientPolicy, and its type changed to TlsClientPolicy
  • appmesh: to create TlsClientPolicy, validation property must be defined.
  • appmesh: the creation property tlsCertificate in VirtualNode has been renamed to tls, and its type changed to TlsListener
  • appmesh: the tlsMode property has been removed from the options when creating a TlsCertificate, moved to the new TlsListener interface, and renamed mode

Features

Bug Fixes

  • appmesh: introduce the TlsClientPolicy and TlsValidation concepts (#14782) (8263c78), closes #12733
  • appmesh: TLS mode is set on the Certificate class (#14856) (061fd55)
  • elasticsearch: 'r6gd' not marked as supported type for instance storage (#14894) (d07a49f), closes #14773
  • lambda-nodejs: cannot bundle locally when consuming a node module with a NodejsFunction (#14914) (52da59c), closes #14739
  • rds: Add exception throw when az is defined for multi-az db instance (#14837) (fd8445f), closes #10949

v1.106.1

Bug Fixes

  • secretsmanager: revert "Automatically grant permissions to rotation Lambda (#14471)", fixes #14868

v1.106.0

Features

  • ecs-service-extensions: allow taskRole to be passed in on creation of an ECS service (3e257a0)
  • appmesh: add IAM grants for StreamAggregatedResources (#13596) (f4a2938), closes #11639
  • cfnspec: cloudformation spec v36.0.0 (#14791) (3a9f56d)
  • dynamodb: add ability to enable contributor insights on Table (#14742) (3c7a89d)
  • lambda: support Principal conditions in Permission (#14674) (b78a1bb), closes #8116
  • lambda-nodejs: pnpm support (#14772) (b02311c), closes #14757

Bug Fixes

  • cognito: user pool - phoneNumberVerified attribute fails deployment (#14699) (cd2589f), closes #14175
  • iam: permissions boundaries not added to custom resource roles (#14754) (f36feb5), closes #13310
  • lambda: changing reserved concurrency fails lambda version deployment (#14586) (f47d5cb), closes #11537
  • lambda-nodejs: esbuild detection with Yarn 2 in PnP mode (#14739) (5c84696)
  • pipelines: self-update build fails with named pipeline stack (#14729) (eff9c75), closes #10782

v1.105.0

... (truncated)

Changelog

Sourced from core's changelog.

1.107.0 (2021-06-02)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: the creation property clientPolicy in VirtualNode has been renamed to tlsClientPolicy, and its type changed to TlsClientPolicy
  • appmesh: to create TlsClientPolicy, validation property must be defined.
  • appmesh: the creation property tlsCertificate in VirtualNode has been renamed to tls, and its type changed to TlsListener
  • appmesh: the tlsMode property has been removed from the options when creating a TlsCertificate, moved to the new TlsListener interface, and renamed mode

Features

Bug Fixes

  • appmesh: introduce the TlsClientPolicy and TlsValidation concepts (#14782) (8263c78), closes #12733
  • appmesh: TLS mode is set on the Certificate class (#14856) (061fd55)
  • elasticsearch: 'r6gd' not marked as supported type for instance storage (#14894) (d07a49f), closes #14773
  • lambda-nodejs: cannot bundle locally when consuming a node module with a NodejsFunction (#14914) (52da59c), closes #14739
  • rds: Add exception throw when az is defined for multi-az db instance (#14837) (fd8445f), closes #10949

1.106.1 (2021-05-26)

Bug Fixes

  • secretsmanager: revert "Automatically grant permissions to rotation Lambda (#14471)", fixes #14868

1.106.0 (2021-05-25)

Features

  • ecs-service-extensions: allow taskRole to be passed in on creation of an ECS service (3e257a0)
  • appmesh: add IAM grants for StreamAggregatedResources (#13596) (f4a2938), closes #11639
  • cfnspec: cloudformation spec v36.0.0 (#14791) (3a9f56d)
  • dynamodb: add ability to enable contributor insights on Table (#14742) (3c7a89d)
  • lambda: support Principal conditions in Permission (#14674) (b78a1bb), closes #8116
  • lambda-nodejs: pnpm support (#14772) (b02311c), closes #14757

Bug Fixes

  • cognito: user pool - phoneNumberVerified attribute fails deployment (#14699) (cd2589f), closes #14175

... (truncated)

Commits

Updates kms from 1.102.0 to 1.107.0

Release notes

Sourced from kms's releases.

v1.107.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: the creation property clientPolicy in VirtualNode has been renamed to tlsClientPolicy, and its type changed to TlsClientPolicy
  • appmesh: to create TlsClientPolicy, validation property must be defined.
  • appmesh: the creation property tlsCertificate in VirtualNode has been renamed to tls, and its type changed to TlsListener
  • appmesh: the tlsMode property has been removed from the options when creating a TlsCertificate, moved to the new TlsListener interface, and renamed mode

Features

Bug Fixes

  • appmesh: introduce the TlsClientPolicy and TlsValidation concepts (#14782) (8263c78), closes #12733
  • appmesh: TLS mode is set on the Certificate class (#14856) (061fd55)
  • elasticsearch: 'r6gd' not marked as supported type for instance storage (#14894) (d07a49f), closes #14773
  • lambda-nodejs: cannot bundle locally when consuming a node module with a NodejsFunction (#14914) (52da59c), closes #14739
  • rds: Add exception throw when az is defined for multi-az db instance (#14837) (fd8445f), closes #10949

v1.106.1

Bug Fixes

  • secretsmanager: revert "Automatically grant permissions to rotation Lambda (#14471)", fixes #14868

v1.106.0

Features

  • ecs-service-extensions: allow taskRole to be passed in on creation of an ECS service (3e257a0)
  • appmesh: add IAM grants for StreamAggregatedResources (#13596) (f4a2938), closes #11639
  • cfnspec: cloudformation spec v36.0.0 (#14791) (3a9f56d)
  • dynamodb: add ability to enable contributor insights on Table (#14742) (3c7a89d)
  • lambda: support Principal conditions in Permission (#14674) (b78a1bb), closes #8116
  • lambda-nodejs: pnpm support (#14772) (b02311c), closes #14757

Bug Fixes

  • cognito: user pool - phoneNumberVerified attribute fails deployment (#14699) (cd2589f), closes #14175
  • iam: permissions boundaries not added to custom resource roles (#14754) (f36feb5), closes #13310
  • lambda: changing reserved concurrency fails lambda version deployment (#14586) (f47d5cb), closes #11537
  • lambda-nodejs: esbuild detection with Yarn 2 in PnP mode (#14739) (5c84696)
  • pipelines: self-update build fails with named pipeline stack (#14729) (eff9c75), closes #10782

v1.105.0

... (truncated)

Changelog

Sourced from kms's changelog.

1.107.0 (2021-06-02)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appmesh: the creation property clientPolicy in VirtualNode has been renamed to tlsClientPolicy, and its type changed to TlsClientPolicy
  • appmesh: to create TlsClientPolicy, validation property must be defined.
  • appmesh: the creation property tlsCertificate in VirtualNode has been renamed to tls, and its type changed to TlsListener
  • appmesh: the tlsMode property has been removed from the options when creating a TlsCertificate, moved to the new TlsListener interface, and renamed mode

Features

Bug Fixes

  • appmesh: introduce the TlsClientPolicy and TlsValidation concepts (#14782) (8263c78), closes #12733
  • appmesh: TLS mode is set on the Certificate class (#14856) (061fd55)
  • elasticsearch: 'r6gd' not marked as supported type for instance storage (#14894) (d07a49f), closes #14773
  • lambda-nodejs: cannot bundle locally when consuming a node module with a NodejsFunction (#14914) (52da59c), closes #14739
  • rds: Add exception throw when az is defined for multi-az db instance (#14837) (fd8445f), closes #10949

1.106.1 (2021-05-26)

Bug Fixes

  • secretsmanager: revert "Automatically grant permissions to rotation Lambda (#14471)", fixes #14868

1.106.0 (2021-05-25)

Features

  • ecs-service-extensions: allow taskRole to be passed in on creation of an ECS service (3e257a0)
  • appmesh: add IAM grants for StreamAggregatedResources (#13596) (f4a2938), closes #11639
  • cfnspec: cloudformation spec v36.0.0 (#14791) (3a9f56d)
  • dynamodb: add ability to enable contributor insights on Table (#14742) (3c7a89d)
  • lambda: support Principal conditions in Permission (#14674) (b78a1bb), closes #8116
  • lambda-nodejs: pnpm support (#14772) (b02311c), closes #14757

Bug Fixes

  • cognito: user pool - phoneNumberVerified attribute fails deployment (#14699) (cd2589f), closes #14175

... (truncated)

Commits

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 `cdk.version` from 1.102.0 to 1.107.0.

Updates `core` from 1.102.0 to 1.107.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.107.0)

Updates `kms` from 1.102.0 to 1.107.0
- [Release notes](https://github.com/aws/aws-cdk/releases)
- [Changelog](https://github.com/aws/aws-cdk/blob/master/CHANGELOG.md)
- [Commits](aws/aws-cdk@v1.102.0...v1.107.0)

---
updated-dependencies:
- dependency-name: software.amazon.awscdk:core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: software.amazon.awscdk:kms
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 3, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 10, 2021

Superseded by #130.

@dependabot dependabot Bot closed this Jun 10, 2021
@dependabot dependabot Bot deleted the dependabot/maven/cdk.version-1.107.0 branch June 10, 2021 05:44
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants