Releases: aws/aws-dotnet-deploy
Releases · aws/aws-dotnet-deploy
Release 0.40.18
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
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
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
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
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
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
Release 0.34.4
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
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
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