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

build(deps): bump cdk.version from 1.102.0 to 1.109.0#137

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

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

Conversation

@dependabot
Copy link
Copy Markdown

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

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

Release notes

Sourced from core's releases.

v1.109.0

Features

  • apigateway: disable execute api endpoint (#14526) (b3a7d5b)
  • aws-backup: Add arn attribute and grant method to backup vault (#14997) (04c0a07), closes #14996
  • cfnspec: cloudformation spec v38.0.0 (#15044) (632d518)
  • cfnspec: cloudformation spec v39.1.0 (#15144) (abc457e)
  • cloudfront: add fromFile for CF functions (#14980) (31c9338), closes #14967
  • codestarnotifications: new L2 constructs (#10833) (645ebe1), closes #9680
  • core: allow user to provide docker --security-opt when bundling (#14682) (a418ea6)
  • core: Support platform flag during asset build (#14908) (0189a9a)
  • dynamodb: exposes schema method to return partition and sort key of table or secondary indexes (#15111) (1137eb7), closes #7680
  • ecs-patterns: Add ability to configure VisibilityTimeout on QueueProcessing service pattern (#15052) (350d783)
  • ecs-patterns: allow specifying security groups on ScheduledTask pattern (#15096) (6bdf1c0), closes #5213 #14220
  • ecs-patterns: expose task target on ScheduledTask pattern (#15127) (c31c59a), closes #14971 #14953 #12609
  • lambda-event-sources: streams - report batch item failures (#14458) (3d4a13e), closes #12654
  • logs: make the addition of permissions to Lambda functions optional (#14222) (0c50ec9), closes #14198
  • migration: add constructs migration to rewrite script (#14916) (37a4c8d)
  • pipelines: add test commands to standard synth actions (#14979) (0bc8a8a)
  • servicecatalog: initial implementation of the Portfolio construct (#15099) (203cc45)

Bug Fixes

  • aws-iam: prevent adding duplicate resources and actions (#14712) (a8298cb), closes #13611
  • cfn-include: NestedStack's Parameters are not converted to strings (#15098) (8ad33b8), closes #15092
  • cli: cdk synth too eager with validation in Pipelines (#15147) (ae98e88), closes #14613 #15130
  • cli: cdk synth doesn't output yaml for stacks with dependency stacks (#14805) (44feee6), closes #3721
  • cli: deployment error traceback overwritten by progress bar (#14812) (d4a0af1), closes #14780
  • cli: HTTP timeout is too low for some asset uploads (#13575) (23c58d6), closes #13183
  • cli: option --all selects stacks in nested assemblies (#15046) (0d00e50)
  • cli: partition is not being resolved at missing value lookup (#15146) (cc7191e), closes #15119
  • cli: stack glob patterns only select one stack (#15071) (fcd2a6e)
  • codebuild: Project's Role has permissions to the entire Bucket when using S3 as the source (#15112) (9d01b4f)
  • codebuild: Secret env variable as token from another account fails on Key decryption (#14483) (91e80d7), closes #14477
  • core: CloudFormation dynamic references can't be assigned to num… (#14913) (39aacc8), closes #14824
  • ecs: TagParameterContainerImage cannot be used across accounts (#15073) (486f2e5), closes #15070
  • kinesisanalytics-flink: set applicationName with L2 Application (#15060) (1de85f2), closes #15058
  • lambda: deployment failure when layers are added to container functions (#15037) (8127cf2), closes #14143
  • lambda-event-sources: kafka event source expects credentials even when accessed via vpc (#14804) (5eb1e75)
  • pipelines: assets buildspec can exceed 25k size limit (#14974) (f7f367f)
  • pipelines: PublishAssetsAction uses hard-coded role names (#15118) (bad9713)
  • pipelines: self-update role assumes hard-coded role names (#14969) (cbd7552), closes #14877 #9271
  • secretsmanager: support secrets rotation in partition 'aws-cn' (#14608) (5061a8d), closes #13385

v1.108.1

Features

  • cfnspec: cloudformation spec v39.1.0 (af74354)

... (truncated)

Changelog

Sourced from core's changelog.

1.109.0 (2021-06-16)

Features

  • apigateway: disable execute api endpoint (#14526) (b3a7d5b)
  • aws-backup: Add arn attribute and grant method to backup vault (#14997) (04c0a07), closes #14996
  • cfnspec: cloudformation spec v38.0.0 (#15044) (632d518)
  • cfnspec: cloudformation spec v39.1.0 (#15144) (abc457e)
  • cloudfront: add fromFile for CF functions (#14980) (31c9338), closes #14967
  • codestarnotifications: new L2 constructs (#10833) (645ebe1), closes #9680
  • core: allow user to provide docker --security-opt when bundling (#14682) (a418ea6)
  • core: Support platform flag during asset build (#14908) (0189a9a)
  • dynamodb: exposes schema method to return partition and sort key of table or secondary indexes (#15111) (1137eb7), closes #7680
  • ecs-patterns: Add ability to configure VisibilityTimeout on QueueProcessing service pattern (#15052) (350d783)
  • ecs-patterns: allow specifying security groups on ScheduledTask pattern (#15096) (6bdf1c0), closes #5213 #14220
  • ecs-patterns: expose task target on ScheduledTask pattern (#15127) (c31c59a), closes #14971 #14953 #12609
  • lambda-event-sources: streams - report batch item failures (#14458) (3d4a13e), closes #12654
  • logs: make the addition of permissions to Lambda functions optional (#14222) (0c50ec9), closes #14198
  • migration: add constructs migration to rewrite script (#14916) (37a4c8d)
  • pipelines: add test commands to standard synth actions (#14979) (0bc8a8a)
  • servicecatalog: initial implementation of the Portfolio construct (#15099) (203cc45)

Bug Fixes

  • aws-iam: prevent adding duplicate resources and actions (#14712) (a8298cb), closes #13611
  • cfn-include: NestedStack's Parameters are not converted to strings (#15098) (8ad33b8), closes #15092
  • cli: cdk synth too eager with validation in Pipelines (#15147) (ae98e88), closes #14613 #15130
  • cli: cdk synth doesn't output yaml for stacks with dependency stacks (#14805) (44feee6), closes #3721
  • cli: deployment error traceback overwritten by progress bar (#14812) (d4a0af1), closes #14780
  • cli: HTTP timeout is too low for some asset uploads (#13575) (23c58d6), closes #13183
  • cli: option --all selects stacks in nested assemblies (#15046) (0d00e50)
  • cli: partition is not being resolved at missing value lookup (#15146) (cc7191e), closes #15119
  • cli: stack glob patterns only select one stack (#15071) (fcd2a6e)
  • codebuild: Project's Role has permissions to the entire Bucket when using S3 as the source (#15112) (9d01b4f)
  • codebuild: Secret env variable as token from another account fails on Key decryption (#14483) (91e80d7), closes #14477
  • core: CloudFormation dynamic references can't be assigned to num… (#14913) (39aacc8), closes #14824
  • ecs: TagParameterContainerImage cannot be used across accounts (#15073) (486f2e5), closes #15070
  • kinesisanalytics-flink: set applicationName with L2 Application (#15060) (1de85f2), closes #15058
  • lambda: deployment failure when layers are added to container functions (#15037) (8127cf2), closes #14143
  • lambda-event-sources: kafka event source expects credentials even when accessed via vpc (#14804) (5eb1e75)
  • pipelines: assets buildspec can exceed 25k size limit (#14974) (f7f367f)
  • pipelines: PublishAssetsAction uses hard-coded role names (#15118) (bad9713)
  • pipelines: self-update role assumes hard-coded role names (#14969) (cbd7552), closes #14877 #9271
  • secretsmanager: support secrets rotation in partition 'aws-cn' (#14608) (5061a8d), closes #13385

1.108.1 (2021-06-11)

... (truncated)

Commits
  • c647e38 revert: feat(assertions): an initial version of the CDK 'assert' library, now...
  • 277c688 chore(release): 1.109.0
  • 17e1a49 chore(release): 1.109.0
  • a23aa63 feat(assertions): an initial version of the CDK 'assert' library, now experim...
  • ae98e88 fix(cli): cdk synth too eager with validation in Pipelines (#15147)
  • abc457e feat(cfnspec): cloudformation spec v39.1.0 (#15144)
  • 5061a8d fix(secretsmanager): support secrets rotation in partition 'aws-cn' (#14608)
  • a418ea6 feat(core): allow user to provide docker --security-opt when bundling (#14682)
  • cc7191e fix(cli): partition is not being resolved at missing value lookup (#15146)
  • 03fca09 revert: chore(bootstrap): enable s3 versioning (#14987) (#15137)
  • Additional commits viewable in compare view

Updates kms from 1.102.0 to 1.109.0

Release notes

Sourced from kms's releases.

v1.109.0

Features

  • apigateway: disable execute api endpoint (#14526) (b3a7d5b)
  • aws-backup: Add arn attribute and grant method to backup vault (#14997) (04c0a07), closes #14996
  • cfnspec: cloudformation spec v38.0.0 (#15044) (632d518)
  • cfnspec: cloudformation spec v39.1.0 (#15144) (abc457e)
  • cloudfront: add fromFile for CF functions (#14980) (31c9338), closes #14967
  • codestarnotifications: new L2 constructs (#10833) (645ebe1), closes #9680
  • core: allow user to provide docker --security-opt when bundling (#14682) (a418ea6)
  • core: Support platform flag during asset build (#14908) (0189a9a)
  • dynamodb: exposes schema method to return partition and sort key of table or secondary indexes (#15111) (1137eb7), closes #7680
  • ecs-patterns: Add ability to configure VisibilityTimeout on QueueProcessing service pattern (#15052) (350d783)
  • ecs-patterns: allow specifying security groups on ScheduledTask pattern (#15096) (6bdf1c0), closes #5213 #14220
  • ecs-patterns: expose task target on ScheduledTask pattern (#15127) (c31c59a), closes #14971 #14953 #12609
  • lambda-event-sources: streams - report batch item failures (#14458) (3d4a13e), closes #12654
  • logs: make the addition of permissions to Lambda functions optional (#14222) (0c50ec9), closes #14198
  • migration: add constructs migration to rewrite script (#14916) (37a4c8d)
  • pipelines: add test commands to standard synth actions (#14979) (0bc8a8a)
  • servicecatalog: initial implementation of the Portfolio construct (#15099) (203cc45)

Bug Fixes

  • aws-iam: prevent adding duplicate resources and actions (#14712) (a8298cb), closes #13611
  • cfn-include: NestedStack's Parameters are not converted to strings (#15098) (8ad33b8), closes #15092
  • cli: cdk synth too eager with validation in Pipelines (#15147) (ae98e88), closes #14613 #15130
  • cli: cdk synth doesn't output yaml for stacks with dependency stacks (#14805) (44feee6), closes #3721
  • cli: deployment error traceback overwritten by progress bar (#14812) (d4a0af1), closes #14780
  • cli: HTTP timeout is too low for some asset uploads (#13575) (23c58d6), closes #13183
  • cli: option --all selects stacks in nested assemblies (#15046) (0d00e50)
  • cli: partition is not being resolved at missing value lookup (#15146) (cc7191e), closes #15119
  • cli: stack glob patterns only select one stack (#15071) (fcd2a6e)
  • codebuild: Project's Role has permissions to the entire Bucket when using S3 as the source (#15112) (9d01b4f)
  • codebuild: Secret env variable as token from another account fails on Key decryption (#14483) (91e80d7), closes #14477
  • core: CloudFormation dynamic references can't be assigned to num… (#14913) (39aacc8), closes #14824
  • ecs: TagParameterContainerImage cannot be used across accounts (#15073) (486f2e5), closes #15070
  • kinesisanalytics-flink: set applicationName with L2 Application (#15060) (1de85f2), closes #15058
  • lambda: deployment failure when layers are added to container functions (#15037) (8127cf2), closes #14143
  • lambda-event-sources: kafka event source expects credentials even when accessed via vpc (#14804) (5eb1e75)
  • pipelines: assets buildspec can exceed 25k size limit (#14974) (f7f367f)
  • pipelines: PublishAssetsAction uses hard-coded role names (#15118) (bad9713)
  • pipelines: self-update role assumes hard-coded role names (#14969) (cbd7552), closes #14877 #9271
  • secretsmanager: support secrets rotation in partition 'aws-cn' (#14608) (5061a8d), closes #13385

v1.108.1

Features

  • cfnspec: cloudformation spec v39.1.0 (af74354)

... (truncated)

Changelog

Sourced from kms's changelog.

1.109.0 (2021-06-16)

Features

  • apigateway: disable execute api endpoint (#14526) (b3a7d5b)
  • aws-backup: Add arn attribute and grant method to backup vault (#14997) (04c0a07), closes #14996
  • cfnspec: cloudformation spec v38.0.0 (#15044) (632d518)
  • cfnspec: cloudformation spec v39.1.0 (#15144) (abc457e)
  • cloudfront: add fromFile for CF functions (#14980) (31c9338), closes #14967
  • codestarnotifications: new L2 constructs (#10833) (645ebe1), closes #9680
  • core: allow user to provide docker --security-opt when bundling (#14682) (a418ea6)
  • core: Support platform flag during asset build (#14908) (0189a9a)
  • dynamodb: exposes schema method to return partition and sort key of table or secondary indexes (#15111) (1137eb7), closes #7680
  • ecs-patterns: Add ability to configure VisibilityTimeout on QueueProcessing service pattern (#15052) (350d783)
  • ecs-patterns: allow specifying security groups on ScheduledTask pattern (#15096) (6bdf1c0), closes #5213 #14220
  • ecs-patterns: expose task target on ScheduledTask pattern (#15127) (c31c59a), closes #14971 #14953 #12609
  • lambda-event-sources: streams - report batch item failures (#14458) (3d4a13e), closes #12654
  • logs: make the addition of permissions to Lambda functions optional (#14222) (0c50ec9), closes #14198
  • migration: add constructs migration to rewrite script (#14916) (37a4c8d)
  • pipelines: add test commands to standard synth actions (#14979) (0bc8a8a)
  • servicecatalog: initial implementation of the Portfolio construct (#15099) (203cc45)

Bug Fixes

  • aws-iam: prevent adding duplicate resources and actions (#14712) (a8298cb), closes #13611
  • cfn-include: NestedStack's Parameters are not converted to strings (#15098) (8ad33b8), closes #15092
  • cli: cdk synth too eager with validation in Pipelines (#15147) (ae98e88), closes #14613 #15130
  • cli: cdk synth doesn't output yaml for stacks with dependency stacks (#14805) (44feee6), closes #3721
  • cli: deployment error traceback overwritten by progress bar (#14812) (d4a0af1), closes #14780
  • cli: HTTP timeout is too low for some asset uploads (#13575) (23c58d6), closes #13183
  • cli: option --all selects stacks in nested assemblies (#15046) (0d00e50)
  • cli: partition is not being resolved at missing value lookup (#15146) (cc7191e), closes #15119
  • cli: stack glob patterns only select one stack (#15071) (fcd2a6e)
  • codebuild: Project's Role has permissions to the entire Bucket when using S3 as the source (#15112) (9d01b4f)
  • codebuild: Secret env variable as token from another account fails on Key decryption (#14483) (91e80d7), closes #14477
  • core: CloudFormation dynamic references can't be assigned to num… (#14913) (39aacc8), closes #14824
  • ecs: TagParameterContainerImage cannot be used across accounts (#15073) (486f2e5), closes #15070
  • kinesisanalytics-flink: set applicationName with L2 Application (#15060) (1de85f2), closes #15058
  • lambda: deployment failure when layers are added to container functions (#15037) (8127cf2), closes #14143
  • lambda-event-sources: kafka event source expects credentials even when accessed via vpc (#14804) (5eb1e75)
  • pipelines: assets buildspec can exceed 25k size limit (#14974) (f7f367f)
  • pipelines: PublishAssetsAction uses hard-coded role names (#15118) (bad9713)
  • pipelines: self-update role assumes hard-coded role names (#14969) (cbd7552), closes #14877 #9271
  • secretsmanager: support secrets rotation in partition 'aws-cn' (#14608) (5061a8d), closes #13385

1.108.1 (2021-06-11)

... (truncated)

Commits
  • c647e38 revert: feat(assertions): an initial version of the CDK 'assert' library, now...
  • 277c688 chore(release): 1.109.0
  • 17e1a49 chore(release): 1.109.0
  • a23aa63 feat(assertions): an initial version of the CDK 'assert' library, now experim...
  • ae98e88 fix(cli): cdk synth too eager with validation in Pipelines (#15147)
  • abc457e feat(cfnspec): cloudformation spec v39.1.0 (#15144)
  • 5061a8d fix(secretsmanager): support secrets rotation in partition 'aws-cn' (#14608)
  • a418ea6 feat(core): allow user to provide docker --security-opt when bundling (#14682)
  • cc7191e fix(cli): partition is not being resolved at missing value lookup (#15146)
  • 03fca09 revert: chore(bootstrap): enable s3 versioning (#14987) (#15137)
  • 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 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.109.0.

Updates `core` from 1.102.0 to 1.109.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.109.0)

Updates `kms` from 1.102.0 to 1.109.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.109.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 17, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jun 24, 2021

Superseded by #141.

@dependabot dependabot Bot closed this Jun 24, 2021
@dependabot dependabot Bot deleted the dependabot/maven/cdk.version-1.109.0 branch June 24, 2021 18:05
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