Releases: stelligent/mu
Releases · stelligent/mu
Bug fixes
| | resolve issue with databases needing their subnet ids | | | dd5636a
| | resolve defect with exec commands with args in service | | | df8dac7
| | add support to register dns as apex records with '.' | | | 7418d2b
| | suport apex records | | | d726000
| | remove default for SshAllow from CFN templates
DNS enhancements
defect with blank BASE_URL for JSON formated env viewer
EC2 deployments
- Add support for deploying via EC2 instances
Bug fixes
Task execution, view container details, consul defects
- ability to execute tasks in ECS for testing inside a VPC
- view container details in env and svc commands
- fix defects with codecommit in pipeline
- fix issues with consul for service discovery
Database support
- Databases can be defined in mu
- DB credentials are stored in parameter store
- Logs can include a start duration to improve log viewing
Warnings to STDERR
Previously STDOUT was uses for warnings, causing issues with the mu env -f json command. Now warnings will use STDERR.
Improved CLI Experience (progress and logs)
- Determine docker image tag from CodePipeline commit id [#80]
- Implement service discovery via consul [#116]
- Ability to view CodeBuild, ECS and EC2 logs via cli [#79]
- Tag CFN stacks with commit id [#99]
- Add progress indicator and stack events while waiting for CloudFormation stacks
- Improve documentation to include quickstart
CodeCommit support
- Add support for CodeCommit
- Improve error handling in
mu init