Skip to content

Releases: aws/aws-dotnet-deploy

Release 1.12.3

31 Mar 22:41
9b8eed7

Choose a tag to compare

1.12.3

Documentation

  • Clarify the exception that is thrown when missing permissions for ListPlatformVersions during Elastic Beanstalk deployments

Build System or External Dependencies

  • Version bump to 1.12

Release 1.11.6

08 Mar 19:31

Choose a tag to compare

1.11.6

Bug Fixes

  • Set container memory limit to the same as the task to ensure the .NET GC knows the correct amount of available heap space. (#756)

Chore

  • Remove dependency on existing IAM role for integ tests
  • Update CDK bootstrap template to v15
  • Update the version of the github actions used

CI Configuration Changes

  • Enable CodeBuild PR checks to run on multiple AWS accounts

Build System or External Dependencies

  • Version bump to 1.11

Release 1.10.4

13 Jan 22:26
e8f4ad1

Choose a tag to compare

1.10.4

CI Configuration Changes

  • Doc generator step was failing to push if there are no changes

Features

  • Add new documentation generator to generate deployment settings file documentation

Build System or External Dependencies

  • Version bump to 1.10

Release 1.9.4

06 Jan 20:41
e9be3ac

Choose a tag to compare

1.9.4

Bug Fixes

  • Validate security groups belong to the selected VPC for the ECS Fargate recipes

Build System or External Dependencies

  • Version bump to 1.9

Release 1.8.8

16 Dec 15:55
205d8d9

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

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

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

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

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

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