aws-cloudformation / cloudformation-cli-typescript-plugin

The CloudFormation Provider Development Toolkit Node.js Plugin allows you to autogenerate TypeScript code based on an input schema.
Apache License 2.0
45 stars 15 forks source link

Runtime(v1.0.6) + Tooling(v1.0.4) version bump #128

Closed Jaredd94 closed 6 months ago

Jaredd94 commented 6 months ago

Issue #, if available:

126

Description of changes:

Bump version to release changes for supporting nodejs20 runtime and fix class transformer version incompatibility.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

codecov[bot] commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 97.97%. Comparing base (115b7c0) to head (98c1f3a). Report is 1 commits behind head on master.

:exclamation: Current head 98c1f3a differs from pull request most recent head 1417b45

Please upload reports for the commit 1417b45 to get more accurate results.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #128 +/- ## ========================================== - Coverage 98.47% 97.97% -0.51% ========================================== Files 14 14 Lines 1249 1281 +32 Branches 213 240 +27 ========================================== + Hits 1230 1255 +25 - Misses 17 24 +7 Partials 2 2 ``` | [Flag](https://app.codecov.io/gh/aws-cloudformation/cloudformation-cli-typescript-plugin/pull/128/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aws-cloudformation) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/aws-cloudformation/cloudformation-cli-typescript-plugin/pull/128/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aws-cloudformation) | `97.97% <100.00%> (-0.51%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=aws-cloudformation#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Jaredd94 commented 6 months ago

The hypervisor framework required for Docker is not supported on the ARM-based macOS runners provided by GitHub. This issue was causing failures when attempting to run Colima with QEMU, which is unsupported on these runners - the mitigation for this is to switch to Intel-based macOS runners (macos-12)