Skip to content

Releases: aws/aws-dotnet-deploy

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

Release 0.49.14

28 Jun 17:46
5ad959e
Compare
Choose a tag to compare

0.49.14

Bug Fixes

  • Fix integration tests failure from setting a custom workspace
  • Refactor config file deployment workflow
  • Throw an exception when attempting to generate a Dockerfile with project references located outside of the solution directory

Documentation

  • Add additional troubleshooting guide entries for docker build issues
  • Add emoji support to the docs website
  • Fix broken link in the troubleshooting guide
  • Fix broken link in the troubleshooting guide
  • Remove statement that says project is in developer preview status

CI Configuration Changes

  • Add GitHub Action to detect new CDK Bootstrap template versions

Chore

  • Update GitHub issue/feature forms and automation
  • Update all recipe versions to 1.0.0
  • Update the CDK Bootstrap template to the latest version

Build System or External Dependencies

  • Version bump to 0.49

BREAKING CHANGE

The option setting items in the deployment settings file are now specified by the 'Settings' JSON property instead of 'OptionSettingsConfig'

Release 0.48.15

23 Jun 16:59
5b78eca
Compare
Choose a tag to compare

0.48.15

Chore

  • Run CDK bootstrap in deploy tool workspace instead of generated CDK project
  • Update Newtonsoft.Json version
  • Update the supported NodeJS version from 10 to 14

Bug Fixes

  • Instance type and windows platform arn type hints to accommodate recent API changes.

Features

  • Add support for returning tables of options via GetConfigSettingResources in server mode. This allows wrapping tools to display richer grids/tables when presenting the user a list of options to select from. The subnets and security groups for App Runner's VPC Connector and Beanstalk Platform are supported initially.
  • Add support to deploy to Elastic Beanstalk running Windows Server
  • Allow users to override the default deploy tool workspace directory
  • Add troubleshooting guide and cut a ticket links on exception
  • Add validator to check if VPC has subnets in different AZs
  • Change security groups setting in fargate to a list instead of string

Documentation

  • Doc changes for Windows support with Elastic Beanstalk
  • Modified short descriptions and missing dependencies text
  • Modified short descriptions

Build System or External Dependencies

  • Add readme to nuget packages
  • Update the PR check infra to support node 14
  • Use PackageOutputAbsolutePath instead to match dotnet pack --output dir
  • Version bump to 0.48