Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.1 development #313

Merged
merged 12 commits into from
Aug 1, 2018
Merged

1.5.1 development #313

merged 12 commits into from
Aug 1, 2018

Commits on Jan 18, 2018

  1. Reference #251. Added a new 'DeploymentStrategy' variable to the Serv…

    …ice type in types.go. Added a new parameter 'ServiceDeploymentStrategy' in service-ecs.yml. This parameter is not yet being used in service-ecs.yml. Added a new condition in service_deploy.go that if the DeploymentStrategy is not the default, it should be set to the parameter that was input. However, it still needs to be implemented within service-ecs.yml
    tleavey committed Jan 18, 2018
    Configuration menu
    Copy the full SHA
    e9bac5d View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2018

  1. Reference #251. Added an enumeration type in types.go for DeploymentS…

    …trategy containing BlueGreen, Rolling, and Replace. Changed condition of DeploymentStrategy to bool check if it's an empty string or not.
    tleavey committed Jan 19, 2018
    Configuration menu
    Copy the full SHA
    ac2dbf0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Configuration menu
    Copy the full SHA
    f15abc2 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Reference #251. Added switch statement in service_deploy.go for vario…

    …us deployment strategies. Added max and min health parameters in service-ecs.yml in order to set the 'DeploymentConfiguration' max and min healths. Those same parameters are what are being set in the Switch statement.
    tleavey committed Jan 24, 2018
    Configuration menu
    Copy the full SHA
    155bb19 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2018

  1. Reference #251. Modified switch statement for deployment strategy wit…

    …hin service_deploy.go.
    tleavey committed Jan 26, 2018
    Configuration menu
    Copy the full SHA
    ebcebee View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2018

  1. Configuration menu
    Copy the full SHA
    c0eeb3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    faa6eb7 View commit details
    Browse the repository at this point in the history
  3. version bump

    cplee committed Jul 30, 2018
    Configuration menu
    Copy the full SHA
    f7d0d65 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9fd5844 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cb009f View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2018

  1. Fix #195 and #196 - issues with creating VPCs in regions with < 3 ava…

    …ilability zones
    cplee committed Jul 31, 2018
    Configuration menu
    Copy the full SHA
    67eab52 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2018

  1. Configuration menu
    Copy the full SHA
    1695029 View commit details
    Browse the repository at this point in the history