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

fix(aws-batch): Support omitting ComputeEnvironment security groups so that they can be specified in Launch Template #21579

Merged
merged 23 commits into from
Aug 23, 2022

Commits on Aug 11, 2022

  1. Integration test with EFA in a launch template

    Tim Cutts committed Aug 11, 2022
    Configuration menu
    Copy the full SHA
    9fc2ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5be8492 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2022

  1. Name resources with EFA

    Tim Cutts committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    c8b95be View commit details
    Browse the repository at this point in the history
  2. Name resources with EFA

    Tim Cutts committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    d3f88a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6e31f7 View commit details
    Browse the repository at this point in the history
  4. ComputeEnvironmentSecurityGroups flag added

    Tim Cutts committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    f1828aa View commit details
    Browse the repository at this point in the history
  5. doc: Network interfaces in launch templates

    Tim Cutts committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    8a9dbf5 View commit details
    Browse the repository at this point in the history
  6. bug: == vs ===

    Tim Cutts committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    6eb2196 View commit details
    Browse the repository at this point in the history
  7. fix: Documentation example not correct

    Tim Cutts committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    0a40462 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    954d2a6 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2022

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

Commits on Aug 16, 2022

  1. Configuration menu
    Copy the full SHA
    248f89c View commit details
    Browse the repository at this point in the history
  2. Cannot use a union type, so removed ComputeEnvironmentSecurityGroups …

    …in favour of empty list
    Tim Cutts committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    56ac6b1 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Explicit flag to use security groups from launch template network int…

    …erfaces
    Tim Cutts committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    3e9c4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    97cff0c View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    633d233 View commit details
    Browse the repository at this point in the history
  2. Moved network interface security group flag into the LaunchTemplateSp…

    …ecification
    Tim Cutts committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    428073c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b6fac3 View commit details
    Browse the repository at this point in the history
  4. doc: removed typo and clarified behaviour

    Tim Cutts committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    56f9bc5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    68d2516 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. Configuration menu
    Copy the full SHA
    6ef8b86 View commit details
    Browse the repository at this point in the history
  2. Re-built integration test

    Tim Cutts committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    0d557b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d3668a View commit details
    Browse the repository at this point in the history