Stelligent Mu Versions Save

A full-stack DevOps on AWS framework

v1.4.4

6 years ago

Change Log

v1.4.4 (2018-03-07)

Full Changelog

Fixed bugs:

  • S3 Revision ID's can begin with a period (.) which leads to invalid Docker tags #283
  • #283 Stripping all ., - and _ characters from revision ID #291 (akuma12)

v1.4.3

6 years ago

v1.4.3 (2018-02-27)

Full Changelog

Fixed bugs:

  • Need to propagate the namespace from the pipeline into the mu calls #281
  • Fix for issue #283 #284 (akuma12)
  • Support namespaces on mu logs commands
  • Migrate from glide to dep
  • Echo *** characters for token/password prompts

v1.4.2

6 years ago

Closed issues:

  • Update ASG health check to EC2 when no target group for EC2 provider #276
  • Fix issue with missing resources in IAM policies for VPC targeting
  • Add gocyclo checking
  • Migrate from glide to dep
  • Update MuImage for docker builds to aws/codebuild/docker:17.09.0

v1.4.1

6 years ago
  • Add support for pipeline failure notifications #230
  • prompt for github token near the beginning of "mu pipeline up" #263
  • add support for centos7 for env provider #262
  • unable to update autoscaling policy #259

v1.3.2

6 years ago
  • aurora-postgresql support
  • DNS records bug on overriding ELB stack
  • Application autoscaling permissions [#259]

v0.2.6

6 years ago

Resolve issue with custom cloudformation on ELB breaking the DNS records

v1.3.1

6 years ago

Full Changelog

Implemented enhancements:

  • Add support for linking containers #244
  • Add custom KMS key for mu #128
  • Support for extra user data script #246 (nilsga)
  • Add support for -w/--watch on mu svc show and mu env show [96b54fb]
  • CodeBuild caching support [#242]

Fixed bugs:

  • Updated the ECSTaskDefinitionOutputKey output key constant to reflect what the templates use #256 (BrianJakovich)
  • Resolve issues with non-fargate launch types consuming extra memory/cpu [e346176]
  • disable deserialize/serialize of template from extension when in "replace" mode [263b8a4]
  • only run update of RDS IAM authentication if an RDS db was created [61f4e83]

Merged pull requests:

v1.2.3

6 years ago
  • Bug fix with defining memory/cpu on the task
  • add support for mu env show <env_name> -f shell

v1.2.2

6 years ago

Bug fix with ecs provider and null AwsVpcConfig

v1.2.1

6 years ago

v1.2.1 (2017-12-07)

Full Changelog

Implemented enhancements:

  • Add environment provider for ECS+Fargate #234
  • Externalize S3 Bucket creation #216
  • Dynamic variables in mu.yml #209
  • Add option to set the http proxy the SDK will use #223 (mince27)

Fixed bugs:

  • Mu files with different names are ignored when generating env.json #236