Release 0.46.16
aws-sdk-dotnet-automation
released this
02 Jun 16:14
·
295 commits
to main
since this release
0.46.16
CI Configuration Changes
- Add integration test PR check codebuild project concurrency limit
- Remove push from AWS CodeBuild CI workflow
- Update PR build to use AWS Code Build and the GitHub OpenID Connector
Features
- Add support for custom Dockerfile paths
- Add new OptionSetting validator to check for conflict with existing resources
- Only run validators if setting is displayable
- Persist invalid value in validation object of option setting item
- Run dependent settings validators when an option setting value is set
- Validators are not all run if one has a failure
Bug Fixes
- Remove AllowEmptyString from Regex validators as they allow failed deployments
Chore
- Alter application name option setting in Elastic Beanstalk recipe
- Centralize recipe creation
- Create an option setting dependency tree
Build System or External Dependencies
- Version bump to 0.46
BREAKING CHANGE
Previously DockerExecutionDirectory was treating paths
as relative to the directory where the deployment tool is running.
If you were specifying a relative Docker execution directory, adjust
it to be relative to the project path.