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

build(deps): bump cdk.version from 1.102.0 to 1.124.0#214

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

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

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 22, 2021

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

Release notes

Sourced from core's releases.

v1.124.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: the findResources() API previously returned a list of resources, but now returns a map of logical id to resource.
  • assertions: the findOutputs() API previously returned a list of outputs, but now returns a map of logical id to output.
  • assertions: the findMappings() API previously returned a list of mappings, but now returns a map of logical id to mapping.

Features

Bug Fixes

  • apigatewayv2: ApiMapping does not depend on DomainName (#16201) (1e247d8), closes #15464
  • cloudformation-diff: cdk diff not picking up differences if old/new value is in format n.n.n (#16050) (38426c9), closes #15935
  • config: the IGW mapping to correct resource type (#16464) (23d9b6a), closes #16463
  • core: asset hash of symlinked dir is wrong (#16429) (36ff738)
  • ec2: set proper role for --role argument of cfn-init (#16503) (cdbd65d), closes #16501
  • logs: log retention fails with OperationAbortedException (#16083) (3e9f04d), closes aws#15709
  • route53resolver: FirewallDomainList throws with wildcard domains (#16538) (643e5ee), closes #16527
  • SSM API docs: Typo SecretString -> SecureString and note how SecureStrings cannot be created via CDK (#16228) (950e875)

v1.123.0

Features

v1.122.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: hasOutput(props: any) becomes hasOutput(logicalId: string, props: any)

... (truncated)

Changelog

Sourced from core's changelog.

1.124.0 (2021-09-21)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: the findResources() API previously returned a list of resources, but now returns a map of logical id to resource.
  • assertions: the findOutputs() API previously returned a list of outputs, but now returns a map of logical id to output.
  • assertions: the findMappings() API previously returned a list of mappings, but now returns a map of logical id to mapping.

Features

Bug Fixes

  • apigatewayv2: ApiMapping does not depend on DomainName (#16201) (1e247d8), closes #15464
  • cloudformation-diff: cdk diff not picking up differences if old/new value is in format n.n.n (#16050) (38426c9), closes #15935
  • config: the IGW mapping to correct resource type (#16464) (23d9b6a), closes #16463
  • core: asset hash of symlinked dir is wrong (#16429) (36ff738)
  • ec2: set proper role for --role argument of cfn-init (#16503) (cdbd65d), closes #16501
  • logs: log retention fails with OperationAbortedException (#16083) (3e9f04d), closes aws#15709
  • route53resolver: FirewallDomainList throws with wildcard domains (#16538) (643e5ee), closes #16527
  • SSM API docs: Typo SecretString -> SecureString and note how SecureStrings cannot be created via CDK (#16228) (950e875)

1.123.0 (2021-09-16)

Features

... (truncated)

Commits
  • 65761fe Merge pull request #16581 from aws/bump/1.124.0
  • 299ed15 chore(release): 1.124.0
  • ef3b6d0 chore: transfer BenChaimberg ownership over to kaizen3031593 and comcalvi (#1...
  • 643e5ee fix(route53resolver): FirewallDomainList throws with wildcard domains (#16538)
  • cdbd65d fix(ec2): set proper role for --role argument of cfn-init (#16503)
  • ac503cb chore(ec2): deprecate security group name accessor (#16116)
  • 3a486c4 chore: migrate more modules to jest (#16533)
  • e6a104c docs(aws-ecr-assets): correct reference from AWS ECR to Amazon ECR (#16560)
  • ca29584 docs(pipelines): fix small issues in README (#16526)
  • 2a629dd feat(pipeline): allow enabling KMS key rotation for cross-region Stacks (#16468)
  • Additional commits viewable in compare view

Updates kms from 1.102.0 to 1.124.0

Release notes

Sourced from kms's releases.

v1.124.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: the findResources() API previously returned a list of resources, but now returns a map of logical id to resource.
  • assertions: the findOutputs() API previously returned a list of outputs, but now returns a map of logical id to output.
  • assertions: the findMappings() API previously returned a list of mappings, but now returns a map of logical id to mapping.

Features

Bug Fixes

  • apigatewayv2: ApiMapping does not depend on DomainName (#16201) (1e247d8), closes #15464
  • cloudformation-diff: cdk diff not picking up differences if old/new value is in format n.n.n (#16050) (38426c9), closes #15935
  • config: the IGW mapping to correct resource type (#16464) (23d9b6a), closes #16463
  • core: asset hash of symlinked dir is wrong (#16429) (36ff738)
  • ec2: set proper role for --role argument of cfn-init (#16503) (cdbd65d), closes #16501
  • logs: log retention fails with OperationAbortedException (#16083) (3e9f04d), closes aws#15709
  • route53resolver: FirewallDomainList throws with wildcard domains (#16538) (643e5ee), closes #16527
  • SSM API docs: Typo SecretString -> SecureString and note how SecureStrings cannot be created via CDK (#16228) (950e875)

v1.123.0

Features

v1.122.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: hasOutput(props: any) becomes hasOutput(logicalId: string, props: any)

... (truncated)

Changelog

Sourced from kms's changelog.

1.124.0 (2021-09-21)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: the findResources() API previously returned a list of resources, but now returns a map of logical id to resource.
  • assertions: the findOutputs() API previously returned a list of outputs, but now returns a map of logical id to output.
  • assertions: the findMappings() API previously returned a list of mappings, but now returns a map of logical id to mapping.

Features

Bug Fixes

  • apigatewayv2: ApiMapping does not depend on DomainName (#16201) (1e247d8), closes #15464
  • cloudformation-diff: cdk diff not picking up differences if old/new value is in format n.n.n (#16050) (38426c9), closes #15935
  • config: the IGW mapping to correct resource type (#16464) (23d9b6a), closes #16463
  • core: asset hash of symlinked dir is wrong (#16429) (36ff738)
  • ec2: set proper role for --role argument of cfn-init (#16503) (cdbd65d), closes #16501
  • logs: log retention fails with OperationAbortedException (#16083) (3e9f04d), closes aws#15709
  • route53resolver: FirewallDomainList throws with wildcard domains (#16538) (643e5ee), closes #16527
  • SSM API docs: Typo SecretString -> SecureString and note how SecureStrings cannot be created via CDK (#16228) (950e875)

1.123.0 (2021-09-16)

Features

... (truncated)

Commits
  • 65761fe Merge pull request #16581 from aws/bump/1.124.0
  • 299ed15 chore(release): 1.124.0
  • ef3b6d0 chore: transfer BenChaimberg ownership over to kaizen3031593 and comcalvi (#1...
  • 643e5ee fix(route53resolver): FirewallDomainList throws with wildcard domains (#16538)
  • cdbd65d fix(ec2): set proper role for --role argument of cfn-init (#16503)
  • ac503cb chore(ec2): deprecate security group name accessor (#16116)
  • 3a486c4 chore: migrate more modules to jest (#16533)
  • e6a104c docs(aws-ecr-assets): correct reference from AWS ECR to Amazon ECR (#16560)
  • ca29584 docs(pipelines): fix small issues in README (#16526)
  • 2a629dd feat(pipeline): allow enabling KMS key rotation for cross-region Stacks (#16468)
  • 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.124.0.

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

Updates `kms` from 1.102.0 to 1.124.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.124.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 Sep 22, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Sep 30, 2021

Superseded by #222.

@dependabot dependabot Bot closed this Sep 30, 2021
@dependabot dependabot Bot deleted the dependabot/maven/cdk.version-1.124.0 branch September 30, 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