Skip to content

Releases: aws/aws-dotnet-deploy

Release 1.8.8

16 Dec 15:55
205d8d9
Compare
Choose a tag to compare

1.8.8

Features

  • Switch to use the --password-stdin switch when logging into docker
  • Provide better context and messaging when AWS calls fail

Chore

  • Remove .NET Core 3.1 support due to end of life approaching (This change does not impact users deploying applications that are still using .NET Core 3.1. However, .NET 6 or higher is now required to be installed on the machine running AWS .NET deployment tool)

Documentation

  • Update credentials documentation to discuss assuming CDK deployment roles, and document the --output parameter on the deployment-project command.

Build System or External Dependencies

  • Version bump to 1.8

Release 1.7.3

09 Nov 20:57
3b2b6b2
Compare
Choose a tag to compare

1.7.3

Chore

  • Update AWS .NET SDK package references

Build System or External Dependencies

  • Version bump to 1.7

Release 1.6.4

03 Nov 23:31
Compare
Choose a tag to compare

1.6.4

Features

  • Add support for deploying .NET 7 applications to Elastic Beanstalk
  • Allow changing Elastic Beanstalk's platform version for environments

Documentation

  • Add repository overview for the .NET deploy tool

Build System or External Dependencies

  • Version bump to 1.6

Release 1.5.4

06 Oct 14:54
c1bf3d1
Compare
Choose a tag to compare

1.5.4

Bug Fixes

  • Doing a redeployment of an existing Windows Elastic Beanstalk environment will fail if the aws-windows-deployment-manifest.json file contains JSON comments

Chore

  • Truncate long error messages

Build System or External Dependencies

  • Version bump to 1.5

Release 1.4.10

29 Sep 16:55
4f04da1
Compare
Choose a tag to compare

1.4.10

Features

  • Add HTTP3 support for BlazorWasm deployments
  • Enable toggling whether the Application Load Balancer should be internet-facing or internal for the ECS Fargate recipe.
  • Add support for deploying to existing windows Beanstalk environments

Bug Fixes

  • Persist deployment bundle settings across deployments
  • Self contained build does not work for windows based deployments

Documentation

  • Add troubleshooting guide entry for App Runner Failed with Resource handler returned message: "null"

CI Configuration Changes

  • Increase CodeBuild job timeout to account for increased integ tests runtime
  • Increase codebuild ci role assume duration

Build System or External Dependencies

  • Version bump to 1.4

Release 1.3.7

08 Sep 22:45
3bc852c
Compare
Choose a tag to compare

1.3.7

Documentation

  • Integrating with CI/CD
  • Added AmazonSSMFullAccess policy

Bug Fixes

  • Reduce the memory allocation for the AWS Lambda function which is used when publishing the Blazor recipe to work in new AWS accounts
  • Support deploying using AWS IAM Identity Center single sign-on (SSO) credentials

Features

  • Add ability to save deployment settings to a config file

Build System or External Dependencies

  • Version bump to 1.3

Release 1.2.4

24 Aug 18:15
66fb1e3
Compare
Choose a tag to compare

1.2.4

Bug Fixes

  • Deployment workflow fails if there is no default vpc

Build System or External Dependencies

  • Version bump to 1.2

Release 1.1.15

05 Aug 17:16
5c57ebd
Compare
Choose a tag to compare

1.1.15

Documentation

  • Add documentation for deployment projects
  • Deployment project documentation revisions
  • Remove placeholders for future content
  • Remove tutorial placeholders for now

Chore

  • Add integ test confirming server mode connect behavior
  • Remove unused bucket
  • Update CDK bootstrap template version to 14

Bug Fixes

  • Deployments created in preview version don't work in GA version

CI Configuration Changes

  • Add default encryption for CodeBuild bucket
  • No longer republish GitHub Pages documentation upon merge to dev

Build System or External Dependencies

  • Version bump to 1.1

Release 1.0.3

05 Jul 19:40
48ef3bc
Compare
Choose a tag to compare

1.0.3

Chore

  • Update to the GA version 1.0

Bug Fixes

  • Make validation state for the recommendation not be written in deployment project recipe.

Documentation

  • Update documentation to remove TODO

Features

  • Added validation for Preferred Start Time in Beanstalk recipe

Release 0.50.2

29 Jun 23:29
Compare
Choose a tag to compare

0.50.2

Bug Fixes

  • Correctly validate platform architecture for Windows instance types

Build System or External Dependencies

  • Version bump to 0.50