Skip to content

Releases: stelligent/mu

Bug fixes

10 Aug 20:00
Compare
Choose a tag to compare

| | 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

26 Jul 23:21
Compare
Choose a tag to compare

#136 - define host patterns on the service to route based on host header
#150 - create wildcard DNS entry for the environment hosted zone to enable routing per service
#151 - allow disabling of build/acpt/prod stages of pipeline

defect with blank BASE_URL for JSON formated env viewer

24 Jul 22:00
Compare
Choose a tag to compare

EC2 deployments

20 Jul 20:10
Compare
Choose a tag to compare
  • Add support for deploying via EC2 instances

Bug fixes

22 Jun 17:01
Compare
Choose a tag to compare
  • skip empty stack parameters
  • use identifier rather than ARN for ACM cert
  • latest version of gogit
  • fix string quoting

Task execution, view container details, consul defects

12 May 19:27
Compare
Choose a tag to compare
  • 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

03 May 18:48
Compare
Choose a tag to compare
  • 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

19 Apr 15:47
Compare
Choose a tag to compare

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)

10 Apr 20:27
Compare
Choose a tag to compare
  • 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

17 Mar 17:14
Compare
Choose a tag to compare
  • Add support for CodeCommit
  • Improve error handling in mu init