Skip to content

Deploy Tool v2.0.0#951

Merged
philasmar merged 15 commits intodevfrom
feature/net8-upgrade
Jun 16, 2025
Merged

Deploy Tool v2.0.0#951
philasmar merged 15 commits intodevfrom
feature/net8-upgrade

Conversation

@philasmar
Copy link
Copy Markdown
Contributor

Issue #, if available:
DOTNET-8153

Description of changes:

  • Upgrade the Deploy Tool from .NET 6 to .NET 8
  • Switch from System.CommandLine to Spectre.CLI for a better CLI experience
  • Update Amazon CDK library to 2.194.0 and CDK CLI to 2.1013.0
  • Update AWS .NET SDK to V4
  • Upgrade Microsoft Templating Engine from .NET 5 to .NET 8
  • Add support for deploying .NET 10 applications across different recipes
  • Add support for Podman in addition to the existing Docker support
  • Update the minimum NodeJS version from 14.x to 18.x
  • NodeJS has been removed from the generated Dockerfiles. If you have an application that requires NodeJS, you will need to add it to the generated Dockerfile and rerun the Deploy Tool
  • Automatically deploy unsupported .NET versions using a self-contained build to Elastic Beanstalk

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@philasmar philasmar requested review from GarrettBeatty and normj June 13, 2025 22:17
@codecov
Copy link
Copy Markdown

codecov bot commented Jun 16, 2025

Codecov Report

Attention: Patch coverage is 65.78947% with 429 lines in your changes missing coverage. Please review.

Project coverage is 62.10%. Comparing base (f3eae16) to head (d82a139).
Report is 28 commits behind head on dev.

Files with missing lines Patch % Lines
src/AWS.Deploy.CLI/Commands/DeployCommand.cs 60.85% 130 Missing and 34 partials ⚠️
...AWS.Deploy.CLI/Commands/DeleteDeploymentCommand.cs 65.76% 27 Missing and 11 partials ⚠️
...WS.Deploy.Orchestration/Data/AWSResourceQueryer.cs 63.76% 13 Missing and 12 partials ⚠️
...WS.Deploy.Orchestration/DeploymentBundleHandler.cs 68.75% 16 Missing and 9 partials ⚠️
...y.CLI/Commands/GenerateDeploymentProjectCommand.cs 84.03% 10 Missing and 9 partials ⚠️
src/AWS.Deploy.CLI/Utilities/CommandLineHelpers.cs 26.31% 12 Missing and 2 partials ⚠️
src/AWS.Deploy.CLI/Commands/ServerModeCommand.cs 74.50% 12 Missing and 1 partial ⚠️
...igFileDeployment/DeploymentSettingsHandlerTests.cs 0.00% 11 Missing ⚠️
...es/Validation/OptionSettingsItemValidationTests.cs 0.00% 11 Missing ⚠️
src/AWS.Deploy.DocGenerator/Program.cs 0.00% 8 Missing ⚠️
... and 38 more
Additional details and impacted files
@@           Coverage Diff           @@
##              dev     #951   +/-   ##
=======================================
  Coverage   62.10%   62.10%           
=======================================
  Files         294      294           
  Lines       10796    10796           
  Branches     1616     1616           
=======================================
  Hits         6705     6705           
  Misses       3490     3490           
  Partials      601      601           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@philasmar philasmar merged commit 1a3e3eb into dev Jun 16, 2025
14 checks passed
@philasmar philasmar deleted the feature/net8-upgrade branch June 16, 2025 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants