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.122.0 #208

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

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

v1.122.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: hasOutput(props: any) becomes hasOutput(logicalId: string, props: any)
  • assertions: findOutputs(props: any = {}) becomes findOutputs(logicalId: string, props: any = {})
  • assertions: hasMapping(props: any) becomes hasMapping(logicalId: string, props: any)
  • assertions: findMappings(props: any = {}) becomes findMappings(logicalId: string, props: any = {})

Features

Bug Fixes

  • apigatewayv2: some methods of the defaultStage are not available without casting it to IHttpStage (#15607) (27a0113)
  • assets: run executable command of container assets in cloud assembly root directory (#16094) (c2852c9), closes #15721
  • assertions: output and mapping assertions do not accept logical id (#16329), closes #16242
  • autoscaling: EbsDeviceVolumeType.IO2 is not a valid CloudFormation value (#16028) (492d33b), closes #16027
  • cli: 'deploy' and 'diff' silently does nothing when given unknown stack name (#16150) (74776f3), closes #15866
  • cloudwatch: cross account alarms does not support math expressions (#16333) (1ffd897), closes #16331
  • core: allow asset bundling when selinux is enabled (#15742) (dbfebb4)
  • iam: permissions boundary aspect doesn't always recognize roles (#16154) (c8bfcf6)
  • stepfunctions-tasks: Athena StartQueryExecution includes QueryExecutionContext even when object is empty (#16141) (6e2a3e0), closes #16133 #16133

v1.121.0

Features

... (truncated)

Changelog

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

1.122.0 (2021-09-08)

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • assertions: hasOutput(props: any) becomes hasOutput(logicalId: string, props: any)
  • assertions: findOutputs(props: any = {}) becomes findOutputs(logicalId: string, props: any = {})
  • assertions: hasMapping(props: any) becomes hasMapping(logicalId: string, props: any)
  • assertions: findMappings(props: any = {}) becomes findMappings(logicalId: string, props: any = {})

Features

Bug Fixes

  • apigatewayv2: some methods of the defaultStage are not available without casting it to IHttpStage (#15607) (27a0113)
  • assertions: output and mapping assertions do not accept logical id (#16329), closes #16242
  • assets: run executable command of container assets in cloud assembly root directory (#16094) (c2852c9), closes #15721
  • autoscaling: EbsDeviceVolumeType.IO2 is not a valid CloudFormation value (#16028) (492d33b), closes #16027
  • cli: 'deploy' and 'diff' silently does nothing when given unknown stack name (#16150) (74776f3), closes #15866
  • cloudwatch: cross account alarms does not support math expressions (#16333) (1ffd897), closes #16331
  • core: allow asset bundling when selinux is enabled (#15742) (dbfebb4)
  • iam: permissions boundary aspect doesn't always recognize roles (#16154) (c8bfcf6)
  • stepfunctions-tasks: Athena StartQueryExecution includes QueryExecutionContext even when object is empty (#16141) (6e2a3e0), closes #16133 #16133

1.121.0 (2021-09-01)

Features

... (truncated)

Commits
  • 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)
  • 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)
  • 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 #212.