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/core from 1.101.0 to 1.121.0 #202

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps @aws-cdk/core from 1.101.0 to 1.121.0.

Release notes

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

v1.121.0

Features

Bug Fixes

  • apigatewayv2: api mapping key with two hyphens is disallowed (#16204) (0889564), closes #15948
  • rds: fromDatabaseInstanceAttributes() incorrectly stringifies ports with tokens (#16286) (41b831a), closes #11813
  • core: inconsistent analytics string across operating systems (#16300) (ff6082c), closes #15322
  • elasticloadbalancingv2: target group health check does not validate interval versus timeout (#16107) (a85ad39), closes #3703

v1.120.0

Features

Bug Fixes

  • apigatewayv2: http api - disallow empty string as domain name (#16044) (9c39bcb)
  • appsync: addSubscription only allows for field type (#16097) (000d151), closes #10078 #16071
  • cfnspec: changes to resource-level documentation not supported (#16170) (82e4b4f)
  • cli: Python init template does not work in directory with '-' (#15939) (3b2c790), closes #15938
  • cli: unknown command pytest in build container fails integration tests (#16134) (0f7c0b4), closes #15939
  • resourcegroups: ResourceGroup not using TagType.STANDARD, causes deploy failure (#16211) (cdee1af), closes #12986
  • s3: bucket is not emptied before update when the name changes (#16203) (b1d69d7), closes #14011
  • ses: drop spam rule appears in the incorrect order (#16146) (677fedc), closes #16091

... (truncated)

Changelog

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

1.121.0 (2021-09-01)

Features

Bug Fixes

  • apigatewayv2: api mapping key with two hyphens is disallowed (#16204) (0889564), closes #15948
  • rds: fromDatabaseInstanceAttributes() incorrectly stringifies ports with tokens (#16286) (41b831a), closes #11813
  • core: inconsistent analytics string across operating systems (#16300) (ff6082c), closes #15322
  • elasticloadbalancingv2: target group health check does not validate interval versus timeout (#16107) (a85ad39), closes #3703

1.120.0 (2021-08-26)

Features

Bug Fixes

  • apigatewayv2: http api - disallow empty string as domain name (#16044) (9c39bcb)
  • appsync: addSubscription only allows for field type (#16097) (000d151), closes #10078 #16071
  • cfnspec: changes to resource-level documentation not supported (#16170) (82e4b4f)
  • cli: Python init template does not work in directory with '-' (#15939) (3b2c790), closes #15938

... (truncated)

Commits
  • ff6082c fix(core): inconsistent analytics string across operating systems (#16300)
  • 01bf6e2 feat(core): normalize line endings in asset hash calculation (#16276)
  • 84a831a feat(assets): exclude "cdk.out" from docker assets (#16034)
  • ab228a6 chore(core): tell which stack is exceeding max resource count (#16019)
  • e4f2889 docs: improve documentation on the use of "env" with context lookups (#15983)
  • bf5882f fix(core): asset bundling fails for non-existent user (#15313)
  • 58fda91 feat(servicecatalog): add CloudFormation Parameter constraint (#15770)
  • 32ed229 feat(core): lazy mappings will only synthesize if keys are unresolved (#15617)
  • 52331c8 chore: npm-check-updates && yarn upgrade (#15693)
  • 2647cf3 feat(cli): add ability to specify an external id for the deploy-role (#15604)
  • 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 #207.