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

Add --enable-execute-command support (requires an aws-sdk-go version bump) #1135

Open
wants to merge 2 commits into
base: mainline
Choose a base branch
from

Commits on Oct 3, 2021

  1. Update aws-sdk-go to 1.40.54 (with enable execute command support)

    - Minimum aws-sdk-go is v1.38.66 for enable execute command support
    - Updated Gopkg.toml
    - 'dep ensure' boosted version to 1.40.54 despite constraint
      added to to Gopkg.toml
    - Ran 'make generate'
    knoxilla committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    30e90ec View commit details
    Browse the repository at this point in the history
  2. Add --enable-execute-command support

    Added support for boolean EnableExecuteCommand flag when
    using `ecs-cli compose service` commands.
    
    Modeled on how support for ForceNewDeployment was added
    way back in the olden days.
    
    Updated github.com/aws/aws-sdk-go dependency to 1.38.66
    in the process and re-generated needed mocks.
    
    Running `dep ensure` updated aws-sdk-go in Gopkg.lock
    to 1.40.54 despite the constraint placed in Gopkg.toml
    knoxilla committed Oct 3, 2021
    Configuration menu
    Copy the full SHA
    2a2bd8f View commit details
    Browse the repository at this point in the history