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.119.0 #194

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

Sourced from @​aws-cdk/aws-ec2's releases.

v1.119.0

Features

Bug Fixes

  • core: asset bundling fails for non-existent user (#15313) (bf5882f), closes #15415
  • ec2: opaque error when insufficient NAT EIPs are configured (#16040) (a308cac), closes #16039
  • events: cross-account event targets that have a Role are broken (#15717) (f570c94), closes #15639
  • pipelines: repos with dashes cannot be used as additionalInputs (#16017) (400a59d), closes #15753
  • s3-deployment: BucketDeployment doesn't validate that distribution paths start with "/" (#15865) (f8d8795), closes #9317

v1.118.0

Features

Bug Fixes

v1.117.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: Template.fromTemplate() is now renamed to Template.fromJSON() to provide clarity.
  • assertions: TemplateAssertions is now renamed to Template.

Features

... (truncated)

Changelog

Sourced from @​aws-cdk/aws-ec2's changelog.

1.119.0 (2021-08-17)

Features

Bug Fixes

  • core: asset bundling fails for non-existent user (#15313) (bf5882f), closes #15415
  • ec2: opaque error when insufficient NAT EIPs are configured (#16040) (a308cac), closes #16039
  • events: cross-account event targets that have a Role are broken (#15717) (f570c94), closes #15639
  • pipelines: repos with dashes cannot be used as additionalInputs (#16017) (400a59d), closes #15753
  • s3-deployment: BucketDeployment doesn't validate that distribution paths start with "/" (#15865) (f8d8795), closes #9317

1.118.0 (2021-08-10)

Features

Bug Fixes

1.117.0 (2021-08-05)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: Template.fromTemplate() is now renamed to Template.fromJSON() to provide clarity.
  • assertions: TemplateAssertions is now renamed to Template.

Features

... (truncated)

Commits
  • a308cac fix(ec2): opaque error when insufficient NAT EIPs are configured (#16040)
  • 2e65e72 chore(ec2): explicit feature flags to produce a consistent template during te...
  • c3b872a fix(ec2): "clientVpnEndoint" => "clientVpnEndpoint" (#14902)
  • b842702 fix(ec2): volumename doesn't set name of volume (#15832)
  • 407b02d feat(aws-ec2): Add SubnetFilter for Id and CIDR netmask (#15373)
  • 929d6ae feat(ec2): Add Transcribe interface endpoint (#15465)
  • 1b5d525 feat(aws-kinesisfirehose): DeliveryStream API and basic S3 destination (#15544)
  • 52331c8 chore: npm-check-updates && yarn upgrade (#15693)
  • 6047f79 chore: npm-check-updates && yarn upgrade (#15539)
  • 850cba0 fix(iam): remove incorrect normalization of principal (#15248)
  • 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 #200.