godatadriven / databricks-cdk

Deployment of databricks resources with cdk
MIT License
8 stars 7 forks source link

Bump aws-cdk-lib from 2.70.0 to 2.79.1 in /typescript #1021

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps aws-cdk-lib from 2.70.0 to 2.79.1.

Release notes

Sourced from aws-cdk-lib's releases.

v2.79.1

Bug Fixes

  • bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#25272) (4c4014e)

Alpha modules (2.79.1-alpha.0)

v2.79.0

Features

Bug Fixes


Alpha modules (2.79.0-alpha.0)

Bug Fixes

  • servicecatalogappregistry: Revert deprecated method to keep deprecated method in alpha version (b20b123)
  • batch: JobDefinition's ContainerDefinition's Image is synthesized with [Object object] (#25250) (b3d0d57)

v2.78.0

Features

Bug Fixes

  • api-gateway: add validation to variables property on Stage resource (#25267) (04427e3), closes #3635
  • apigateway: cannot use requestValidatorOptions multiple times (under feature flag) (#25324) (2a49fd1), closes #7613
  • batch: ManagedEc2EcsComputeEnvironment instance role missing managed policy (#25279) (c81d115), closes #25256
  • batch: JobQueue uses wrong id for underlying CfnJobQueue (#25269) (4cbb790), closes #25248
  • core: output folder checksum is computed unnecessarily (#25392) (f2294ba)
  • ecs: Allow scheduling DAEMON services even if no EC2 capacity attached to cluster (#25306) (#25328) (96bb8ce)

... (truncated)

Changelog

Sourced from aws-cdk-lib's changelog.

2.79.1 (2023-05-11)

Bug Fixes

  • bootstrap: bootstrap doesn't work in non-aws partitions anymore (revert security hub finding fix) (#25272) (4c4014e)

2.79.0 (2023-05-10)

Features

Bug Fixes

2.78.0 (2023-05-03)

Features

Bug Fixes

... (truncated)

Commits
  • 1c84790 chore(eks): update README with consistent versions (#25488)
  • 7fed553 chore(custom-resources): fix broken links (#25505)
  • dde8a4a docs(iam): explain service principal behavior with feature flag (#25484)
  • b5cafce Merge branch 'main' into corymhall/eks/fix-test
  • b64f7ea chore: npm-check-updates && yarn upgrade (#25479)
  • 0a1ec71 integ test app should only exist in framework-integ
  • ca436be chore(eks): add back package.json in test app
  • ed3962a feat(logs): support DataProtectionPolicy in LogGroup construct (#23402)
  • ce7bdea feat(ecr): grantRead on repositories (#25445)
  • 75212eb fix(elasticloadbalancingv2): ALB auth return internal server error (#24510)
  • 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)
codecov-commenter commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (8b73ffa) 62.41% compared to head (accf661) 62.41%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1021 +/- ## ======================================= Coverage 62.41% 62.41% ======================================= Files 35 35 Lines 1865 1865 ======================================= Hits 1164 1164 Misses 701 701 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

dependabot[bot] commented 1 year ago

Superseded by #1034.