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-applicationautoscaling from 1.101.0 to 1.137.0 #273

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps @aws-cdk/aws-applicationautoscaling from 1.101.0 to 1.137.0.

Release notes

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

v1.137.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • opensearchservice: imported domain property domainEndpoint used to contain https:// prefix, now the prefix is dropped and it returns the same value as a domainEndpoint on a created domain

Features

Bug Fixes

  • acm: DnsValidatedCertificate intermittently fails with "Cannot read property 'Name' of undefined" (#18033) (2b6c2da), closes #8282
  • apigateway: race condition between Stage and CfnAccount (#18011) (f11766e)
  • eks: can't deploy with Bottlerocket amiType (#17775) (b7be71c), closes #17641 #17641
  • eks: cannot customize alb controller repository and version (#18081) (e4256c8), closes #18054
  • eks: the defaultChild of a KubernetesManifest is not a CfnResource (#18052) (ef8ab72)
  • opensearchservice: imported domain's domainendpoint is a url not an endpoint (#18027) (fd149b1), closes #18017
  • core, s3-deployment: ResponseURL is logged by S3Deployment (#18048) (ed19828)
  • pipelines: can't use exports from very long stack names (#18039) (465dabf), closes #17436
  • region-info: ssm service principal is wrong in majority of regions (#17984) (77144f5), closes #16188 #17646

v1.136.0

⚠ BREAKING CHANGES TO EXPERIMENTAL FEATURES

  • appsync: The CachingConfig#ttl property is now required.

  • glue: the grantRead API previously included 'glue:BatchDeletePartition', and now it does not.

Features

  • amplify: Add Amplify asset deployment resource (#16922) (499ba85), closes #16208
  • apigateway: add option to set the base path when adding a domain name to a Rest API (#17915) (9af5b4d)
  • apigatewayv2: Lambda authorizer for WebSocket API (#16886) (67cce37), closes #13869

... (truncated)

Commits
  • c21320d feat(aws-applicationautoscaling): Allow autoscaling with "M out of N" datapoi...
  • 7f54ed6 feat(aws-applicationautoscaling): enabling autoscaling for ElastiCache Redis ...
  • 919605a chore: npm-check-updates && yarn upgrade (#17909)
  • 6c7550b chore: npm-check-updates && yarn upgrade (#17687)
  • acd64f4 docs: re-enable example 'strict' mode where possible (#17421)
  • d869f51 chore: upgrade major version of jest (#17344)
  • b240201 chore: npm-check-updates && yarn upgrade (#17294)
  • 1f570e8 chore(aws-applicationautoscaling): add unit tests to increase branch coverage...
  • aca19e1 chore(appscaling): make examples compile (#17164)
  • 672acba docs(applicationautoscaling): fix wrong description for EnableScalingProps (#...
  • 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 2 years ago

Superseded by #275.