Skip to content

Releases: aws/aws-dotnet-deploy

Release 0.40.18

25 Apr 17:57
b60c3d5
Compare
Choose a tag to compare

0.40.18

Bug Fixes

  • CDK not cleaning up resources after bootstrap failure
  • Change Elastic Beanstalk ApplicationIAMRole service principal to ec2.amazonaws.com
  • Prevent non CDK projects from being displayed as an option when creating deployment projects
  • Add missing Type attribute to option setting in AppRunner recipe
  • Ask for "Create New" even if options to select is empty
  • Deployment doesn't fail even if cdk bootstrap fails
  • Name generation reverses suffixed digits and fails over 100
  • Remove --project-path argument from list-deployments command
  • Throw an error when using non-existent profile names with commands
  • Users can create a new stack with existing stack name

Chore

  • Add banner to notify of NuGet package name change
  • Enable semgrep
  • Set up documentation CI/CD process

Features

  • Add TypeHintData to GetConfigSettings response in Server Mode
  • Add service IAM role to Elastic Beanstalk deployment configuration
  • Use CDK Diff to perform server mode integ tests

Build System or External Dependencies

  • Version bump to 0.40

Release 0.39.8

08 Apr 22:16
c8a2542
Compare
Choose a tag to compare

0.39.8

Features

  • Add List type and VPC Connector setting to App Runner
  • Add shutdown endpoint to server mode to stop the server
  • Add Environment Variable setting to all recipes that support it
  • Add typehints to App Runner VPC Connector

Chore

  • Update third party licenses for current dependencies

Bug Fixes

  • Stack name generator incorrectly increments projects

Build System or External Dependencies

  • Version bump to 0.39

Release 0.38.3

07 Apr 21:31
ec5a6d6
Compare
Choose a tag to compare

0.38.3

Bug Fixes

  • Update RestApi client for server mode

Build System or External Dependencies

  • Version bump to 0.38

Release 0.37.9

01 Apr 21:26
a78bf14
Compare
Choose a tag to compare

0.37.9

Bug Fixes

  • Fixed issue running CDK bootstrap missing context parameter
  • Remove duplicate URLs from system capability messages.
  • Add missing constant for unit tests
  • Cdk bootstrap using globally installed version of cdk

Features

  • Add .NET 6 support for Elastic Beanstalk
  • Add .NET 6 support for deploying to Elastic Beanstalk environments create outside of the deploy tool

Documentation

  • Add link to AWS Reinvent 2021 Deploy tool session

Build System or External Dependencies

  • Version bump to 0.37

Release 0.36.8

10 Mar 21:35
b044bd0
Compare
Choose a tag to compare

0.36.8

Features

  • Add ability to push container images to ECR
  • Add support for worker project types
  • Improve the CLI UX to support multiple deployment targets

Chore

  • Update README to include references to AWS App Runner
  • Upgrade to CDK v2

Build System or External Dependencies

  • Version bump to 0.36

Release 0.35.4

25 Feb 17:15
fd8403e
Compare
Choose a tag to compare

0.35.4

Bug Fixes

  • Fix redeployment failure while using ConsoleAppEcsFargateService recipe

Features

  • Make ECR repository name configurable in container based deployments

Build System or External Dependencies

  • Version bump to 0.35

Release 0.34.5

16 Feb 06:08
Compare
Choose a tag to compare

0.34.5

Bug Fixes

  • Allow empty strings for IAM roles and KMS keys in the AppRunner recipe

Release 0.34.4

14 Feb 20:16
Compare
Choose a tag to compare

0.34.4

Bug Fixes

  • Correctly set deployment ResourceType during re-deployments via server mode

Features

  • Add support for --silent flag in the delete-deployment command

Chore

  • Update Readme.md to reflect latest changes

Build System or External Dependencies

  • Version bump to 0.34

Release 0.33.9

03 Feb 22:24
ad20940
Compare
Choose a tag to compare

0.33.9

Features

  • Improve telemetry by capturing CDK deployment failure message
  • Support Elastic Beanstalk backwards compatibility
  • Add check for opt-in regions
  • Capture standard error in server mode session

Bug Fixes

  • KeyValue types not working with server mode
  • Beanstalk error at startup when in non-default regions
  • Deployment project fails if .aws-dotnet-deploy directory does not exist

Build System or External Dependencies

  • Version bump to 0.33

Release 0.32.13

18 Jan 15:49
5eb08cc
Compare
Choose a tag to compare

0.32.13

Bug Fixes

  • Allow spaces in the deploy tool installation location in server-mode command.
  • Improve error message when a user tries to deploy to an existing Beanstalk environment via a new CloudFormation stack
  • InstanceType hint returns 500 in server mode
  • Deployment bundle settings not appearing for redeployment

Chore

  • Update to latest version on AWSSDK.Core

Build System or External Dependencies

  • Version bump to 0.32

Features

  • Add input validation to option settings in ECS Fargate based recipes
  • Add input validation to option settings in app runner recipe