Ecs Formation Versions Save

Tool to build Docker cluster composition for Amazon EC2 Container Service(ECS)

0.3.0

7 years ago

Features

  • change repository owner(openfresh)
  • Service Auto Scaling
  • Task Placement Policy
  • ELB and ALB Support
  • memory reservation
  • change command line option
  • bug fix

0.2.0-RC7

7 years ago

Features

  • #82 support default parameter value
  • #77 fetch env files from s3

0.2.0-RC6

8 years ago

0.2.0-RC5 is Deprecated!

Fixed

  • #74 fix register task definition when WorkingDirectory is empty
  • #76 Fixed bluegreen command when specified not bluegreen name

0.2.0-RC5

8 years ago

#75 had problem, so this version is deprecated.

Fixed

#74 fix register task definition when WorkingDirectory is empty #75 Fixed search blue green cluster problems

0.2.0-RC4

8 years ago

#73 Improved performance of applying service

0.2.0-RC3

8 years ago

Features

  • #71 support env_file
nginx:
    image: stormcat24/nginx:${NGINX_VERSION}
    ports:
        - 80:${NGINX_PORT}
    env_file:
        - ./test1.env
        - ../test2.env

0.2.0-RC2

8 years ago

0.2.0-RC1 is deprecated!

Fixed

  • #67 Apply service is not working

0.2.0-RC1

8 years ago

Features

  • Sub directories supports.
  • Add new parameters of Task Definition.
    • disable_networking
    • dns
    • labels
    • security_opt
    • extra_hosts
    • hostname
    • log_driver
    • log_opt
    • privileged
    • read_only
    • ulimits
    • user
    • working_dir

Improvement

  • Use glide for dependencies management.

0.1.12

8 years ago

Features

  • #37 Support for passing parameter #46

Improved

  • Improved error handling.

0.1.11

8 years ago

Fixed

  • #38 Error: Tasks cannot be empty.