gotodeploy / cdk-valheim

A high level CDK construct of Valheim dedicated server.
Apache License 2.0
26 stars 5 forks source link

chore(deps): bump @aws-cdk/aws-ec2 from 1.101.0 to 1.124.0 #218

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @aws-cdk/aws-ec2 from 1.101.0 to 1.124.0.

Release notes

Sourced from @​aws-cdk/aws-ec2'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 @​aws-cdk/aws-ec2'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
  • cdbd65d fix(ec2): set proper role for --role argument of cfn-init (#16503)
  • ac503cb chore(ec2): deprecate security group name accessor (#16116)
  • 430f50a feat(ec2/ecs): cacheInContext properties for machine images (#16021)
  • f19896b chore: migrate all remaining modules from nodunit-shim to jest (#16398)
  • ad425d0 feat(ec2): vpc endpoint for aws keyspaces (#16306)
  • 1d94646 feat(aws-ec2): Allow ApplyCloudformationInitOptions to set additional params ...
  • 2023004 feat(ec2): rename SubnetTypes to improve clarity with EC2 conventions (#16348)
  • a42a1ea feat(ec2): add m6i instances (#16081)
  • 0d0db38 fix: (aws-ec2): fix vpc endpoint incorrect issue in China region (#16139)
  • a308cac fix(ec2): opaque error when insufficient NAT EIPs are configured (#16040)
  • 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)
dependabot[bot] commented 3 years ago

Superseded by #224.